/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../scss/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../scss/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../scss/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../scss/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, ../scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, ../scss/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, ../scss/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, ../scss/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, ../scss/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../scss/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, ../scss/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, ../scss/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, ../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, ../scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, ../scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, ../scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, ../scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, ../scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../scss/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, ../scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, ../scss/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, ../scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, ../scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, ../scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, ../scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, ../scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, ../scss/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../scss/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, ../scss/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, ../scss/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* 	Media query breakpoint te gebruiken in combinatie met de breakpoint mixin
	vb: @include bp(max-width, $bp-medium) of @include bp(max-width, 800px)
*/
/* line 1, ../scss/_base.scss */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/* line 6, ../scss/_base.scss */
*:focus {
  outline: none;
}

/* line 10, ../scss/_base.scss */
::selection {
  background-color: #2d3941;
  color: #fff;
}

/* line 15, ../scss/_base.scss */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 21, ../scss/_base.scss */
body {
  background: #fff;
  font-family: "proxima-nova", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 18px;
  color: #2d3941;
  font-weight: 300;
  line-height: 180%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* line 34, ../scss/_base.scss */
hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 24px 0;
  padding: 0;
  float: left;
  width: 100%;
}

/* line 43, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif, "Arial", "Tahoma", "Verdana";
  font-weight: 700;
  margin: 25px 0 5px 0;
  float: left;
  width: 100%;
}

/* line 51, ../scss/_base.scss */
h1, .h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 900;
  margin: 25px 0 50px;
  position: relative;
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
}

/* line 61, ../scss/_base.scss */
h1 .subtitle {
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 31px;
  margin-top: 4px;
}
/* line 69, ../scss/_base.scss */
h1:after {
  content: '';
  display: block;
  background: #1bb349;
  width: 100%;
  max-width: 120px;
  height: 4px;
  position: absolute;
  bottom: -15px;
}

/* line 81, ../scss/_base.scss */
h2 {
  font-size: 22px;
  line-height: 32px;
  margin: 20px 0 0 0;
}
/* line 86, ../scss/_base.scss */
h2:first-of-type {
  margin-top: 0;
}

/* line 91, ../scss/_base.scss */
h3 {
  font-size: 22px;
  line-height: 32px;
}

/* line 96, ../scss/_base.scss */
h4 {
  font-size: 20px;
  line-height: 30px;
}

/* line 101, ../scss/_base.scss */
a {
  text-decoration: none;
  color: #1bb349;
}
/* line 105, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 110, ../scss/_base.scss */
p {
  margin: 0 0 30px;
  display: inline-block;
}

/* line 115, ../scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

/* line 124, ../scss/_base.scss */
strong {
  font-weight: 700;
}

/* line 128, ../scss/_base.scss */
input[type='text'],
button,
texarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 13px 10px;
  font-family: "proxima-nova", sans-serif, "Arial", "Tahoma", "Verdana";
}

/* line 141, ../scss/_base.scss */
.styled-select {
  float: left;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  background: url(../images/arrow_down.svg) no-repeat top 45% right 15px;
  background-size: 9px 6px;
  background-color: #fff;
}
/* line 150, ../scss/_base.scss */
.styled-select select {
  background: transparent;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "proxima-nova", sans-serif, "Arial", "Tahoma", "Verdana";
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 16px;
}
/* line 162, ../scss/_base.scss */
.styled-select select option {
  font-weight: 300;
}

/* line 168, ../scss/_base.scss */
button,
a.button,
.button,
input[type='submit'] {
  float: left;
  font-family: "proxima-nova-condensed", sans-serif, "Arial", "Tahoma", "Verdana";
  background-color: #1bb349;
  padding: 17px 30px 16px;
  font-weight: 900;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  margin-right: 12px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 186, ../scss/_base.scss */
button.stroked,
a.button.stroked,
.button.stroked,
input[type='submit'].stroked {
  background: #fff;
  color: #1bb349;
  -moz-box-shadow: inset 0px 0px 0px 2px #16903b;
  -webkit-box-shadow: inset 0px 0px 0px 2px #16903b;
  box-shadow: inset 0px 0px 0px 2px #16903b;
}
/* line 191, ../scss/_base.scss */
button.stroked:hover,
a.button.stroked:hover,
.button.stroked:hover,
input[type='submit'].stroked:hover {
  color: #fff;
  background-color: #16903b;
}
/* line 197, ../scss/_base.scss */
button.orange,
a.button.orange,
.button.orange,
input[type='submit'].orange {
  background-color: #ff9900;
}
/* line 200, ../scss/_base.scss */
button.orange:hover,
a.button.orange:hover,
.button.orange:hover,
input[type='submit'].orange:hover {
  background-color: #ffa114;
}
/* line 205, ../scss/_base.scss */
button.oranje,
a.button.oranje,
.button.oranje,
input[type='submit'].oranje {
  background: #fc9f0d;
}
/* line 208, ../scss/_base.scss */
button.oranje:hover,
a.button.oranje:hover,
.button.oranje:hover,
input[type='submit'].oranje:hover {
  background: #fca926;
}
/* line 213, ../scss/_base.scss */
button.blauw,
a.button.blauw,
.button.blauw,
input[type='submit'].blauw {
  background: #3b7090;
}
/* line 216, ../scss/_base.scss */
button.blauw:hover,
a.button.blauw:hover,
.button.blauw:hover,
input[type='submit'].blauw:hover {
  background: #427ea2;
}
/* line 221, ../scss/_base.scss */
button:hover,
a.button:hover,
.button:hover,
input[type='submit']:hover {
  text-decoration: none;
  background-color: #16903b;
}

/* line 227, ../scss/_base.scss */
.responsive-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 55.5%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 770px) {
  /* line 227, ../scss/_base.scss */
  .responsive-video {
    padding-top: 0;
  }
}
/* line 241, ../scss/_base.scss */
.responsive-video.vimeo {
  padding-top: 0;
}
/* line 244, ../scss/_base.scss */
.responsive-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 248, ../scss/_base.scss */
.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 260, ../scss/_base.scss */
.alert {
  margin-bottom: 15px;
}
/* line 263, ../scss/_base.scss */
.alert.alert-message {
  border: 1px solid #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}
/* line 271, ../scss/_base.scss */
.alert.alert-warning, .alert.alert-error {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
}

/* line 1, ../scss/_layout.scss */
.container {
  float: left;
  width: 100%;
  margin: 0 auto;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/* line 7, ../scss/_layout.scss */
.container.wide {
  padding: 0 3%;
}

/* line 12, ../scss/_layout.scss */
.layout {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 1360px;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.layout:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media only screen and (max-width: 1390px) {
  /* line 12, ../scss/_layout.scss */
  .layout {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 12, ../scss/_layout.scss */
  .layout {
    padding: 0 5%;
  }
}
/* line 28, ../scss/_layout.scss */
.layout.wide {
  padding: 0 3%;
}
@media only screen and (max-width: 770px) {
  /* line 28, ../scss/_layout.scss */
  .layout.wide {
    padding: 0 5%;
  }
}

/* line 37, ../scss/_layout.scss */
.content {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1360px;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.content:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/* line 46, ../scss/_layout.scss */
.content.small {
  max-width: 1120px;
}

/* line 51, ../scss/_layout.scss */
.wide {
  float: left;
  width: 100%;
  max-width: 100%;
}

/* line 57, ../scss/_layout.scss */
.left {
  float: left;
  width: 72%;
}

/* line 62, ../scss/_layout.scss */
.sidebar {
  float: right;
  width: 20%;
}

/* line 67, ../scss/_layout.scss */
.text-container {
  width: 100%;
  max-width: 770px;
}

/*
.contentpage {
	min-height:calc(100vh - 106px - 101px - 92px);
}
*/
/* line 1, ../scss/_content.scss */
.header {
  position: relative;
  z-index: 3;
  padding: 14px 0 14px 0;
  background: #fff;
}
/* line 7, ../scss/_content.scss */
.header .logo {
  float: left;
  line-height: 0;
  width: 100%;
  max-width: 130px;
}
/* line 14, ../scss/_content.scss */
.header .menu-container {
  float: right;
  margin-top: 9px;
}
/* line 19, ../scss/_content.scss */
.header .score {
  float: right;
  background: #0d6eaa;
  color: #fff;
  padding: 8px 10px 11px;
  margin-left: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 8px;
  font-size: 10px;
  position: relative;
  top: -2px;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 34, ../scss/_content.scss */
.header .score:hover {
  text-decoration: none;
  background: #0b5c8e;
}
/* line 40, ../scss/_content.scss */
.header .number {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
/* line 47, ../scss/_content.scss */
.header.fixed {
  position: fixed;
  padding: 10px 0;
  top: -100px;
  -moz-transition: top 0.65s;
  -o-transition: top 0.65s;
  -webkit-transition: top 0.65s;
  transition: top 0.65s;
  -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
}
/* line 54, ../scss/_content.scss */
.header.fixed .logo {
  max-width: 90px;
}
/* line 58, ../scss/_content.scss */
.header.fixed .menu-container {
  margin-top: 0;
}
/* line 62, ../scss/_content.scss */
.header.fixed.active {
  top: 0;
}
/* line 65, ../scss/_content.scss */
.header.fixed.active .menu-mobile-button {
  margin-top: 5px;
}

/* line 72, ../scss/_content.scss */
.breadcrumbs {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 30px;
  background: #f0f0f0;
}
/* line 79, ../scss/_content.scss */
.breadcrumbs ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 31px;
}
/* line 88, ../scss/_content.scss */
.breadcrumbs ul li {
  float: left;
}
/* line 92, ../scss/_content.scss */
.breadcrumbs ul li.first {
  margin-right: 15px;
}
/* line 96, ../scss/_content.scss */
.breadcrumbs ul .arrow {
  float: left;
  margin: 11px 10px 0 10px;
}
/* line 101, ../scss/_content.scss */
.breadcrumbs ul a {
  font-weight: 700;
  color: #242424;
}

/* line 109, ../scss/_content.scss */
.dathuis_waardeschatting_container p {
  line-height: 130% !important;
}

/* line 114, ../scss/_content.scss */
.title-block {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 122, ../scss/_content.scss */
.title-block.big {
  margin-top: 30px;
  margin-bottom: 35px;
}
/* line 127, ../scss/_content.scss */
.title-block:after {
  content: '';
  display: inline-block;
  background: #1bb349;
  width: 100%;
  max-width: 120px;
  height: 4px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 140, ../scss/_content.scss */
.title-block h2 {
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 10px;
}
/* line 147, ../scss/_content.scss */
.title-block .h1, .title-block h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 151, ../scss/_content.scss */
.title-block .h1:after, .title-block h1:after {
  display: none;
}
/* line 156, ../scss/_content.scss */
.title-block span {
  font-size: 20px;
}

/* line 161, ../scss/_content.scss */
.checkbox-container {
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  cursor: pointer;
  user-select: none;
}
/* line 173, ../scss/_content.scss */
.checkbox-container:hover input ~ .checkmark {
  background-color: #f3f3f3;
}
/* line 178, ../scss/_content.scss */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/* line 184, ../scss/_content.scss */
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}
/* line 188, ../scss/_content.scss */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* line 192, ../scss/_content.scss */
.checkbox-container label {
  padding-left: 30px;
  cursor: pointer;
}
/* line 197, ../scss/_content.scss */
.checkbox-container .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}
/* line 206, ../scss/_content.scss */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid #1bb349;
  border-width: 0 3px 3px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 221, ../scss/_content.scss */
.radio-container {
  float: left;
  display: block;
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}
/* line 231, ../scss/_content.scss */
.radio-container:hover input ~ .checkmark {
  background-color: #f4f4f4;
}
/* line 236, ../scss/_content.scss */
.radio-container input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/* line 242, ../scss/_content.scss */
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}
/* line 246, ../scss/_content.scss */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
/* line 250, ../scss/_content.scss */
.radio-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 260, ../scss/_content.scss */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1bb349;
}

/* line 274, ../scss/_content.scss */
.socialbar {
  position: fixed;
  right: 0;
  top: 280px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 3;
}
/* line 283, ../scss/_content.scss */
.socialbar li {
  float: left;
  width: 100%;
  clear: both;
}
/* line 289, ../scss/_content.scss */
.socialbar li:first-child a {
  border-top: 2px solid #1bb349;
}
/* line 295, ../scss/_content.scss */
.socialbar li:last-child a {
  border-bottom: 2px solid #1bb349;
}
/* line 301, ../scss/_content.scss */
.socialbar a {
  float: left;
  border-left: 2px solid #1bb349;
  border-right: 2px solid #1bb349;
  border-top: 1px solid #1bb349;
  border-bottom: 1px solid #1bb349;
  color: #1bb349;
  width: 46px;
  height: 44px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  background: #fff;
}
/* line 315, ../scss/_content.scss */
.socialbar a:hover {
  background: #1bb349;
  color: #fff;
}

/* line 322, ../scss/_content.scss */
.page-header-image {
  position: relative;
  float: left;
  width: 100%;
  height: 50vh;
  max-height: 600px;
  margin-top: 10px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* line 338, ../scss/_content.scss */
.page-header-image .banner-overlay {
  width: 100%;
  max-width: 800px;
  padding: 0 30px;
  z-index: 1;
}
/* line 344, ../scss/_content.scss */
.page-header-image .banner-overlay h2 {
  line-height: 55px;
  font-size: 55px;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
/* line 352, ../scss/_content.scss */
.page-header-image .banner-overlay .button {
  float: none;
  margin: 0;
}
/* line 358, ../scss/_content.scss */
.page-header-image .fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* line 368, ../scss/_content.scss */
.page-text {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
/* line 373, ../scss/_content.scss */
.page-text p {
  display: block;
}
/* line 377, ../scss/_content.scss */
.page-text p:last-of-type {
  margin-bottom: 0;
}
/* line 381, ../scss/_content.scss */
.page-text ul, .page-text ol {
  margin-top: -10px;
}
/* line 385, ../scss/_content.scss */
.page-text ul {
  margin-top: 20px;
}
/* line 389, ../scss/_content.scss */
.page-text img {
  height: auto !important;
}

/* line 394, ../scss/_content.scss */
.page-text-layout {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
/* line 399, ../scss/_content.scss */
.page-text-layout .page-text-left,
.page-text-layout .page-text-right {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
/* line 406, ../scss/_content.scss */
.page-text-layout .page-text-left .text-left,
.page-text-layout .page-text-left .text-right,
.page-text-layout .page-text-right .text-left,
.page-text-layout .page-text-right .text-right {
  float: left;
  width: 55%;
  text-align: left;
  padding-right: 5%;
}
/* line 413, ../scss/_content.scss */
.page-text-layout .page-text-left .text-left p:last-of-type,
.page-text-layout .page-text-left .text-right p:last-of-type,
.page-text-layout .page-text-right .text-left p:last-of-type,
.page-text-layout .page-text-right .text-right p:last-of-type {
  margin-bottom: 0;
}
/* line 418, ../scss/_content.scss */
.page-text-layout .page-text-left .text-right,
.page-text-layout .page-text-right .text-right {
  float: right;
  padding-right: 0;
  padding-left: 5%;
}
/* line 424, ../scss/_content.scss */
.page-text-layout .page-text-left .content-left,
.page-text-layout .page-text-left .content-right,
.page-text-layout .page-text-right .content-left,
.page-text-layout .page-text-right .content-right {
  float: left;
  align-self: start;
  width: 45%;
}
/* line 431, ../scss/_content.scss */
.page-text-layout .page-text-left .content-right,
.page-text-layout .page-text-right .content-right {
  float: right;
}
/* line 438, ../scss/_content.scss */
.page-text-layout.video .page-text-left .text-left {
  width: 45%;
}
/* line 442, ../scss/_content.scss */
.page-text-layout.video .page-text-left .content-right {
  width: 55%;
}
/* line 446, ../scss/_content.scss */
.page-text-layout.video .page-text-left .responsive-video {
  padding-bottom: 28.5%;
}
/* line 451, ../scss/_content.scss */
.page-text-layout.video .responsive-video {
  padding-bottom: 23.5%;
}

/* line 457, ../scss/_content.scss */
.page-video {
  margin: 0 auto;
  max-width: 100%;
}
/* line 461, ../scss/_content.scss */
.page-video .responsive-video {
  float: left;
  width: 100%;
  margin-bottom: 90px;
}

/* line 468, ../scss/_content.scss */
.page-big-image {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}

/* line 474, ../scss/_content.scss */
.page-review {
  float: left;
  width: 100%;
  padding: 60px 50px;
  margin: 0 0 60px 0;
  background: #f0f0f0;
  text-align: center;
}

/* line 483, ../scss/_content.scss */
.page-quote {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
  background: #f0f0f0;
}

/* line 490, ../scss/_content.scss */
.buttonssection {
  margin-top: -10px;
  margin-bottom: 60px;
}

/* line 495, ../scss/_content.scss */
.page-lead-formulier,
.page-formulier {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}
/* line 501, ../scss/_content.scss */
.page-lead-formulier:last-child,
.page-formulier:last-child {
  margin-bottom: 60px;
}
/* line 505, ../scss/_content.scss */
.page-lead-formulier .standard-form,
.page-formulier .standard-form {
  display: none;
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 5%;
  margin: 50px 0 60px;
  -moz-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
}
/* line 514, ../scss/_content.scss */
.page-lead-formulier .standard-form h2,
.page-lead-formulier .standard-form h3,
.page-formulier .standard-form h2,
.page-formulier .standard-form h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 521, ../scss/_content.scss */
.page-lead-formulier .standard-form .intro,
.page-formulier .standard-form .intro {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 527, ../scss/_content.scss */
.page-lead-formulier .standard-form .row,
.page-formulier .standard-form .row {
  position: relative;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.page-lead-formulier .standard-form .row:nth-of-type(n),
.page-formulier .standard-form .row:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 30px  ) / 3) - 30px);
  float: left;
  margin-right: 30px;
  margin-bottom: 0px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.page-lead-formulier .standard-form .row:nth-of-type(3n),
.page-formulier .standard-form .row:nth-of-type(3n) {
  margin-right: 0;
}
/* line 531, ../scss/_content.scss */
.page-lead-formulier .standard-form .row.opmerkingen,
.page-formulier .standard-form .row.opmerkingen {
  width: 66%;
}
/* line 535, ../scss/_content.scss */
.page-lead-formulier .standard-form .row input,
.page-formulier .standard-form .row input {
  max-width: 100%;
}
/* line 540, ../scss/_content.scss */
.page-lead-formulier .standard-form .button,
.page-formulier .standard-form .button {
  width: 200px;
  margin-top: 10px;
}
/* line 545, ../scss/_content.scss */
.page-lead-formulier .standard-form .form-error,
.page-formulier .standard-form .form-error {
  position: absolute;
  right: 0;
  font-size: 13px;
  color: red;
}

/* line 556, ../scss/_content.scss */
.page-lead-formulier .standard-form .row {
  max-width: 100%;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.page-lead-formulier .standard-form .row:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 30px  ) / 2) - 30px);
  float: left;
  margin-right: 30px;
  margin-bottom: 0px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.page-lead-formulier .standard-form .row:nth-of-type(2n) {
  margin-right: 0;
}
/* line 561, ../scss/_content.scss */
.page-lead-formulier .standard-form .button {
  width: auto;
}
/* line 565, ../scss/_content.scss */
.page-lead-formulier .standard-form .row.required {
  max-width: 100%;
  width: 100%;
  line-height: 20px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 6px;
}
/* line 573, ../scss/_content.scss */
.page-lead-formulier .standard-form .row.required input {
  position: absolute;
  left: 0;
  top: 4px;
}
/* line 579, ../scss/_content.scss */
.page-lead-formulier .standard-form .row.required label {
  font-size: 16px;
  float: left;
  padding-left: 20px;
  cursor: pointer;
}
/* line 586, ../scss/_content.scss */
.page-lead-formulier .standard-form .row.required .form-error {
  left: 20px;
  right: auto;
  bottom: -22px;
}

/* line 595, ../scss/_content.scss */
.page-lead-formulier.default-shown,
.page-formulier.default-shown {
  margin-top: -40px;
}
/* line 599, ../scss/_content.scss */
.page-lead-formulier.default-shown .standard-form,
.page-formulier.default-shown .standard-form {
  display: block;
}
/* line 602, ../scss/_content.scss */
.page-lead-formulier.default-shown .standard-form h2,
.page-formulier.default-shown .standard-form h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

/* line 609, ../scss/_content.scss */
.last-block {
  margin-bottom: 100px;
}

/* line 613, ../scss/_content.scss */
.container.usp {
  background: #f0f0f0;
  padding: 60px 50px 20px;
  margin-bottom: 45px;
}
/* line 618, ../scss/_content.scss */
.container.usp ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
/* line 627, ../scss/_content.scss */
.container.usp ul li {
  text-align: center;
  position: relative;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.container.usp ul li:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 20px  ) / 6) - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.container.usp ul li:nth-of-type(6n) {
  margin-right: 0;
}
/* line 632, ../scss/_content.scss */
.container.usp ul li .usplink {
  position: absolute;
  left: -15px;
  top: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 640, ../scss/_content.scss */
.container.usp ul li .usplink:hover {
  background: rgba(0, 0, 0, 0.05);
}
/* line 645, ../scss/_content.scss */
.container.usp ul li img {
  display: inline-block;
}
/* line 649, ../scss/_content.scss */
.container.usp ul li span {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  margin-top: 5px;
}
/* line 657, ../scss/_content.scss */
.container.usp ul li a {
  color: #2d3941;
  text-decoration: underline;
}

/* line 666, ../scss/_content.scss */
.container.share {
  float: left;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 100px;
}
/* line 673, ../scss/_content.scss */
.container.share span {
  float: left;
  margin-right: 14px;
}
/* line 678, ../scss/_content.scss */
.container.share a {
  float: left;
  margin-right: 7px;
}
/* line 682, ../scss/_content.scss */
.container.share a:last-child {
  margin-right: 0;
}

/* line 688, ../scss/_content.scss */
.home-content {
  display: flex;
  flex-direction: column;
}

/* line 693, ../scss/_content.scss */
.home-search {
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  height: 60vh;
  position: relative;
  max-height: 570px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 705, ../scss/_content.scss */
.home-search h1 {
  margin-top: 9vh;
  text-align: center;
  padding: 0 10%;
  font-weight: 400;
  font-size: 54px;
  line-height: 58px;
}
/* line 713, ../scss/_content.scss */
.home-search h1.shadow {
  text-shadow: 0px 0px 15px black;
}
/* line 717, ../scss/_content.scss */
.home-search h1.white {
  color: #fff;
}
/* line 721, ../scss/_content.scss */
.home-search h1:after {
  display: none;
}
/* line 726, ../scss/_content.scss */
.home-search .companybuttons {
  float: left;
  width: 100%;
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: auto;
  min-height: 25vh;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
/* line 737, ../scss/_content.scss */
.home-search .buttons {
  width: 100%;
  padding: 0 3%;
  margin-bottom: 70px;
  text-align: center;
}
/* line 744, ../scss/_content.scss */
.home-search .company-button {
  position: relative;
  background: #fff;
  width: 30%;
  max-width: 320px;
  display: inline-block;
  border-radius: 0px 50px 50px 0px;
  padding: 25px 25px;
  margin: 0 14px;
  line-height: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #2d3941;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 762, ../scss/_content.scss */
.home-search .company-button:hover .arrow {
  background: #2d3941;
}
/* line 767, ../scss/_content.scss */
.home-search .company-button.mobile {
  display: none;
}
/* line 771, ../scss/_content.scss */
.home-search .company-button .arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1bb349;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 784, ../scss/_content.scss */
.home-search .company-button .arrow svg {
  color: #fff;
}

/* line 791, ../scss/_content.scss */
.home-intro {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
/* line 796, ../scss/_content.scss */
.home-intro h2 {
  font-size: 24px;
}

/* line 801, ../scss/_content.scss */
.home-quickbuttons {
  margin: 50px 0 60px;
  display: flex;
  flew-wrap: wrap;
}
/* line 806, ../scss/_content.scss */
.home-quickbuttons a {
  text-transform: none;
  font-family: "proxima-nova", sans-serif, "Arial", "Tahoma", "Verdana";
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 24px;
  padding: 30px 2% 30px 3%;
  text-align: left;
  font-weight: 500;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.home-quickbuttons a:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 20px  ) / 4) - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.home-quickbuttons a:nth-of-type(4n) {
  margin-right: 0;
}
/* line 818, ../scss/_content.scss */
.home-quickbuttons a .icon {
  font-size: 3.4vw;
}
@media only screen and (min-width: 1360px) {
  /* line 818, ../scss/_content.scss */
  .home-quickbuttons a .icon {
    font-size: 50px;
  }
}
/* line 826, ../scss/_content.scss */
.home-quickbuttons a .text {
  padding-left: 8%;
  font-size: 1.8vw;
}
@media only screen and (min-width: 1360px) {
  /* line 826, ../scss/_content.scss */
  .home-quickbuttons a .text {
    font-size: 22px;
  }
}

/* line 838, ../scss/_content.scss */
.home-voordelen {
  padding-top: 10px;
}
/* line 841, ../scss/_content.scss */
.home-voordelen h2 {
  font-size: 24px;
}
/* line 845, ../scss/_content.scss */
.home-voordelen ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
/* line 853, ../scss/_content.scss */
.home-voordelen li {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 36px 0;
}
/* line 859, ../scss/_content.scss */
.home-voordelen li:last-child {
  border-bottom: 1px solid #e9e9e9;
}
/* line 864, ../scss/_content.scss */
.home-voordelen p:last-child {
  margin-bottom: 0;
}
/* line 868, ../scss/_content.scss */
.home-voordelen .icon {
  color: #1bb349;
  margin-top: 16px;
  font-size: 65px;
  float: left;
  width: 100px;
  text-align: center;
}
/* line 877, ../scss/_content.scss */
.home-voordelen h3 {
  margin-top: 0;
  margin-bottom: 0;
  float: right;
  width: calc(100% - 130px);
}
/* line 884, ../scss/_content.scss */
.home-voordelen .text {
  float: right;
  width: calc(100% - 130px);
}

/* line 891, ../scss/_content.scss */
.home-quicksearch {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #f0f0f0;
}
/* line 898, ../scss/_content.scss */
.home-quicksearch .fields {
  float: left;
  width: 100%;
  padding: 30px 3%;
}
/* line 904, ../scss/_content.scss */
.home-quicksearch .title {
  float: left;
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 3%;
  text-align: left;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: #2e4b5c;
  position: relative;
  height: 100%;
  padding-left: 40px;
}
/* line 920, ../scss/_content.scss */
.home-quicksearch .title svg {
  color: #2e4b5c;
  left: 0;
  font-size: 24px;
  position: absolute;
}
/* line 928, ../scss/_content.scss */
.home-quicksearch form {
  float: left;
  width: 70%;
}
/* line 933, ../scss/_content.scss */
.home-quicksearch .styled-select {
  float: left;
  width: 25%;
  max-width: 100%;
  clear: none;
  border: 1px solid #e4e4e4;
}
/* line 940, ../scss/_content.scss */
.home-quicksearch .styled-select select {
  margin: 0;
  padding: 18px 16px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 948, ../scss/_content.scss */
.home-quicksearch .auto-suggestions {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
  max-width: 100%;
  clear: none;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
/* line 959, ../scss/_content.scss */
.home-quicksearch .auto-suggestions #search-suggestions {
  top: 54px;
}
/* line 964, ../scss/_content.scss */
.home-quicksearch #zoekterm {
  float: left;
  max-width: 100%;
  clear: none;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin: 0;
}
/* line 975, ../scss/_content.scss */
.home-quicksearch .button {
  float: left;
  width: 25%;
  max-width: 100%;
  margin-right: 0;
  padding: 17px 5px 16px;
}

/* line 984, ../scss/_content.scss */
.home-usp {
  float: left;
  width: 100%;
  background: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
/* line 993, ../scss/_content.scss */
.home-usp .usp {
  padding: 26px 0;
  position: relative;
  border-right: 1px solid #e1e1e1;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.home-usp .usp:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 0px  ) / 3) - 0px);
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.home-usp .usp:nth-of-type(3n) {
  margin-right: 0;
}
/* line 999, ../scss/_content.scss */
.home-usp .usp:last-child {
  border-right: 0;
}
/* line 1004, ../scss/_content.scss */
.home-usp .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 1012, ../scss/_content.scss */
.home-usp .link:hover {
  background: rgba(0, 0, 0, 0.05);
}
/* line 1017, ../scss/_content.scss */
.home-usp .values {
  margin: 0 auto;
  width: 73%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1025, ../scss/_content.scss */
.home-usp .number {
  color: #2e4b5c;
  font-size: 46px;
  font-weight: 500;
  float: left;
  width: 110px;
  padding-top: 3px;
  padding-right: 10px;
  text-align: right;
}
/* line 1036, ../scss/_content.scss */
.home-usp .text {
  color: #2d3941;
  font-weight: 300;
  float: left;
  line-height: 24px;
  width: calc(100% - 110px);
  padding-left: 10px;
  text-align: left;
}

/* line 1047, ../scss/_content.scss */
.home-quicklinks {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 100px;
  /* background:url(../images/box_shadow.png) no-repeat bottom left;
  background-size:100%;
  */
}
/* line 1058, ../scss/_content.scss */
.home-quicklinks .quicklink {
  padding: 0 4%;
  display: flex;
  flex-direction: column;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.home-quicklinks .quicklink:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 0px  ) / 3) - 0px);
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.home-quicklinks .quicklink:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1065, ../scss/_content.scss */
.home-quicklinks .values {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
/* line 1072, ../scss/_content.scss */
.home-quicklinks .image {
  line-height: 0;
}
/* line 1076, ../scss/_content.scss */
.home-quicklinks .text {
  font-size: 26px;
  color: #2e4b5c;
  font-weight: 700;
  padding-left: 20px;
  line-height: 30px;
}
/* line 1084, ../scss/_content.scss */
.home-quicklinks .intro {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 5px;
}
/* line 1091, ../scss/_content.scss */
.home-quicklinks .button {
  margin-top: auto;
  float: none;
  margin: auto auto 0;
  width: 260px;
  padding: 12px 0;
  font-weight: 500;
}

/* line 1101, ../scss/_content.scss */
.home-new {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 1106, ../scss/_content.scss */
.home-new h2 {
  font-size: 34px;
}
/* line 1110, ../scss/_content.scss */
.home-new .h1 {
  font-size: 38px;
}
/* line 1114, ../scss/_content.scss */
.home-new .title-block {
  margin-top: 30px;
}
/* line 1118, ../scss/_content.scss */
.home-new .objects {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.home-new .object-container:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 38px  ) / 3) - 38px);
  float: left;
  margin-right: 38px;
  margin-bottom: 60px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.home-new .object-container:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1127, ../scss/_content.scss */
.home-new .object-container a.imagelink {
  float: left;
  width: 100%;
  line-height: 0;
  position: relative;
}
/* line 1134, ../scss/_content.scss */
.home-new .object-container .matterport {
  position: absolute;
  top: 28px;
  left: 15px;
  color: #fff;
  font-weight: 900;
  z-index: 2;
  font-size: 28px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85);
}
/* line 1145, ../scss/_content.scss */
.home-new .object-container img {
  line-height: 0;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 1149, ../scss/_content.scss */
.home-new .object-container img:hover {
  opacity: 0.8;
}
/* line 1154, ../scss/_content.scss */
.home-new .object-container .info {
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 1160, ../scss/_content.scss */
.home-new .object-container h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 26px;
}
/* line 1167, ../scss/_content.scss */
.home-new .object-container h3 a {
  color: #000;
}
/* line 1172, ../scss/_content.scss */
.home-new .object-container .location {
  float: left;
  width: 100%;
  color: #5f6f78;
  font-size: 16px;
  line-height: 22px;
}
/* line 1180, ../scss/_content.scss */
.home-new .object-container .price {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  margin-top: 14px;
}
/* line 1189, ../scss/_content.scss */
.home-new .facebook {
  background: #397ed4;
  position: relative;
}
/* line 1193, ../scss/_content.scss */
.home-new .facebook .facebooklink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0 5%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding-top: 21%;
  text-align: center;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 1208, ../scss/_content.scss */
.home-new .facebook .facebooklink:hover {
  text-decoration: none;
  background: #2b71c8;
}
/* line 1213, ../scss/_content.scss */
.home-new .facebook .facebooklink span {
  margin-top: 20px;
  font-weight: 700;
  float: left;
  width: 100%;
}
/* line 1220, ../scss/_content.scss */
.home-new .facebook .facebooklink svg {
  font-size: 24px;
  margin-right: 5px;
}
/* line 1227, ../scss/_content.scss */
.home-new .button.total {
  margin-top: -20px;
  margin-bottom: 30px;
}

/* line 1233, ../scss/_content.scss */
.home-block-usp {
  float: left;
  width: 100%;
  background: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
}
/* line 1240, ../scss/_content.scss */
.home-block-usp .title-block {
  margin-top: 60px;
  margin-bottom: 30px;
}
/* line 1244, ../scss/_content.scss */
.home-block-usp .title-block:after {
  display: none;
}
/* line 1248, ../scss/_content.scss */
.home-block-usp .title-block .h1 {
  font-size: 38px;
}
/* line 1253, ../scss/_content.scss */
.home-block-usp ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 1263, ../scss/_content.scss */
.home-block-usp li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 3%;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.home-block-usp li:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 0px  ) / 3) - 0px);
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.home-block-usp li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1273, ../scss/_content.scss */
.home-block-usp li:nth-child(1), .home-block-usp li:nth-child(2), .home-block-usp li:nth-child(3) {
  border-top: none;
}
/* line 1279, ../scss/_content.scss */
.home-block-usp li .usplink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 1287, ../scss/_content.scss */
.home-block-usp li .usplink:hover {
  background: rgba(0, 0, 0, 0.05);
}
/* line 1292, ../scss/_content.scss */
.home-block-usp li a {
  color: #2d3941;
  text-decoration: underline;
}
/* line 1297, ../scss/_content.scss */
.home-block-usp li span {
  padding-left: 5%;
  font-size: 16px;
  line-height: 25px;
}
/* line 1303, ../scss/_content.scss */
.home-block-usp li:nth-child(3n) {
  border-right: none;
}
/* line 1307, ../scss/_content.scss */
.home-block-usp li br {
  display: none;
}
/* line 1311, ../scss/_content.scss */
.home-block-usp li p:last-child {
  margin-bottom: 0;
}

/* line 1318, ../scss/_content.scss */
.home-blog .blog-items {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 1325, ../scss/_content.scss */
.home-blog .main-blog {
  float: left;
  width: 50%;
  padding-right: 30px;
}
/* line 1330, ../scss/_content.scss */
.home-blog .main-blog img {
  width: 100%;
  max-width: 100%;
  line-height: 0;
  float: left;
  margin-bottom: 30px;
}
/* line 1338, ../scss/_content.scss */
.home-blog .main-blog h3 {
  font-size: 24px;
  line-height: 28px;
}
/* line 1344, ../scss/_content.scss */
.home-blog h3 {
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 0;
}
/* line 1349, ../scss/_content.scss */
.home-blog h3 a {
  color: #000;
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
}
/* line 1355, ../scss/_content.scss */
.home-blog .date {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 1365, ../scss/_content.scss */
.home-blog .highlights {
  float: right;
  width: 50%;
  padding-left: 30px;
}
/* line 1371, ../scss/_content.scss */
.home-blog .highlight {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
/* line 1376, ../scss/_content.scss */
.home-blog .highlight img {
  float: left;
  width: 40%;
}
/* line 1381, ../scss/_content.scss */
.home-blog .highlight .info {
  float: left;
  width: 60%;
  padding-left: 5%;
}
/* line 1387, ../scss/_content.scss */
.home-blog .highlight .intro {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}
/* line 1395, ../scss/_content.scss */
.home-blog img {
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 1398, ../scss/_content.scss */
.home-blog img:hover {
  opacity: 0.8;
}

/* line 1405, ../scss/_content.scss */
.home-team .title-block {
  margin-bottom: 15px;
}
/* line 1408, ../scss/_content.scss */
.home-team .title-block .h1 {
  margin-bottom: 5px;
}
/* line 1412, ../scss/_content.scss */
.home-team .title-block:after {
  display: inline-block;
  position: relative;
  margin-top: 0;
}
/* line 1419, ../scss/_content.scss */
.home-team .teamimage {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 1425, ../scss/_content.scss */
.home-team .container {
  margin-top: 20px;
}
/* line 1428, ../scss/_content.scss */
.home-team .container.wide {
  padding: 0;
}
/* line 1431, ../scss/_content.scss */
.home-team .container.wide .text-left {
  width: 100%;
}
/* line 1437, ../scss/_content.scss */
.home-team .text-left {
  float: left;
  width: 48%;
}
/* line 1442, ../scss/_content.scss */
.home-team .text-right {
  float: right;
  width: 48%;
}
/* line 1447, ../scss/_content.scss */
.home-team .buttons {
  float: left;
  width: 100%;
}

/* line 1456, ../scss/_content.scss */
.contentpage.listing h1, .contentpage.listing .h1 {
  text-align: center;
}
/* line 1460, ../scss/_content.scss */
.contentpage.listing .page-text {
  text-align: center;
}

/* line 1466, ../scss/_content.scss */
.contentpage.videos .last-block {
  margin-bottom: 70px;
}

/* line 1472, ../scss/_content.scss */
.contentpage.videodetail .video {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

/* line 1481, ../scss/_content.scss */
.contentpage.faq .intro .last-block {
  margin-bottom: 60px;
}
/* line 1486, ../scss/_content.scss */
.contentpage.faq .faqsearch {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/* line 1492, ../scss/_content.scss */
.contentpage.faq form input[type='text'] {
  clear: none;
}
/* line 1496, ../scss/_content.scss */
.contentpage.faq form button {
  clear: none;
  margin-top: 2px;
  padding-top: 19px;
}
/* line 1502, ../scss/_content.scss */
.contentpage.faq .faqlist {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
/* line 1510, ../scss/_content.scss */
.contentpage.faq .question {
  min-height: 160px;
  padding: 25px 30px 20px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.contentpage.faq .question:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 20px  ) / 2) - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.contentpage.faq .question:nth-of-type(2n) {
  margin-right: 0;
}
/* line 1519, ../scss/_content.scss */
.contentpage.faq .question:hover {
  text-decoration: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
}
/* line 1525, ../scss/_content.scss */
.contentpage.faq .question h2 {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #2d3941;
}
/* line 1533, ../scss/_content.scss */
.contentpage.faq .read-more {
  margin-top: auto;
  margin-right: auto;
}
/* line 1536, ../scss/_content.scss */
.contentpage.faq .read-more:hover {
  text-decoration: underline;
}
/* line 1541, ../scss/_content.scss */
.contentpage.faq h3.no-results {
  float: left;
  width: 100%;
  max-width: 960px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 60px;
  margin-top: 20px;
}
/* line 1550, ../scss/_content.scss */
.contentpage.faq h3.no-results a {
  text-decoration: underline;
}

/* line 1556, ../scss/_content.scss */
.blogpost {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}
/* line 1561, ../scss/_content.scss */
.blogpost .author {
  margin: 30px 0 70px;
}
/* line 1564, ../scss/_content.scss */
.blogpost .author .image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1568, ../scss/_content.scss */
.blogpost .author h3 {
  margin-top: 10px;
  float: none;
}
/* line 1574, ../scss/_content.scss */
.blogpost h1 {
  font-size: 50px;
  max-width: 800px;
  line-height: 60px;
  float: none;
  margin: auto;
}
/* line 1581, ../scss/_content.scss */
.blogpost h1:after {
  display: none;
}
/* line 1586, ../scss/_content.scss */
.blogpost h2 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 1591, ../scss/_content.scss */
.blogpost h2:first-of-type {
  margin-top: 0;
}
/* line 1596, ../scss/_content.scss */
.blogpost .intro {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 30px;
}
/* line 1602, ../scss/_content.scss */
.blogpost .page-text {
  margin-bottom: 90px;
}
/* line 1606, ../scss/_content.scss */
.blogpost .page-big-image {
  max-width: 1120px;
  margin: 0 auto 90px;
  float: none;
  line-height: 0;
  display: inline-block;
}
/* line 1614, ../scss/_content.scss */
.blogpost .page-quote {
  display: inline-block;
  background: none;
  float: none;
  margin: 50px auto 90px;
  font-size: 33px;
  line-height: 54px;
  max-width: 990px;
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
  font-style: italic;
  font-weight: 300;
}
/* line 1627, ../scss/_content.scss */
.blogpost .page-video {
  margin: 0 auto;
  max-width: 1120px;
}
/* line 1631, ../scss/_content.scss */
.blogpost .page-video .responsive-video {
  float: left;
  width: 100%;
  margin-bottom: 90px;
}
/* line 1638, ../scss/_content.scss */
.blogpost .page-review,
.blogpost .page-text-layout {
  margin-bottom: 90px;
}
/* line 1643, ../scss/_content.scss */
.blogpost .buttonssection {
  margin-top: -30px;
  float: none;
  display: inline-block;
}
/* line 1649, ../scss/_content.scss */
.blogpost .like-container {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
/* line 1654, ../scss/_content.scss */
.blogpost .like-container .button.like {
  margin-right: 0;
  padding: 17px 45px 16px;
  float: none;
  display: inline-block;
}
/* line 1660, ../scss/_content.scss */
.blogpost .like-container .button.like svg {
  margin-right: 10px;
  font-size: 23px;
}
/* line 1667, ../scss/_content.scss */
.blogpost .container.share {
  float: none;
  border: none;
  margin: 0 auto 60px;
  display: inline-block;
  width: auto;
  padding: 0;
}

/* line 1677, ../scss/_content.scss */
.postdate {
  margin-top: 25px;
  margin-bottom: 70px;
}
/* line 1681, ../scss/_content.scss */
.postdate .date,
.postdate .likes {
  display: inline-block;
  margin: 0 20px;
}
/* line 1688, ../scss/_content.scss */
.postdate .date svg {
  margin-right: 4px;
}
/* line 1694, ../scss/_content.scss */
.postdate .likes svg {
  color: #1bb349;
  margin-right: 2px;
}
/* line 1700, ../scss/_content.scss */
.postdate:after {
  content: '';
  display: block;
  background: #1bb349;
  width: 100%;
  max-width: 120px;
  height: 4px;
  margin: 40px auto 0;
}

/* line 1711, ../scss/_content.scss */
.newestblogs,
.otherblogs {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 1718, ../scss/_content.scss */
.newestblogs .info,
.otherblogs .info {
  float: left;
  width: 100;
  text-align: left;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.newestblogs .blogpost:nth-of-type(n),
.otherblogs .blogpost:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 55px  ) / 3) - 55px);
  float: left;
  margin-right: 55px;
  margin-bottom: 50px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.newestblogs .blogpost:nth-of-type(3n),
.otherblogs .blogpost:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1728, ../scss/_content.scss */
.newestblogs img,
.otherblogs img {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 1734, ../scss/_content.scss */
.newestblogs img:hover,
.otherblogs img:hover {
  opacity: 0.8;
}
/* line 1739, ../scss/_content.scss */
.newestblogs h2,
.otherblogs h2 {
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 22px;
  line-height: 28px;
  min-height: 56px;
  margin-bottom: 15px;
}
/* line 1746, ../scss/_content.scss */
.newestblogs h2 a,
.otherblogs h2 a {
  color: #2d3941;
}
/* line 1752, ../scss/_content.scss */
.newestblogs .postdate:after,
.otherblogs .postdate:after {
  display: none;
}
/* line 1756, ../scss/_content.scss */
.newestblogs .postdate .date,
.newestblogs .postdate .likes,
.newestblogs .postdate .author,
.otherblogs .postdate .date,
.otherblogs .postdate .likes,
.otherblogs .postdate .author {
  display: block;
  float: left;
  margin: 0;
  line-height: 23px;
}
/* line 1765, ../scss/_content.scss */
.newestblogs .postdate .likes,
.otherblogs .postdate .likes {
  font-size: 14px;
}
/* line 1769, ../scss/_content.scss */
.newestblogs .postdate .author,
.otherblogs .postdate .author {
  font-size: 14px;
  color: #999;
  /*
  &:before {
  	content:'';
  	display:block;
  	float:left;
  	background:#b3b3b3;
  	width:1px;
  	height:15px;
  	margin:4px 12px 0;
  }
  */
}
/* line 1773, ../scss/_content.scss */
.newestblogs .postdate .author svg,
.otherblogs .postdate .author svg {
  margin-right: 5px;
}
/* line 1790, ../scss/_content.scss */
.newestblogs .postdate .date,
.otherblogs .postdate .date {
  font-size: 14px;
  color: #999;
}
/* line 1794, ../scss/_content.scss */
.newestblogs .postdate .date:before,
.otherblogs .postdate .date:before {
  content: '';
  display: block;
  float: left;
  background: #b3b3b3;
  width: 1px;
  height: 15px;
  margin: 4px 12px 0;
}
/* line 1806, ../scss/_content.scss */
.newestblogs .text,
.otherblogs .text {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 17px;
  text-align: justify;
  line-height: 29px;
}
/* line 1814, ../scss/_content.scss */
.newestblogs .text p:last-of-type,
.otherblogs .text p:last-of-type {
  margin-bottom: 10px;
}

/* line 1820, ../scss/_content.scss */
.otherblogs {
  display: none;
  border-top: 1px solid #e9e9e9;
  padding-top: 60px;
}
/* line 1825, ../scss/_content.scss */
.otherblogs h2 {
  min-height: 0;
}

/* line 1830, ../scss/_content.scss */
.read-more-container {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 1839, ../scss/_content.scss */
.read-more-container .read-more-blogs {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 17px 60px 16px;
  margin-bottom: 30px;
}

/* line 1848, ../scss/_content.scss */
.read-more {
  float: left;
  clear: both;
  font-weight: 500;
  font-size: 17px;
  color: #1bb349;
}

/* line 1856, ../scss/_content.scss */
.related-blogs {
  border-top: 1px solid #e9e9e9;
  float: left;
  width: 100%;
  padding-top: 60px;
}
/* line 1862, ../scss/_content.scss */
.related-blogs h2 {
  font-size: 30px;
}
/* line 1866, ../scss/_content.scss */
.related-blogs ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
/* line 1876, ../scss/_content.scss */
.related-blogs ul li {
  border-right: 1px solid #e9e9e9;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.related-blogs ul li:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 40px  ) / 3) - 40px);
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.related-blogs ul li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1880, ../scss/_content.scss */
.related-blogs ul li:last-child, .related-blogs ul li:nth-child(3n) {
  border-right: none;
}
/* line 1885, ../scss/_content.scss */
.related-blogs ul li a {
  float: left;
  width: 100%;
  color: #2d3941;
}
/* line 1891, ../scss/_content.scss */
.related-blogs ul li a:hover h4 {
  text-decoration: underline;
}
/* line 1895, ../scss/_content.scss */
.related-blogs ul li a:hover img {
  opacity: 0.85;
}
/* line 1901, ../scss/_content.scss */
.related-blogs ul li img {
  float: left;
  width: 35%;
  margin-top: 4px;
}
/* line 1907, ../scss/_content.scss */
.related-blogs ul li .info {
  float: left;
  width: 65%;
  padding-left: 5%;
  text-align: left;
  padding-right: 5%;
}
/* line 1915, ../scss/_content.scss */
.related-blogs ul li h4 {
  margin: 0 0 5px;
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 17px;
  line-height: 23px;
}
/* line 1922, ../scss/_content.scss */
.related-blogs ul li .date {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  line-height: 20px;
  margin-bottom: 10px;
}
/* line 1932, ../scss/_content.scss */
.related-blogs ul li .description {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 23px;
}

/* line 1942, ../scss/_content.scss */
.videoitems,
.nieuwsitems {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 1949, ../scss/_content.scss */
.videoitems .info,
.nieuwsitems .info {
  float: left;
  width: 100;
  text-align: left;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.videoitems .blokitem:nth-of-type(n),
.nieuwsitems .blokitem:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 55px  ) / 3) - 55px);
  float: left;
  margin-right: 55px;
  margin-bottom: 50px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.videoitems .blokitem:nth-of-type(3n),
.nieuwsitems .blokitem:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1959, ../scss/_content.scss */
.videoitems img,
.nieuwsitems img {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 1965, ../scss/_content.scss */
.videoitems img:hover,
.nieuwsitems img:hover {
  opacity: 0.8;
}
/* line 1970, ../scss/_content.scss */
.videoitems h2,
.nieuwsitems h2 {
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 22px;
  line-height: 28px;
  min-height: 56px;
  margin-bottom: 15px;
}
/* line 1977, ../scss/_content.scss */
.videoitems h2 a,
.nieuwsitems h2 a {
  color: #2d3941;
}
/* line 1983, ../scss/_content.scss */
.videoitems .postdate:after,
.nieuwsitems .postdate:after {
  display: none;
}
/* line 1987, ../scss/_content.scss */
.videoitems .postdate .date,
.nieuwsitems .postdate .date {
  display: block;
  float: left;
  margin: 0;
  line-height: 23px;
  font-size: 14px;
  color: #999;
}
/* line 1997, ../scss/_content.scss */
.videoitems .text,
.nieuwsitems .text {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 17px;
  text-align: justify;
  line-height: 29px;
}
/* line 2005, ../scss/_content.scss */
.videoitems .text p:last-of-type,
.nieuwsitems .text p:last-of-type {
  margin-bottom: 10px;
}

/* line 2011, ../scss/_content.scss */
.overig-nieuws {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 2017, ../scss/_content.scss */
.overig-nieuws h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
/* line 2022, ../scss/_content.scss */
.overig-nieuws a {
  float: left;
  clear: both;
  position: relative;
  color: #333;
  line-height: 22px;
  margin-bottom: 9px;
  text-decoration: underline;
}
/* line 2032, ../scss/_content.scss */
.overig-nieuws a span.date {
  position: absolute;
  width: 110px;
  top: 4px;
}
/* line 2038, ../scss/_content.scss */
.overig-nieuws a span.title {
  float: left;
  margin-top: 4px;
  padding-left: 100px;
  text-decoration: underline;
}

/* line 2048, ../scss/_content.scss */
.videoitems .video-thumb {
  display: block;
  width: 100%;
  height: 277px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.25s;
}
/* line 2058, ../scss/_content.scss */
.videoitems .video-thumb:hover {
  opacity: 0.8;
}
/* line 2063, ../scss/_content.scss */
.videoitems .no-image {
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 2069, ../scss/_content.scss */
.videoitems .no-image svg {
  color: #fff;
  font-size: 80px;
}
/* line 2075, ../scss/_content.scss */
.videoitems h2 {
  min-height: 0;
  margin-bottom: 15px;
}
/* line 2080, ../scss/_content.scss */
.videoitems .text {
  margin-top: 0;
}
/* line 2084, ../scss/_content.scss */
.videoitems .read-more {
  margin-top: 5px;
}
/* line 2087, ../scss/_content.scss */
.videoitems .read-more svg {
  margin-right: 7px;
  font-size: 15px;
  top: 1px;
  position: relative;
}

/* line 2098, ../scss/_content.scss */
.realestate h1 {
  margin-bottom: 26px;
}
/* line 2102, ../scss/_content.scss */
.realestate .filters {
  float: left;
  width: 22%;
  margin-top: 22px;
}
/* line 2108, ../scss/_content.scss */
.realestate .listview {
  float: right;
  width: 78%;
  padding-left: 5%;
}
/* line 2114, ../scss/_content.scss */
.realestate .top-bar {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 2121, ../scss/_content.scss */
.realestate .top-bar .sort {
  float: right;
  width: 280px;
}
/* line 2127, ../scss/_content.scss */
.realestate .button.filter {
  display: none;
}

/* line 2132, ../scss/_content.scss */
.huur-banner {
  float: left;
  width: 100%;
  margin-top: -14px;
  margin-bottom: 20px;
}
/* line 2138, ../scss/_content.scss */
.huur-banner.mobile {
  display: none;
}

/* line 2143, ../scss/_content.scss */
.objectlist {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 2150, ../scss/_content.scss */
.objectlist .object {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 2159, ../scss/_content.scss */
.objectlist .object:last-child {
  margin-bottom: 0;
}
/* line 2164, ../scss/_content.scss */
.objectlist .object-image {
  float: left;
  width: 36%;
  line-height: 0;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 2170, ../scss/_content.scss */
.objectlist .object-image:hover {
  opacity: 0.85;
}
/* line 2175, ../scss/_content.scss */
.objectlist .object-info {
  float: left;
  width: 40%;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  padding-bottom: 25px;
}
/* line 2183, ../scss/_content.scss */
.objectlist .object-info .address {
  float: left;
  widht: 100%;
  flex-grow: 1;
}
/* line 2189, ../scss/_content.scss */
.objectlist .object-info .street {
  float: left;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  color: #2d3941;
}
/* line 2197, ../scss/_content.scss */
.objectlist .object-info .location {
  float: left;
  width: 100%;
}
/* line 2202, ../scss/_content.scss */
.objectlist .object-info .price {
  float: left;
  font-size: 20px;
  font-weight: 500;
}
/* line 2208, ../scss/_content.scss */
.objectlist .object-info .quickinfo {
  line-height: 28px;
  color: #5f6f78;
}
/* line 2212, ../scss/_content.scss */
.objectlist .object-info .quickinfo .livingarea {
  float: left;
  width: 100%;
}
/* line 2217, ../scss/_content.scss */
.objectlist .object-info .quickinfo .rooms {
  float: left;
  width: 100%;
}

/* line 2225, ../scss/_content.scss */
.labels {
  float: right;
  width: 24%;
  margin-top: 3px;
}
/* line 2230, ../scss/_content.scss */
.labels .label {
  float: right;
  margin-left: auto;
  text-align: center;
  line-height: 17px;
  background: #1bb349;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  min-width: 164px;
  max-width: 164px;
}
/* line 2245, ../scss/_content.scss */
.labels .label:last-child {
  margin-bottom: 0;
}
/* line 2249, ../scss/_content.scss */
.labels .label.rehamtzelf {
  background: #0099cc;
}
/* line 2253, ../scss/_content.scss */
.labels .label.prijsverlaagd {
  background: #0099cc;
}
/* line 2257, ../scss/_content.scss */
.labels .label.matterport {
  background: #ff9900;
  padding: 0;
}
/* line 2261, ../scss/_content.scss */
.labels .label.matterport a {
  padding: 10px 16px;
  float: left;
  width: 100%;
  color: #fff;
}
/* line 2267, ../scss/_content.scss */
.labels .label.matterport a:hover {
  text-decoration: none;
  background: #e68a00;
}
/* line 2274, ../scss/_content.scss */
.labels .label.openhuis {
  background: #ff9900;
}
/* line 2278, ../scss/_content.scss */
.labels .label.verkocht {
  background: #ff3333;
}
/* line 2282, ../scss/_content.scss */
.labels .label.verkocht_onder_voorbehoud {
  background: #fff;
  color: #ff3333;
  border: 2px solid #ff3333;
}

/* line 2290, ../scss/_content.scss */
.filters {
  margin-bottom: 90px;
}
/* line 2293, ../scss/_content.scss */
.filters .button.close {
  display: none;
  float: right;
  clear: both;
  margin: 0;
  padding: 15px 15px;
  line-height: 13px;
}
/* line 2302, ../scss/_content.scss */
.filters .button.orange {
  width: 100%;
  margin-right: 0;
  padding: 15px 10px 14px;
  margin-top: 25px;
  font-size: 18px;
}
/* line 2310, ../scss/_content.scss */
.filters .filter {
  float: left;
  width: 100%;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e9e9e9;
}
/* line 2317, ../scss/_content.scss */
.filters .filter:last-of-type {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 24px;
}
/* line 2322, ../scss/_content.scss */
.filters .filter ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 2329, ../scss/_content.scss */
.filters .filter li {
  float: left;
  width: 100%;
}
/* line 2334, ../scss/_content.scss */
.filters .filter span.title {
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 2342, ../scss/_content.scss */
.filters .filter label {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  cursor: pointer;
  width: 100%;
}
/* line 2349, ../scss/_content.scss */
.filters .filter label input {
  position: relative;
  top: 2px;
}
/* line 2354, ../scss/_content.scss */
.filters .filter label span {
  padding-left: 8px;
}
/* line 2360, ../scss/_content.scss */
.filters .clear-filters {
  float: left;
  clear: both;
  text-decoration: underline;
  margin-top: 15px;
}
/* line 2368, ../scss/_content.scss */
.filters .filter.longlist ul {
  overflow: hidden;
  -moz-transition: height 0.75s;
  -o-transition: height 0.75s;
  -webkit-transition: height 0.75s;
  transition: height 0.75s;
}
/* line 2374, ../scss/_content.scss */
.filters .filter.collapsable {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
/* line 2379, ../scss/_content.scss */
.filters .filter.collapsable.bouwjaar {
  margin-top: 24px;
}
/* line 2383, ../scss/_content.scss */
.filters .filter.collapsable .title {
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  background: url(../images/filter_close.png) no-repeat top 33px right 10px;
}
/* line 2390, ../scss/_content.scss */
.filters .filter.collapsable .title.open {
  background: url(../images/filter_open.png) no-repeat top 37px right 8px;
  padding-bottom: 0;
}
/* line 2397, ../scss/_content.scss */
.filters .filter-content {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 24px;
  display: none;
}
/* line 2405, ../scss/_content.scss */
.filters .show-more {
  float: left;
  clear: both;
  color: #3b95ca;
  margin-top: 5px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}
/* line 2415, ../scss/_content.scss */
.filters .currentterm {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
  color: #000;
}
/* line 2424, ../scss/_content.scss */
.filters .currentterm strong {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}
/* line 2431, ../scss/_content.scss */
.filters .currentterm .close {
  display: inline-block;
  margin-left: 7px;
  background: #242424;
  line-height: 19px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  top: -2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 2449, ../scss/_content.scss */
.filters .button.bottom {
  margin-top: 25px;
}

/* line 2455, ../scss/_content.scss */
.pager-container {
  float: right;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 90px;
}

/* line 2462, ../scss/_content.scss */
.pagination {
  float: right;
  width: 100%;
}
/* line 2466, ../scss/_content.scss */
.pagination .pages {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
/* line 2472, ../scss/_content.scss */
.pagination .pages li {
  float: left;
  text-align: center;
}
/* line 2476, ../scss/_content.scss */
.pagination .pages li.next, .pagination .pages li.prev {
  margin-right: 20px;
}
/* line 2480, ../scss/_content.scss */
.pagination .pages li.next a, .pagination .pages li.prev a {
  padding-left: 0;
  padding-right: 0;
}
/* line 2484, ../scss/_content.scss */
.pagination .pages li.next a:hover, .pagination .pages li.prev a:hover {
  background: none;
  text-decoration: underline;
}
/* line 2491, ../scss/_content.scss */
.pagination .pages li.next {
  margin-left: 20px;
  margin-right: 0;
}
/* line 2496, ../scss/_content.scss */
.pagination .pages li a {
  color: #2d3941;
  line-height: 20px;
  font-weight: 400;
  font-size: 17px;
  padding: 10px 15px;
  float: left;
}
/* line 2504, ../scss/_content.scss */
.pagination .pages li a:hover {
  text-decoration: none;
  background: #f2f2f2;
}
/* line 2510, ../scss/_content.scss */
.pagination .pages li.active {
  background: #1bb349;
  color: #fff;
}
/* line 2514, ../scss/_content.scss */
.pagination .pages li.active a {
  color: #fff;
  font-weight: 400;
}
/* line 2518, ../scss/_content.scss */
.pagination .pages li.active a:hover {
  background: #1bb349;
}

/* line 2528, ../scss/_content.scss */
.detailpage h1 {
  font-size: 32px;
}
/* line 2531, ../scss/_content.scss */
.detailpage h1 .koppelsign {
  display: inline-block;
}
/* line 2535, ../scss/_content.scss */
.detailpage h1 span {
  font-weight: 400;
}
/* line 2540, ../scss/_content.scss */
.detailpage h2 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 2546, ../scss/_content.scss */
.detailpage .top {
  float: left;
  width: 100%;
}
/* line 2551, ../scss/_content.scss */
.detailpage .back-button {
  color: #1bb349;
  text-decoration: underline;
  cursor: pointer;
}
/* line 2557, ../scss/_content.scss */
.detailpage .media {
  float: left;
  width: 100%;
  height: 60vh;
  max-height: 600px;
  min-height: 400px;
  position: relative;
}
/* line 2566, ../scss/_content.scss */
.detailpage .labels {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
/* line 2571, ../scss/_content.scss */
.detailpage .labels .label {
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
}
/* line 2577, ../scss/_content.scss */
.detailpage .labels .label.verkocht_onder_voorbehoud {
  min-width: 240px;
}
/* line 2583, ../scss/_content.scss */
.detailpage .images {
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
/* line 2591, ../scss/_content.scss */
.detailpage .main-image {
  display: flex;
  height: 100%;
  width: calc(67% - 10px);
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
}
/* line 2601, ../scss/_content.scss */
.detailpage .main-image img {
  display: none;
}
/* line 2606, ../scss/_content.scss */
.detailpage .image-grid {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 33%;
}
/* line 2612, ../scss/_content.scss */
.detailpage .image-grid .top-image {
  display: flex;
  height: calc(50% - 10px);
  margin-bottom: 10px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
}
/* line 2622, ../scss/_content.scss */
.detailpage .image-grid .top-image img {
  display: none;
}
/* line 2627, ../scss/_content.scss */
.detailpage .image-grid .row {
  display: flex;
  flex-wrap: wrap;
  height: calc(25% - 10px);
  margin-bottom: 10px;
}
/* line 2634, ../scss/_content.scss */
.detailpage .image-grid .row.last {
  height: 25%;
  margin-bottom: 0;
}
/* line 2640, ../scss/_content.scss */
.detailpage .image-grid .column {
  display: flex;
  width: 100%;
  max-width: 100%;
}
/* line 2646, ../scss/_content.scss */
.detailpage .image-grid .grid-image {
  display: flex;
  height: 100%;
  width: calc(100% - 5px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
}
/* line 2655, ../scss/_content.scss */
.detailpage .image-grid .grid-image img {
  display: none;
}
/* line 2659, ../scss/_content.scss */
.detailpage .image-grid .grid-image:first-child {
  margin-right: 5px;
}
/* line 2663, ../scss/_content.scss */
.detailpage .image-grid .grid-image:last-child {
  margin-left: 5px;
}
/* line 2669, ../scss/_content.scss */
.detailpage .image.disabled {
  display: none;
}
/* line 2673, ../scss/_content.scss */
.detailpage .media-bottom {
  float: left;
  width: 100%;
  padding: 19px 0 11px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 2680, ../scss/_content.scss */
.detailpage .show-all-images {
  float: left;
  color: #3b95ca;
  text-decoration: underline;
  padding-left: 40px;
  cursor: pointer;
  background: url(../images/icon_all_images.png) no-repeat left 0 top 50%;
}
/* line 2689, ../scss/_content.scss */
.detailpage .share {
  float: right;
}
/* line 2692, ../scss/_content.scss */
.detailpage .share span {
  float: left;
}
/* line 2696, ../scss/_content.scss */
.detailpage .share .icons {
  margin-left: 10px;
  float: right;
}
/* line 2702, ../scss/_content.scss */
.detailpage .matterport {
  float: left;
  width: 100%;
  margin-top: 40px;
}
/* line 2708, ../scss/_content.scss */
.detailpage .omschrijving {
  float: left;
  width: 100%;
  margin-top: 40px;
}
/* line 2713, ../scss/_content.scss */
.detailpage .omschrijving h2 {
  margin-bottom: 10px;
}
/* line 2717, ../scss/_content.scss */
.detailpage .omschrijving .desc {
  float: left;
  width: 100%;
}
/* line 2722, ../scss/_content.scss */
.detailpage .omschrijving .collapsable {
  height: 355px;
  overflow: hidden;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
/* line 2729, ../scss/_content.scss */
.detailpage .show-all {
  color: #3b95ca;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 15px;
  float: left;
}
/* line 2737, ../scss/_content.scss */
.detailpage .reageerdirect {
  float: left;
  width: 100%;
  margin: 45px 0 40px;
}
/* line 2743, ../scss/_content.scss */
.detailpage .kenmerken {
  float: left;
  width: 100%;
}
/* line 2747, ../scss/_content.scss */
.detailpage .kenmerken ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  border-top: 1px solid #e9e9e9;
}
/* line 2756, ../scss/_content.scss */
.detailpage .kenmerken li {
  float: left;
  padding: 10px 0;
  font-size: 17px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 2762, ../scss/_content.scss */
.detailpage .kenmerken li.label {
  float: left;
  width: 350px;
  color: #6d7982;
}
/* line 2768, ../scss/_content.scss */
.detailpage .kenmerken li.data {
  float: left;
  width: calc(100% - 350px);
}
/* line 2775, ../scss/_content.scss */
.detailpage .eigenaar-review {
  float: left;
  width: 100%;
  background: #f0f0f0;
  padding: 50px 10%;
  text-align: center;
  margin: 30px 0 50px;
}
/* line 2783, ../scss/_content.scss */
.detailpage .eigenaar-review h1, .detailpage .eigenaar-review h2, .detailpage .eigenaar-review h3 {
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
  font-weight: 400;
  font-style: italic;
  font-size: 29px;
  margin-bottom: 30px;
}
/* line 2791, ../scss/_content.scss */
.detailpage .eigenaar-review .outro {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 19px;
}
/* line 2801, ../scss/_content.scss */
.detailpage .maps {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
/* line 2807, ../scss/_content.scss */
.detailpage #map {
  float: left;
  width: 100%;
  height: 500px;
}
/* line 2813, ../scss/_content.scss */
.detailpage #maps-info-content {
  float: left;
  width: 100%;
  height: 204px;
}
/* line 2818, ../scss/_content.scss */
.detailpage #maps-info-content h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
  margin: 2px 0 0;
  height: 34px;
  overflow: hidden;
  width: 220px;
}
/* line 2829, ../scss/_content.scss */
.detailpage #maps-info-content img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
}

/* line 2839, ../scss/_content.scss */
.related {
  float: left;
  width: 100%;
  padding-top: 50px;
  margin-top: 100px;
  margin-bottom: 50px;
  border-top: 1px solid #e9e9e9;
}
/* line 2847, ../scss/_content.scss */
.related h2 {
  font-size: 34px;
}
/* line 2851, ../scss/_content.scss */
.related ul {
  list-style: none;
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.related li:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 30px  ) / 4) - 30px);
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.related li:nth-of-type(4n) {
  margin-right: 0;
}
/* line 2862, ../scss/_content.scss */
.related li a.imagelink {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 2868, ../scss/_content.scss */
.related li img {
  line-height: 0;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 2872, ../scss/_content.scss */
.related li img:hover {
  opacity: 0.8;
}
/* line 2877, ../scss/_content.scss */
.related li .info {
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 2883, ../scss/_content.scss */
.related li h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 26px;
}
/* line 2890, ../scss/_content.scss */
.related li h3 a {
  color: #000;
}
/* line 2895, ../scss/_content.scss */
.related li .location {
  float: left;
  width: 100%;
  color: #5f6f78;
  font-size: 16px;
  line-height: 22px;
}
/* line 2903, ../scss/_content.scss */
.related li .price {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  margin-top: 14px;
}

/* line 2913, ../scss/_content.scss */
#inschrijven,
#reageerdirect {
  float: left;
  width: 100%;
  display: none;
  /* background: #f2f1f1; */
  background: #fff;
  padding: 60px 5%;
  margin: 90px 0 0;
  -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15);
}
/* line 2924, ../scss/_content.scss */
#inschrijven h3,
#reageerdirect h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 2930, ../scss/_content.scss */
#inschrijven .intro,
#reageerdirect .intro {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 2936, ../scss/_content.scss */
#inschrijven .row,
#reageerdirect .row {
  position: relative;
}
/* line 2, ../scss/mixin/_new-grid.scss */
#inschrijven .row:nth-of-type(n),
#reageerdirect .row:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 30px  ) / 3) - 30px);
  float: left;
  margin-right: 30px;
  margin-bottom: 0px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
#inschrijven .row:nth-of-type(3n),
#reageerdirect .row:nth-of-type(3n) {
  margin-right: 0;
}
/* line 2940, ../scss/_content.scss */
#inschrijven .row input,
#reageerdirect .row input {
  max-width: 100%;
}
/* line 2945, ../scss/_content.scss */
#inschrijven .button,
#reageerdirect .button {
  width: 200px;
  margin-top: 10px;
  clear: both;
}
/* line 2951, ../scss/_content.scss */
#inschrijven .form-error,
#reageerdirect .form-error {
  position: absolute;
  right: 0;
  font-size: 13px;
  color: red;
}
/* line 2958, ../scss/_content.scss */
#inschrijven .g-recaptcha,
#reageerdirect .g-recaptcha {
  float: left;
  clear: both;
  margin-bottom: 10px;
}

/* line 2966, ../scss/_content.scss */
#inschrijven .klantgegevens {
  float: left;
  width: 100%;
}
/* line 2971, ../scss/_content.scss */
#inschrijven .selectievragen {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 2977, ../scss/_content.scss */
#inschrijven .selectievragen .selectievraag {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 10px;
}
/* line 2984, ../scss/_content.scss */
#inschrijven .selectievragen .selectievraag:last-child {
  margin-bottom: 0;
}
/* line 2989, ../scss/_content.scss */
#inschrijven .selectievragen .vraag {
  float: left;
  width: calc(100% - 120px);
  font-weight: 700;
}
/* line 2995, ../scss/_content.scss */
#inschrijven .selectievragen .antwoord {
  float: right;
  width: 120px;
}
/* line 3000, ../scss/_content.scss */
#inschrijven .selectievragen label {
  float: left;
  margin-left: 14px;
  clear: none;
  cursor: pointer;
}
/* line 3006, ../scss/_content.scss */
#inschrijven .selectievragen label input {
  margin-right: 4px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
/* line 3015, ../scss/_content.scss */
#inschrijven .row.akkoord {
  width: 100%;
  margin: 0 0 20px;
}
/* line 3019, ../scss/_content.scss */
#inschrijven .row.akkoord label, #inschrijven .row.akkoord input {
  cursor: pointer;
}
/* line 3024, ../scss/_content.scss */
#inschrijven .styled-select {
  width: 100%;
  max-width: 100%;
}
/* line 3028, ../scss/_content.scss */
#inschrijven .styled-select select {
  padding: 18px 20px;
  margin: 2px 0 10px;
}

/* line 3035, ../scss/_content.scss */
.lg-autoplay-button.lg-icon {
  display: none;
}

/* line 3039, ../scss/_content.scss */
.teamoverview {
  float: left;
  width: 100%;
}
/* line 3043, ../scss/_content.scss */
.teamoverview ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.teamoverview li:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 30px  ) / 3) - 30px);
  float: left;
  margin-right: 30px;
  margin-bottom: 70px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.teamoverview li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 3056, ../scss/_content.scss */
.teamoverview li .profilepic {
  float: left;
  width: 35%;
}
/* line 3061, ../scss/_content.scss */
.teamoverview li .info {
  float: left;
  width: 60%;
  margin-left: 5%;
}
/* line 3067, ../scss/_content.scss */
.teamoverview li h2 {
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
}
/* line 3070, ../scss/_content.scss */
.teamoverview li h2 a {
  color: #000;
  text-decoration: underline;
}
/* line 3076, ../scss/_content.scss */
.teamoverview li .function {
  float: left;
  width: 100%;
}
/* line 3081, ../scss/_content.scss */
.teamoverview li .email {
  font-size: 16px;
  color: #999;
}

/* line 3088, ../scss/_content.scss */
.employee-details {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
/* line 3093, ../scss/_content.scss */
.employee-details h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 3098, ../scss/_content.scss */
.employee-details .functie {
  float: left;
  clear: both;
  font-size: 26px;
  color: #999;
  margin-top: 10px;
}
/* line 3106, ../scss/_content.scss */
.employee-details .mailmij {
  float: left;
  clear: both;
  line-height: 26px;
  text-decoration: underline;
}
/* line 3113, ../scss/_content.scss */
.employee-details .overmij {
  float: left;
  width: 100%;
  line-height: 32px;
  margin-top: 30px;
}
/* line 3120, ../scss/_content.scss */
.employee-details a.back-link {
  float: left;
  clear: both;
  margin-bottom: 25px;
  text-decoration: underline;
}
/* line 3127, ../scss/_content.scss */
.employee-details .employee-left {
  float: left;
  width: 420px;
  clear: left;
}
/* line 3132, ../scss/_content.scss */
.employee-details .employee-left .main-img {
  width: 100%;
  float: left;
  line-height: 0;
}
/* line 3139, ../scss/_content.scss */
.employee-details .more-images {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
/* line 3145, ../scss/_content.scss */
.employee-details .more-images img {
  float: left;
  line-height: 0;
  margin-top: 10px;
  border: 8px solid #fff;
  position: relative;
  z-index: 2;
  top: -30px;
  -moz-transition: -moz-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.15);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
/* line 3157, ../scss/_content.scss */
.employee-details .more-images img:first-child {
  top: 0;
}
/* line 3161, ../scss/_content.scss */
.employee-details .more-images img:nth-child(2n) {
  position: relative;
  z-index: 1;
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}
/* line 3167, ../scss/_content.scss */
.employee-details .more-images img:hover {
  z-index: 2;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 3175, ../scss/_content.scss */
.employee-details .employee-right {
  float: left;
  width: calc(100% - 420px);
  padding-left: 5%;
}
/* line 3181, ../scss/_content.scss */
.employee-details .personal-info {
  float: left;
  width: 100%;
  line-height: 43px;
}
/* line 3187, ../scss/_content.scss */
.employee-details .label {
  font-weight: 700;
  float: left;
  clear: left;
  width: 200px;
}
/* line 3194, ../scss/_content.scss */
.employee-details .answer {
  float: left;
  width: calc(100% - 200px);
}
/* line 3199, ../scss/_content.scss */
.employee-details .questions {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
}
/* line 3206, ../scss/_content.scss */
.employee-details .questions .row {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
/* line 3212, ../scss/_content.scss */
.employee-details .questions .label {
  width: 100%;
  line-height: 34px;
}
/* line 3217, ../scss/_content.scss */
.employee-details .questions .answer {
  width: 100%;
  line-height: 26px;
  font-style: italic;
}
/* line 3222, ../scss/_content.scss */
.employee-details .questions .answer p:last-child {
  margin-bottom: 0;
}

/* line 3230, ../scss/_content.scss */
.contactpage .contact-left {
  float: left;
  width: 400px;
  margin-bottom: 40px;
}
/* line 3235, ../scss/_content.scss */
.contactpage .contact-left h3 {
  margin-bottom: 2px;
}
/* line 3238, ../scss/_content.scss */
.contactpage .contact-left h3:first-child {
  margin-top: 0;
}
/* line 3243, ../scss/_content.scss */
.contactpage .contact-left svg {
  color: #1bb349;
  margin-right: 9px;
  width: 18px;
  height: 18px;
}
/* line 3250, ../scss/_content.scss */
.contactpage .contact-left span {
  float: left;
  width: 100;
  margin-bottom: 10px;
}
/* line 3256, ../scss/_content.scss */
.contactpage .contact-left p:last-child {
  margin-bottom: 0;
}
/* line 3261, ../scss/_content.scss */
.contactpage .contact-right {
  float: right;
  width: calc(100% - 500px);
  padding-left: 10%;
  margin-bottom: 40px;
}
/* line 3268, ../scss/_content.scss */
.contactpage .contact-right h3:first-child {
  margin-top: 0;
}

/* line 3276, ../scss/_content.scss */
.contactform .row {
  clear: left;
  float: left;
  width: 100%;
  max-width: 400px;
  position: relative;
}
/* line 3283, ../scss/_content.scss */
.contactform .row input {
  max-width: 100%;
}
/* line 3288, ../scss/_content.scss */
.contactform .row.onderwerp {
  max-width: 100%;
}
/* line 3291, ../scss/_content.scss */
.contactform .row.onderwerp input {
  max-width: 100%;
}
/* line 3296, ../scss/_content.scss */
.contactform .row.opmerkingen {
  max-width: 100%;
}
/* line 3299, ../scss/_content.scss */
.contactform .row.opmerkingen textarea {
  max-width: 100%;
  height: 150px;
}
/* line 3305, ../scss/_content.scss */
.contactform .g-recaptcha {
  float: left;
  clear: both;
}
/* line 3310, ../scss/_content.scss */
.contactform .button {
  clear: both;
  margin-top: 20px;
}
/* line 3315, ../scss/_content.scss */
.contactform .form-error {
  position: absolute;
  right: 0;
  color: red;
  font-size: 14px;
}

/* line 3334, ../scss/_content.scss */
.footer-banners {
  float: left;
  width: 100%;
}
/* line 3338, ../scss/_content.scss */
.footer-banners ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 3346, ../scss/_content.scss */
.footer-banners li {
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  position: relative;
  max-width: 480px;
  height: 300px;
  overflow: hidden;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.footer-banners li:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 36px  ) / 3) - 36px);
  float: left;
  margin-right: 36px;
  margin-bottom: 42px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.footer-banners li:nth-of-type(3n) {
  margin-right: 0;
}
/* line 3357, ../scss/_content.scss */
.footer-banners .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 3365, ../scss/_content.scss */
.footer-banners .banner-link:hover:before {
  opacity: 0.25;
}
/* line 3369, ../scss/_content.scss */
.footer-banners .banner-link:hover .banner-content {
  bottom: 32px;
}
/* line 3374, ../scss/_content.scss */
.footer-banners .banner-link:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 3388, ../scss/_content.scss */
.footer-banners .banner-content {
  position: absolute;
  bottom: 26px;
  padding: 0 20px;
  z-index: 1;
  width: 100%;
  -moz-transition: bottom 0.25s;
  -o-transition: bottom 0.25s;
  -webkit-transition: bottom 0.25s;
  transition: bottom 0.25s;
}
/* line 3396, ../scss/_content.scss */
.footer-banners .banner-content h3,
.footer-banners .banner-content span {
  float: left;
  width: 100%;
  color: #fff;
  margin: 0;
  text-align: center;
}
/* line 3405, ../scss/_content.scss */
.footer-banners .banner-content h3 {
  font-family: "Merriweather", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 6px;
}
/* line 3412, ../scss/_content.scss */
.footer-banners .banner-content span {
  font-size: 17px;
  line-height: 21px;
}
/* line 3417, ../scss/_content.scss */
.footer-banners .banner-content p {
  margin-bottom: 0;
}
/* line 3422, ../scss/_content.scss */
.footer-banners .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

/* line 3433, ../scss/_content.scss */
.newsletter {
  text-align: center;
}
/* line 3436, ../scss/_content.scss */
.newsletter .content {
  padding: 10px 0 10px;
}
/* line 3440, ../scss/_content.scss */
.newsletter .layout {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 50px 60px;
}
/* line 3448, ../scss/_content.scss */
.newsletter h2 {
  display: inline-block;
  text-align: center;
  font-size: 38px;
  margin-bottom: 10px;
}
/* line 3455, ../scss/_content.scss */
.newsletter .subtitle {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
/* line 3462, ../scss/_content.scss */
.newsletter .checkbox-container {
  font-size: 17px;
  float: none;
  margin-top: 30px;
  display: inline-block;
}
/* line 3470, ../scss/_content.scss */
.newsletter form label {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
/* line 3476, ../scss/_content.scss */
.newsletter form .row {
  float: none;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
/* line 3483, ../scss/_content.scss */
.newsletter form input[type=email],
.newsletter form input[type=text] {
  margin: 0;
  float: left;
  width: 100%;
  max-width: 100%;
}
/* line 3491, ../scss/_content.scss */
.newsletter form input[type=submit] {
  margin: 0;
  float: left;
  margin-top: 20px;
  padding: 17px 40px 16px;
}
/* line 3499, ../scss/_content.scss */
.newsletter #mc_embed_signup_scroll {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
/* line 3505, ../scss/_content.scss */
.newsletter .mc-field-group.name {
  float: left;
  width: 48%;
  margin-top: 20px;
}
/* line 3511, ../scss/_content.scss */
.newsletter .mc-field-group.email {
  margin-top: 20px;
  float: right;
  width: 48%;
}
/* line 3517, ../scss/_content.scss */
.newsletter .mc-field-group.permission {
  width: 100%;
  margin-top: 10px;
  float: left;
}
/* line 3522, ../scss/_content.scss */
.newsletter .mc-field-group.permission input {
  float: left;
  margin-top: 4px;
}
/* line 3527, ../scss/_content.scss */
.newsletter .mc-field-group.permission label {
  float: left;
  clear: none;
  width: 100%;
}
/* line 3533, ../scss/_content.scss */
.newsletter .mc-field-group.permission span {
  float: left;
  line-height: 23px;
  width: calc(100% - 40px);
  padding-left: 5px;
}
/* line 3541, ../scss/_content.scss */
.newsletter #mc_embed_signup div.mce_inline_error {
  background: none;
  color: red;
  font-weight: 300;
  font-size: 15px;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 3551, ../scss/_content.scss */
.newsletter #mce-responses {
  float: left;
  width: 100%;
}
/* line 3556, ../scss/_content.scss */
.newsletter #mce-success-response {
  float: left;
  width: 100%;
  padding: 10px;
  color: #3c763d;
  margin-top: 18px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border: 1px solid #cadeb9;
}
/* line 3567, ../scss/_content.scss */
.newsletter #mce-error-response {
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 18px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
/* line 3576, ../scss/_content.scss */
.newsletter #mce-error-response a {
  color: #a94442;
  text-decoration: underline;
}
/* line 3582, ../scss/_content.scss */
.newsletter .form-error {
  color: red;
}

/* line 3587, ../scss/_content.scss */
.footer {
  margin-top: 60px;
  background: #3b7090;
  color: #fff;
}
/* line 3592, ../scss/_content.scss */
.footer .content {
  padding: 80px 0;
}
/* line 3596, ../scss/_content.scss */
.footer h4 {
  margin-top: 0;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
/* line 3602, ../scss/_content.scss */
.footer a {
  color: #fff;
}
/* line 3606, ../scss/_content.scss */
.footer .contact {
  float: left;
  width: 25%;
  font-size: 18px;
}
/* line 3611, ../scss/_content.scss */
.footer .contact p {
  width: 100%;
}
/* line 3615, ../scss/_content.scss */
.footer .contact a {
  text-decoration: underline;
}
/* line 3620, ../scss/_content.scss */
.footer .quicklinks {
  float: right;
  width: 70%;
  font-size: 16px;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.footer .list:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 9%  ) / 4) - 9%);
  float: right;
  margin-left: 9%;
  margin-bottom: 40px;
}
/* line 23, ../scss/mixin/_new-grid.scss */
.footer .list:nth-of-type(4n) {
  margin-left: 0;
}
/* line 3629, ../scss/_content.scss */
.footer .list h4 {
  border-bottom: 1px solid #5087a8;
}
/* line 3633, ../scss/_content.scss */
.footer .list ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 3643, ../scss/_content.scss */
.footer.extra {
  margin-top: 0;
  background: #2b5b78;
}
/* line 3647, ../scss/_content.scss */
.footer.extra .content {
  padding: 17px 0;
}
/* line 3651, ../scss/_content.scss */
.footer.extra .social {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 3657, ../scss/_content.scss */
.footer.extra .social li {
  float: left;
  margin-right: 4px;
}
/* line 3662, ../scss/_content.scss */
.footer.extra .social a {
  float: left;
  background: #fff;
  color: #2b5b78;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 3674, ../scss/_content.scss */
.footer.extra .aangesloten {
  float: right;
  width: auto;
  max-width: 490px;
}

/* line 3681, ../scss/_content.scss */
.auto-suggestions {
  float: left;
  width: 100%;
  position: relative;
}

/* line 3687, ../scss/_content.scss */
#search-suggestions {
  float: left;
  width: 100%;
  background: red;
  margin-bottom: 10px;
  position: absolute;
  top: 57px;
  background: #fff;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: none;
  z-index: 2;
}
/* line 3700, ../scss/_content.scss */
#search-suggestions span {
  float: left;
  width: 100%;
  cursor: pointer;
  padding: 0 10px 0 20px;
  border-top: 1px solid #dedede;
  font-size: 14px;
  background: #fff;
}
/* line 3709, ../scss/_content.scss */
#search-suggestions span.active {
  background: #f2f2f2;
}
/* line 3713, ../scss/_content.scss */
#search-suggestions span:last-child {
  border-bottom: 1px solid #dedede;
}

/* line 3719, ../scss/_content.scss */
.homepage-mobile-header {
  display: none;
  float: left;
  width: 100%;
}

/* line 3725, ../scss/_content.scss */
.countdowntimer {
  float: left;
  width: 100%;
  background: #1bb349;
  color: #fff;
  display: none;
  flex-direction: row;
  align-items: center;
  padding: 36px 32px;
}
/* line 3735, ../scss/_content.scss */
.countdowntimer .title {
  font-size: 38px;
  font-weight: 700;
}
/* line 3740, ../scss/_content.scss */
.countdowntimer .counter {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 3747, ../scss/_content.scss */
.countdowntimer .days,
.countdowntimer .hours,
.countdowntimer .minutes,
.countdowntimer .seconds {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
}
/* line 3756, ../scss/_content.scss */
.countdowntimer .days .value,
.countdowntimer .hours .value,
.countdowntimer .minutes .value,
.countdowntimer .seconds .value {
  font-size: 30px;
  font-weight: 700;
  width: 42px;
  margin-right: 4px;
  text-align: right;
}
/* line 3765, ../scss/_content.scss */
.countdowntimer .days {
  margin-right: 20px;
}
/* line 3768, ../scss/_content.scss */
.countdowntimer .days .value {
  font-size: 46px;
  font-weight: 700;
  width: 60px;
}

/* line 3776, ../scss/_content.scss */
.reham25jaar {
  float: left;
  width: 100%;
  background: #1bb349;
  color: #fff;
  flex-direction: row;
  align-items: center;
  padding: 36px 32px;
  text-align: center;
  transition: background 0.25s;
}
/* line 3787, ../scss/_content.scss */
.reham25jaar:hover {
  text-decoration: none;
  background: #189d40;
}
/* line 3792, ../scss/_content.scss */
.reham25jaar .title {
  font-size: 32px;
  font-weight: 700;
}
/* line 3797, ../scss/_content.scss */
.reham25jaar span {
  text-decoration: underline;
}

/* line 3802, ../scss/_content.scss */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 3806, ../scss/_content.scss */
.recaptcha-message {
  clear: both;
  width: 100%;
  font-size: 13px;
  color: #bbb;
  margin-top: 10px;
  float: left;
}

/* line 3, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .subtitle,
.detailpage.nieuwbouw.kavel .subtitle {
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}
/* line 8, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .subtitle a,
.detailpage.nieuwbouw.kavel .subtitle a {
  text-decoration: underline;
}
/* line 13, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .media-bottom,
.detailpage.nieuwbouw.kavel .media-bottom {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 19, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .media-bottom .property,
.detailpage.nieuwbouw.kavel .media-bottom .property {
  float: left;
  text-align: center;
  padding: 18px 20px;
  line-height: 24px;
  height: 100%;
  background: #f8f8f8;
  border-left: 1px solid #e9e9e9;
}
/* line 28, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .media-bottom .property.aantal-kamers,
.detailpage.nieuwbouw.kavel .media-bottom .property.aantal-kamers {
  border-right: 1px solid #e9e9e9;
}
/* line 32, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .media-bottom .property strong,
.detailpage.nieuwbouw.kavel .media-bottom .property strong {
  float: left;
  width: 100%;
}
/* line 39, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .show-all-images,
.detailpage.nieuwbouw.kavel .show-all-images {
  margin: 0 auto;
}
/* line 44, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .share .icons a,
.detailpage.nieuwbouw.kavel .share .icons a {
  float: left;
  line-height: 0;
  margin-left: 6px;
}
/* line 51, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types,
.detailpage.nieuwbouw.kavel .object-types {
  float: left;
  width: 100%;
}
/* line 55, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types ul,
.detailpage.nieuwbouw.kavel .object-types ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
/* line 63, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types li.item,
.detailpage.nieuwbouw.kavel .object-types li.item {
  float: left;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #e9e9e9;
}
/* line 69, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types li.item:first-child,
.detailpage.nieuwbouw.kavel .object-types li.item:first-child {
  border-top: 1px solid #e9e9e9;
}
/* line 74, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .name.mobile,
.detailpage.nieuwbouw.kavel .object-types .name.mobile {
  display: none;
}
/* line 78, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .image-container,
.detailpage.nieuwbouw.kavel .object-types .image-container {
  float: left;
  width: 25%;
  line-height: 0;
  min-height: 1px;
}
/* line 85, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .info,
.detailpage.nieuwbouw.kavel .object-types .info {
  float: left;
  width: 30%;
  padding-left: 4%;
}
/* line 90, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .info span,
.detailpage.nieuwbouw.kavel .object-types .info span {
  float: left;
  width: 100%;
}
/* line 95, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .info .prices,
.detailpage.nieuwbouw.kavel .object-types .info .prices {
  margin-top: 40px;
  font-weight: 700;
  font-size: 20px;
}
/* line 102, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types h3,
.detailpage.nieuwbouw.kavel .object-types h3 {
  font-size: 26px;
  margin-top: 0;
}
/* line 107, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability,
.detailpage.nieuwbouw.kavel .object-types .availability {
  float: right;
  width: 45%;
  padding-left: 4%;
}
/* line 112, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability h3,
.detailpage.nieuwbouw.kavel .object-types .availability h3 {
  font-size: 22px;
}
/* line 116, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability ul,
.detailpage.nieuwbouw.kavel .object-types .availability ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  float: left;
  width: 100%;
}
/* line 124, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability li,
.detailpage.nieuwbouw.kavel .object-types .availability li {
  float: left;
  width: 100%;
  background: #f4f4f4;
  display: flex;
  padding: 6px 14px;
}
/* line 131, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability li span,
.detailpage.nieuwbouw.kavel .object-types .availability li span {
  flex: 1 0 auto;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
/* line 138, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability li .link,
.detailpage.nieuwbouw.kavel .object-types .availability li .link {
  min-width: 180px;
  text-align: left;
}
/* line 142, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability li .link a,
.detailpage.nieuwbouw.kavel .object-types .availability li .link a {
  color: #2f98d6;
  font-weight: 700;
  text-decoration: underline;
}
/* line 147, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability li .link a.sold,
.detailpage.nieuwbouw.kavel .object-types .availability li .link a.sold {
  color: #ff3333;
}
/* line 153, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .object-types .availability li:nth-child(2n),
.detailpage.nieuwbouw.kavel .object-types .availability li:nth-child(2n) {
  background: #fff;
}
/* line 160, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project .button.inschrijven-link.bottom,
.detailpage.nieuwbouw.project .button.reageerdirect-link.bottom,
.detailpage.nieuwbouw.kavel .button.inschrijven-link.bottom,
.detailpage.nieuwbouw.kavel .button.reageerdirect-link.bottom {
  margin-bottom: 80px;
}
/* line 165, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.project #inschrijven,
.detailpage.nieuwbouw.project #reageerdirect,
.detailpage.nieuwbouw.kavel #inschrijven,
.detailpage.nieuwbouw.kavel #reageerdirect {
  margin-bottom: 80px;
  margin-top: 0px;
}

/* line 174, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.kavel .media-bottom .properties {
  float: left;
  width: calc(67% - 10px);
  display: flex;
  flex-direction: row;
}
/* line 181, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.kavel .media-bottom .property {
  flex: 1 0 auto;
}
/* line 186, ../scss/_nieuwbouw.scss */
.detailpage.nieuwbouw.kavel .show-all-images {
  margin-left: 20px;
}

/* line 192, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .last-block {
  margin-bottom: 0;
}
/* line 196, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouwlisting {
  float: left;
  widht: 100%;
  margin: 60px 0;
}
/* line 201, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouwlisting h2 {
  font-size: 32px;
  line-height: 34px;
}
/* line 206, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouwlisting .view-project {
  color: #1bb349;
  float: left;
  clear: both;
  text-decoration: underline;
  margin-top: auto;
}
/* line 214, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouwlisting .rooms {
  margin-bottom: 14px;
}
/* line 219, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 229, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list li {
  /* flex-grow: 1; */
  display: flex;
  flex-direction: column;
}
/* line 2, ../scss/mixin/_new-grid.scss */
.nieuwbouw-overview .nieuwbouw-list li:nth-of-type(n) {
  clear: none;
  box-sizing: border-box;
  width: calc(( (100% + 50px  ) / 2) - 50px);
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}
/* line 27, ../scss/mixin/_new-grid.scss */
.nieuwbouw-overview .nieuwbouw-list li:nth-of-type(2n) {
  margin-right: 0;
}
/* line 236, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list a {
  float: left;
  color: #2d3941;
  transition: 0.25s ease-in-out;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
/* line 244, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
/* line 247, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list a:hover .image {
  opacity: 0.8;
}
/* line 251, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list a:hover .info {
  border: 1px solid #fff;
  border-top: none;
}
/* line 258, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
/* line 264, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list .image {
  float: left;
  line-height: 0;
  transition: opacity 0.25s ease-in-out;
}
/* line 270, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list .info {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px;
  transition: 0.25s ease-in-out;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
/* line 281, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list .info span {
  float: left;
  width: 100%;
}
/* line 285, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list .info span .label {
  float: left;
  width: 170px;
}
/* line 290, ../scss/_nieuwbouw.scss */
.nieuwbouw-overview .nieuwbouw-list .info span .value {
  float: left;
  padding-left: 20px;
  width: calc(100% - 170px);
}

@media only screen and (max-width: 1400px) {
  /* line 301, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom {
    display: block;
  }
  /* line 304, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom .properties {
    width: 100%;
  }
  /* line 308, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom .show-all-images {
    margin-left: 0;
  }
  /* line 312, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom .show-all-images,
  .detailpage.nieuwbouw.kavel .media-bottom .share {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 323, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .image-container {
    width: 40%;
  }
  /* line 327, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .info {
    float: right;
    width: 58%;
  }
  /* line 332, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .availability {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 979px) {
  /* line 342, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .subtitle,
  .detailpage.nieuwbouw.kavel .subtitle {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .nieuwbouw-overview .nieuwbouw-list li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .nieuwbouw-overview .nieuwbouw-list li:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 357, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom .properties {
    display: block;
  }
  /* line 360, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom .properties .property {
    flex: 0;
    width: 50%;
    padding: 18px 8px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
}
@media only screen and (max-width: 770px) {
  /* line 373, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .media-bottom {
    display: block;
  }
  /* line 376, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .media-bottom .property {
    width: 50%;
    padding: 18px 6px;
  }
  /* line 381, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .media-bottom .show-all-images,
  .detailpage.nieuwbouw.project .media-bottom .share {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 392, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .main-image {
    margin-right: 0;
  }

  /* line 398, ../scss/_nieuwbouw.scss */
  .nieuwbouw-overview .nieuwbouw-list h2 {
    font-size: 24px;
    line-height: 26px;
  }
  /* line 403, ../scss/_nieuwbouw.scss */
  .nieuwbouw-overview .nieuwbouw-list .info {
    padding: 26px;
  }
  /* line 406, ../scss/_nieuwbouw.scss */
  .nieuwbouw-overview .nieuwbouw-list .info span {
    line-height: 28px;
  }
  /* line 409, ../scss/_nieuwbouw.scss */
  .nieuwbouw-overview .nieuwbouw-list .info span .label {
    width: 100%;
  }
  /* line 413, ../scss/_nieuwbouw.scss */
  .nieuwbouw-overview .nieuwbouw-list .info span .value {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  /* line 420, ../scss/_nieuwbouw.scss */
  .nieuwbouw-overview .nieuwbouw-list .info .view-project {
    margin-top: 0;
  }

  /* line 427, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .name.mobile {
    display: block;
  }
  /* line 431, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .name.desktop {
    display: none;
  }
  /* line 435, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .image-container {
    width: 100%;
    margin-top: 10px;
  }
  /* line 440, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .info {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  /* line 446, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .info .prices {
    margin-top: 0;
  }
  /* line 452, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .availability li {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 14px 20px;
  }
  /* line 458, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .availability li span {
    line-height: 18px;
    margin-right: 14px;
  }
  /* line 462, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .availability li span:last-child {
    margin-right: 0;
  }
  /* line 468, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.project .object-types .availability li .link {
    float: left;
    clear: both;
    width: 100%;
    flex: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 481, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom .share,
  .detailpage.nieuwbouw.project .media-bottom .share {
    clear: none;
    float: right;
    margin-top: 0;
  }
  /* line 487, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom .share .icons,
  .detailpage.nieuwbouw.project .media-bottom .share .icons {
    margin-left: 0;
  }
  /* line 490, ../scss/_nieuwbouw.scss */
  .detailpage.nieuwbouw.kavel .media-bottom .share .icons a,
  .detailpage.nieuwbouw.project .media-bottom .share .icons a {
    width: 27px;
    margin-top: 3px;
  }
}
/* line 1, ../scss/_menu.scss */
ul.menu {
  padding: 0;
  margin: 0;
  float: right;
}
/* line 6, ../scss/_menu.scss */
ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 30px;
}
/* line 13, ../scss/_menu.scss */
ul.menu li:after {
  content: '';
  display: block;
  position: absolute;
  background: none;
  width: 100%;
  top: 20px;
  height: 30px;
  z-index: 0;
}
/* line 24, ../scss/_menu.scss */
ul.menu li.last {
  margin-right: 0;
}
/* line 28, ../scss/_menu.scss */
ul.menu li span,
ul.menu li a {
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
/* line 43, ../scss/_menu.scss */
ul.menu li:hover > ul {
  display: block;
}
/* line 48, ../scss/_menu.scss */
ul.menu li.last a {
  margin-right: 0;
}
/* line 54, ../scss/_menu.scss */
ul.menu ul.submenu {
  position: absolute;
  display: none;
  text-align: left;
  min-width: 220px;
  max-width: 400px;
  z-index: 15;
  left: 0;
  top: 50px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background: #fff;
  padding: 5px 0 10px;
  margin: 0px;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  /*
  &:before {
  	content:'';
  	display:block;
  	width:100%;
  	height:30px;
  	background:red;
  	position:relative;
  	top:-24px;
  }
  */
}
/* line 82, ../scss/_menu.scss */
ul.menu ul.submenu li {
  border: 0;
  line-height: 22px;
  width: 100%;
  float: left;
  text-align: left;
  clear: both;
  min-width: 100px;
  padding: 0;
  margin-right: 0;
  background: #fff;
}
/* line 94, ../scss/_menu.scss */
ul.menu ul.submenu li.active:after {
  border: none;
}
/* line 98, ../scss/_menu.scss */
ul.menu ul.submenu li:after {
  display: none;
}
/* line 102, ../scss/_menu.scss */
ul.menu ul.submenu li a {
  position: relative;
  float: left;
  width: 100%;
  min-height: 25px;
  padding: 10px 25px 10px 25px;
  margin: 0px;
  background-color: #fff;
  font-size: 15px;
  line-height: 22px;
}
/* line 114, ../scss/_menu.scss */
ul.menu ul.submenu li a:hover {
  color: #1bb349;
}

/* line 121, ../scss/_menu.scss */
.menu-mobile-button {
  float: right;
  display: block;
  margin: 6px -10px 0 0;
  width: 44px;
  height: 35px;
  padding: 4px 11px;
  cursor: pointer;
  display: none;
}
/* line 131, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar {
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 4px;
}
/* line 138, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar:last-child {
  margin-bottom: 0;
}

/* line 144, ../scss/_menu.scss */
.menu-mobile {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 4;
  overflow-y: scroll;
}
/* line 154, ../scss/_menu.scss */
.menu-mobile.active {
  display: block;
}
/* line 158, ../scss/_menu.scss */
.menu-mobile .top {
  padding: 0 3%;
}
/* line 161, ../scss/_menu.scss */
.menu-mobile .top a.logo {
  width: 80px;
}
/* line 166, ../scss/_menu.scss */
.menu-mobile ul.menu {
  padding-top: 30px;
  float: left;
  width: 100%;
}
/* line 171, ../scss/_menu.scss */
.menu-mobile ul.menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dedede;
}
/* line 177, ../scss/_menu.scss */
.menu-mobile ul.menu li.active:after {
  border-bottom: none;
  margin-top: 0;
}
/* line 182, ../scss/_menu.scss */
.menu-mobile ul.menu li:first-child {
  display: block;
}
/* line 187, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu {
  display: block;
}
/* line 192, ../scss/_menu.scss */
.menu-mobile ul.menu li a {
  padding: 11px 25px;
  float: left;
  width: 100%;
  border-bottom: none;
}
/* line 199, ../scss/_menu.scss */
.menu-mobile ul.menu li span:first-child {
  padding: 11px 25px;
  float: left;
  width: 100%;
  border-bottom: none;
}
/* line 206, ../scss/_menu.scss */
.menu-mobile ul.menu li .btn-submenu {
  display: block;
  background: url(../images/arrow_down.svg) no-repeat 50% 50%;
  background-size: 15px 9px;
  position: absolute;
  right: 0;
  height: 62px;
  width: 61px;
  top: 0;
  cursor: pointer;
  background-color: #f2f2f2;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 221, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu {
  display: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  left: 0;
  border-bottom: 0;
  padding-bottom: 25px;
  border-left: none;
  border-right: none;
  top: 0;
  box-shadow: none;
}
/* line 234, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li a {
  padding: 11px 0 11px 40px;
}
/* line 240, ../scss/_menu.scss */
.menu-mobile form {
  float: left;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  max-width: 360px;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;
}
/* line 251, ../scss/_menu.scss */
.menu-mobile form input {
  float: left;
  width: 100%;
  padding: 14px 12px;
}
/* line 257, ../scss/_menu.scss */
.menu-mobile form .button.search {
  position: absolute;
  top: 2px;
  height: 41px;
  right: 0;
  width: 48px;
  padding: 0;
  background: url(../images/icon_search.png) no-repeat 50% 50% transparent;
}

/* line 270, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button {
  margin-top: 23px;
  margin-right: -30px;
}
/* line 274, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:first-child,
.menu-mobile.active .menu-mobile-button span.icon-bar:last-child {
  display: none;
}
/* line 279, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(2) {
  margin: 0;
  top: 2px;
  position: relative;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 286, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 292, ../scss/_menu.scss */
.menu-mobile.active ul.menu li.show-sub .btn-submenu {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, ../scss/_forms.scss */
form,
.boltform {
  float: left;
  width: 100%;
}
/* line 6, ../scss/_forms.scss */
form label,
.boltform label {
  float: left;
  clear: both;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
/* line 13, ../scss/_forms.scss */
form label.required::after,
.boltform label.required::after {
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 0px;
  font-weight: 400;
}
/* line 22, ../scss/_forms.scss */
form input[type='text'],
form input[type='email'],
form textarea,
.boltform input[type='text'],
.boltform input[type='email'],
.boltform textarea {
  float: left;
  clear: both;
  border: 1px solid #dedede;
  padding: 18px 20px;
  margin: 2px 0 10px;
  font-family: "proxima-nova", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 16px;
  font-weight: 400;
  color: #333;
  width: 100%;
  max-width: 360px;
  -webkit-appearance: none;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 770px) {
  /* line 22, ../scss/_forms.scss */
  form input[type='text'],
  form input[type='email'],
  form textarea,
  .boltform input[type='text'],
  .boltform input[type='email'],
  .boltform textarea {
    font-size: 16px;
  }
}
/* line 42, ../scss/_forms.scss */
form input[type='text']:focus,
form input[type='email']:focus,
form textarea:focus,
.boltform input[type='text']:focus,
.boltform input[type='email']:focus,
.boltform textarea:focus {
  outline: none;
  border: 1px solid #bbb;
}
/* line 49, ../scss/_forms.scss */
form .button:focus,
.boltform .button:focus {
  border: none;
}
/* line 54, ../scss/_forms.scss */
form textarea,
.boltform textarea {
  height: 100px;
}
/* line 58, ../scss/_forms.scss */
form .styled-select,
.boltform .styled-select {
  clear: both;
}
/* line 62, ../scss/_forms.scss */
form select,
.boltform select {
  float: left;
  clear: both;
  margin: 3px 0 8px;
  padding: 10px 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 72, ../scss/_forms.scss */
form select:focus,
.boltform select:focus {
  outline: none;
  border: 1px solid #ccc;
}
/* line 78, ../scss/_forms.scss */
form button,
.boltform button {
  float: left;
  clear: both;
  margin-top: 5px;
}

/* line 85, ../scss/_forms.scss */
.boltforms-row {
  float: left;
  width: 100%;
}

/* line 90, ../scss/_forms.scss */
.form-item {
  float: left;
  width: 100%;
  max-width: 320px;
  position: relative;
  clear: both;
}
/* line 97, ../scss/_forms.scss */
.form-item.wide {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
/* line 103, ../scss/_forms.scss */
.form-item label {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}
/* line 109, ../scss/_forms.scss */
.form-item label,
.form-item input,
.form-item textarea {
  width: 100%;
  float: left;
}
/* line 116, ../scss/_forms.scss */
.form-item textarea {
  height: 120px;
}
/* line 120, ../scss/_forms.scss */
.form-item button {
  margin-top: 10px;
}
/* line 124, ../scss/_forms.scss */
.form-item .form-error {
  color: #cc0000;
  font-size: .7em;
}

/* line 130, ../scss/_forms.scss */
.boltform-error,
.boltform-message {
  float: left;
  width: 100%;
}

/* line 136, ../scss/_forms.scss */
.boltform-message {
  background: #dfffdf;
  padding: 20px;
  border: 1px solid #bedebe;
  color: #1d651d;
}

/* line 143, ../scss/_forms.scss */
.boltform-error {
  background: #ffdfdf;
  padding: 20px;
  border: 1px solid #dec3c3;
  color: #8e3a3a;
}

/* line 1, ../scss/_accordeon.scss */
#accordeon {
  float: left;
  width: 100%;
  margin: 0 0 70px;
}
/* line 6, ../scss/_accordeon.scss */
#accordeon .accordeon-item {
  float: left;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 10px;
}
/* line 12, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 17px 20px 18px 25px;
  color: #454545;
  margin: 0;
  cursor: pointer;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 24, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title .highlight {
  background: #ffff00;
}
/* line 28, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title svg {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 36, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open, #accordeon .accordeon-item .accordeon-title:hover {
  background: #1bb349;
  color: #fff;
}
/* line 41, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path, #accordeon .accordeon-item .accordeon-title:hover svg path {
  stroke: #fff;
}
/* line 45, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open .highlight, #accordeon .accordeon-item .accordeon-title:hover .highlight {
  color: #000;
}
/* line 51, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 54, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path {
  stroke: #fff;
}
/* line 61, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.5s 0.1s;
  -o-transition: height 0.5s 0.1s;
  -webkit-transition: height 0.5s;
  -webkit-transition-delay: 0.1s;
  transition: height 0.5s 0.1s;
}
/* line 68, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 25px 5px;
}
/* line 74, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content p:first-child {
  margin-top: 4px;
}
/* line 78, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content .highlight {
  background: #ffff00;
}

/* Magnific Popup CSS */
/* line 2, ../scss/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 14, ../scss/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../scss/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../scss/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 43, ../scss/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 46, ../scss/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 54, ../scss/_magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 58, ../scss/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 61, ../scss/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 66, ../scss/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 72, ../scss/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 75, ../scss/_magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, ../scss/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, ../scss/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, ../scss/_magnific-popup.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, ../scss/_magnific-popup.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 98, ../scss/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 101, ../scss/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, ../scss/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, ../scss/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 119, ../scss/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 123, ../scss/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 139, ../scss/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 142, ../scss/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 145, ../scss/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 148, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 155, ../scss/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 164, ../scss/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 175, ../scss/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 177, ../scss/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 180, ../scss/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 191, ../scss/_magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 195, ../scss/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 200, ../scss/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 202, ../scss/_magnific-popup.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 205, ../scss/_magnific-popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 209, ../scss/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 211, ../scss/_magnific-popup.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 214, ../scss/_magnific-popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 217, ../scss/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 220, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 224, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 227, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 232, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 243, ../scss/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, ../scss/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/*
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }
*/
/* line 274, ../scss/_magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 279, ../scss/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 282, ../scss/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 290, ../scss/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 297, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 300, ../scss/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 307, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 310, ../scss/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 312, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 315, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 318, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 328, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 330, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 333, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 345, ../scss/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 348, ../scss/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 351, ../scss/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 354, ../scss/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 359, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 361, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 367, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 369, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 371, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 1, ../scss/_popups.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 5, ../scss/_popups.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
/* line 9, ../scss/_popups.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 15, ../scss/_popups.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 21, ../scss/_popups.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 26, ../scss/_popups.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 32, ../scss/_popups.scss */
img.mfp-img {
  background: #fff;
  padding: 10px !important;
}

/* line 37, ../scss/_popups.scss */
.mfp-image-holder .mfp-close {
  right: 11px !important;
  width: 50% !important;
  top: 4px;
  opacity: 1 !important;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px;
}

/* line 45, ../scss/_popups.scss */
.mfp-bottom-bar {
  left: auto !important;
  right: 20px;
}
/* line 49, ../scss/_popups.scss */
.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 2px;
}

/* line 56, ../scss/_popups.scss */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 35px 40px;
  width: auto;
  max-width: 610px;
  padding: 45px;
  margin: 20px auto;
  display: table;
}
/* line 66, ../scss/_popups.scss */
.white-popup .styled-select {
  clear: both;
}
/* line 70, ../scss/_popups.scss */
.white-popup h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: -1px;
}
/* line 77, ../scss/_popups.scss */
.white-popup p {
  margin-bottom: 15px;
}
/* line 81, ../scss/_popups.scss */
.white-popup .tekst {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15x;
}

@media only screen and (max-width: 1199px) {
  /* line 2, ../scss/_responsive.scss */
  ul.menu li {
    margin-right: 12px;
  }

  /* line 6, ../scss/_responsive.scss */
  .realestate .filters {
    position: absolute;
    left: -70%;
    opacity: 0;
    z-index: 1;
    background: #fff;
    padding: 30px 30px 30px 0;
    width: 44%;
    top: 110px;
    /* height: calc(100% - 324px); */
    height: auto;
    box-shadow: 13px -1px 14px -7px rgba(0, 0, 0, 0.25);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  /* line 20, ../scss/_responsive.scss */
  .realestate .filters.show {
    left: 0%;
    opacity: 1;
  }

  /* line 26, ../scss/_responsive.scss */
  .realestate .listview {
    width: 100%;
    padding-left: 0;
  }

  /* line 31, ../scss/_responsive.scss */
  .filters .button.close,
  .realestate .button.filter {
    display: block;
  }

  /* line 36, ../scss/_responsive.scss */
  .filters .totaal {
    float: left;
    margin-top: 10px;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .container.usp ul li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 20px  ) / 3) - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .container.usp ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 44, ../scss/_responsive.scss */
  .container.usp ul li br {
    display: none;
  }

  /* line 50, ../scss/_responsive.scss */
  .home-quicksearch .title {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 26px;
    padding: 0;
  }
  /* line 58, ../scss/_responsive.scss */
  .home-quicksearch .title svg {
    position: relative;
    margin-right: 10px;
    top: 3px;
  }
  /* line 65, ../scss/_responsive.scss */
  .home-quicksearch form {
    width: 100%;
    margin-bottom: 10px;
  }

  /* line 71, ../scss/_responsive.scss */
  .home-search .company-button {
    max-width: 240px;
    margin: 0 10px 10px 0;
    font-size: 20px;
  }
  /* line 76, ../scss/_responsive.scss */
  .home-search .company-button:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 83, ../scss/_responsive.scss */
  .videoitems .video-thumb {
    height: 200px;
  }
}
@media only screen and (max-width: 979px) {
  /* line 91, ../scss/_responsive.scss */
  .header .logo {
    max-width: 90px;
  }
  /* line 95, ../scss/_responsive.scss */
  .header .menu {
    display: none;
  }
  /* line 99, ../scss/_responsive.scss */
  .header .menu-mobile .menu {
    display: block;
  }
  /* line 103, ../scss/_responsive.scss */
  .header .right {
    clear: right;
  }

  /* line 108, ../scss/_responsive.scss */
  .menu-mobile .top {
    padding: 0 5%;
  }

  /* line 112, ../scss/_responsive.scss */
  .menu-mobile-button {
    display: block;
  }

  /* line 117, ../scss/_responsive.scss */
  .home-search .fields {
    padding: 0 3%;
  }

  /* line 123, ../scss/_responsive.scss */
  .home-usp .usp {
    padding: 16px 0;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
  }
  /* line 2, ../scss/mixin/_new-grid.scss */
  .home-usp .usp:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .home-usp .usp:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 129, ../scss/_responsive.scss */
  .home-usp .usp:last-child {
    border-bottom: none;
  }
  /* line 134, ../scss/_responsive.scss */
  .home-usp .values {
    text-align: center;
  }
  /* line 138, ../scss/_responsive.scss */
  .home-usp .text {
    float: none;
    width: auto;
    display: inline-block;
    padding-left: 15px;
  }
  /* line 145, ../scss/_responsive.scss */
  .home-usp .number {
    float: none;
    width: auto;
    font-size: 33px;
  }

  /* line 152, ../scss/_responsive.scss */
  .home-quicklinks {
    padding-bottom: 20px;
  }
  /* line 2, ../scss/mixin/_new-grid.scss */
  .home-quicklinks .quicklink:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 70px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .home-quicklinks .quicklink:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 159, ../scss/_responsive.scss */
  .home-quicklinks .values {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 165, ../scss/_responsive.scss */
  .home-quicklinks .image {
    float: left;
    width: 50px;
  }
  /* line 169, ../scss/_responsive.scss */
  .home-quicklinks .image img {
    width: 100%;
  }
  /* line 174, ../scss/_responsive.scss */
  .home-quicklinks .text {
    float: left;
  }
  /* line 177, ../scss/_responsive.scss */
  .home-quicklinks .text br {
    display: none;
  }
  /* line 182, ../scss/_responsive.scss */
  .home-quicklinks .intro {
    float: right;
    width: 100%;
    margin-bottom: -10px;
    max-width: 700px;
    margin: 0 auto;
  }
  /* line 190, ../scss/_responsive.scss */
  .home-quicklinks .button {
    float: right;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .home-block-usp li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 2) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .home-block-usp li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 198, ../scss/_responsive.scss */
  .home-block-usp li:nth-child(3n) {
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }

  /* line 205, ../scss/_responsive.scss */
  .home-blog .main-blog {
    width: 100%;
    padding-right: 0px;
  }
  /* line 210, ../scss/_responsive.scss */
  .home-blog .highlights {
    width: 100%;
    padding-left: 0;
  }
  /* line 214, ../scss/_responsive.scss */
  .home-blog .highlights img {
    width: 30%;
  }
  /* line 218, ../scss/_responsive.scss */
  .home-blog .highlights .info {
    width: 70%;
  }

  /* line 225, ../scss/_responsive.scss */
  .detailpage h1 .koppelsign {
    display: none;
  }
  /* line 229, ../scss/_responsive.scss */
  .detailpage h1 span {
    display: block;
    clear: both;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  #reageerdirect .row:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  #reageerdirect .row:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .related li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 40px  ) / 2) - 40px);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .related li:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 244, ../scss/_responsive.scss */
  .contactpage .contact-left {
    width: 350px;
  }
  /* line 248, ../scss/_responsive.scss */
  .contactpage .contact-right {
    width: calc(100% - 350px);
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .teamoverview li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 30px  ) / 2) - 30px);
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .teamoverview li:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .newestblogs .blogpost:nth-of-type(n),
  .otherblogs .blogpost:nth-of-type(n),
  .nieuwsitems .blokitem:nth-of-type(n),
  .videoitems .blokitem:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 50px  ) / 2) - 50px);
    float: left;
    margin-right: 50px;
    margin-bottom: 40px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .newestblogs .blogpost:nth-of-type(2n),
  .otherblogs .blogpost:nth-of-type(2n),
  .nieuwsitems .blokitem:nth-of-type(2n),
  .videoitems .blokitem:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 265, ../scss/_responsive.scss */
  .footer .contact {
    width: 35%;
  }
  /* line 269, ../scss/_responsive.scss */
  .footer .quicklinks {
    width: 60%;
  }
  /* line 273, ../scss/_responsive.scss */
  .footer .list:nth-child(3),
  .footer .list:nth-child(4) {
    width: 43%;
    margin-right: 5%;
  }
  /* line 279, ../scss/_responsive.scss */
  .footer .list:nth-child(3) {
    margin-right: 0;
  }
  /* line 283, ../scss/_responsive.scss */
  .footer .list:nth-child(1),
  .footer .list:nth-child(2) {
    display: none;
  }

  /* line 289, ../scss/_responsive.scss */
  .button {
    margin-bottom: 10px;
  }

  /* line 293, ../scss/_responsive.scss */
  .videoitems .video-thumb {
    height: 250px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 300, ../scss/_responsive.scss */
  .title-block .h1, .title-block h1,
  h1, .h1, .title-block h2 {
    font-size: 34px;
    line-height: 40px;
  }
  /* line 305, ../scss/_responsive.scss */
  .title-block .h1 br, .title-block h1 br,
  h1 br, .h1 br, .title-block h2 br {
    display: none;
  }

  /* line 310, ../scss/_responsive.scss */
  .container.wide {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 315, ../scss/_responsive.scss */
  .menu-mobile.active .menu-mobile-button {
    margin-right: -10px;
  }

  /* line 319, ../scss/_responsive.scss */
  .home-quicksearch form {
    text-align: center;
  }
  /* line 322, ../scss/_responsive.scss */
  .home-quicksearch form .styled-select {
    width: 75%;
    margin: 0 auto;
    float: none;
  }
  /* line 328, ../scss/_responsive.scss */
  .home-quicksearch form .auto-suggestions {
    float: none;
    width: 75%;
    margin: 10px auto;
  }
  /* line 334, ../scss/_responsive.scss */
  .home-quicksearch form .button {
    float: none;
    margin: 10px auto 0;
    width: 200px;
  }

  /* line 342, ../scss/_responsive.scss */
  .home-search .buttons {
    padding: 0 5%;
    margin-bottom: 30px;
  }
  /* line 347, ../scss/_responsive.scss */
  .home-search .company-button {
    clear: both;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    padding: 19px 20px;
  }
  /* line 354, ../scss/_responsive.scss */
  .home-search .company-button.mobile {
    display: block;
  }
  /* line 358, ../scss/_responsive.scss */
  .home-search .company-button .arrow {
    right: 7px;
    top: 6px;
    width: 45px;
    height: 45px;
  }

  /* line 367, ../scss/_responsive.scss */
  .home-quickbuttons {
    display: block;
  }
  /* line 2, ../scss/mixin/_new-grid.scss */
  .home-quickbuttons a:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 20px  ) / 2) - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .home-quickbuttons a:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 373, ../scss/_responsive.scss */
  .home-quickbuttons a .icon {
    font-size: 32px;
    width: 40px;
    text-align: center;
  }
  /* line 379, ../scss/_responsive.scss */
  .home-quickbuttons a .text {
    font-size: 18px;
    padding-left: 10px;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .home-new .object-container:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 30px  ) / 2) - 30px);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .home-new .object-container:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 390, ../scss/_responsive.scss */
  .home-new .button.total {
    margin-top: 0;
  }

  /* line 394, ../scss/_responsive.scss */
  .home-team .text-left,
  .home-team .text-right {
    width: 100%;
  }

  /* line 400, ../scss/_responsive.scss */
  .objectlist .object-image {
    width: 40%;
  }
  /* line 404, ../scss/_responsive.scss */
  .objectlist .object-info {
    width: 60%;
  }
  /* line 408, ../scss/_responsive.scss */
  .objectlist .labels {
    float: right;
    margin-left: auto;
    width: 55%;
    margin-top: 0;
  }
  /* line 414, ../scss/_responsive.scss */
  .objectlist .labels .label {
    float: left;
    margin-right: 5px;
  }

  /* line 423, ../scss/_responsive.scss */
  .huur-banner.desktop {
    display: none;
  }
  /* line 427, ../scss/_responsive.scss */
  .huur-banner.mobile {
    display: block;
    margin: -10px 0 25px;
  }

  /* line 433, ../scss/_responsive.scss */
  .realestate .filters {
    width: 70%;
    left: -80%;
  }

  /* line 438, ../scss/_responsive.scss */
  .detailpage .matterport iframe,
  .detailpage #map {
    height: 350px;
  }

  /* line 444, ../scss/_responsive.scss */
  .contactpage .contact-left {
    width: 100%;
  }
  /* line 448, ../scss/_responsive.scss */
  .contactpage .contact-right {
    width: 100%;
    padding-left: 0;
  }

  /* line 454, ../scss/_responsive.scss */
  .container.usp {
    padding: 40px 30px 20px;
  }
  /* line 457, ../scss/_responsive.scss */
  .container.usp ul li {
    display: flex;
    align-items: center;
  }
  /* line 2, ../scss/mixin/_new-grid.scss */
  .container.usp ul li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .container.usp ul li:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 462, ../scss/_responsive.scss */
  .container.usp ul li img {
    width: 35px;
  }
  /* line 466, ../scss/_responsive.scss */
  .container.usp ul li span {
    width: auto;
    margin: 0;
    text-align: left;
  }
  /* line 471, ../scss/_responsive.scss */
  .container.usp ul li span p {
    margin: 0;
    padding-left: 15px;
  }

  /* line 479, ../scss/_responsive.scss */
  .container.share {
    margin-bottom: 60px;
  }

  /* line 483, ../scss/_responsive.scss */
  .page-header-image .banner-overlay h2 {
    line-height: 40px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  /* line 490, ../scss/_responsive.scss */
  .teamoverview li .profilepic {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 495, ../scss/_responsive.scss */
  .teamoverview li .info {
    widht: 100%;
    margin-left: 0;
  }

  /* line 502, ../scss/_responsive.scss */
  .employee-details .employee-left {
    width: 320px;
  }
  /* line 506, ../scss/_responsive.scss */
  .employee-details .employee-right {
    width: calc(100% - 320px);
  }

  /* line 511, ../scss/_responsive.scss */
  .page-lead-formulier.last-block .standard-form,
  .page-formulier.last-block .standard-form {
    margin-bottom: 0;
  }

  /* line 516, ../scss/_responsive.scss */
  .page-lead-formulier .standard-form,
  .page-formulier .standard-form {
    padding: 45px 5% 35px;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .page-lead-formulier .standard-form .row:nth-of-type(n),
  .page-formulier .standard-form .row:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 30px  ) / 1) - 30px);
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .page-lead-formulier .standard-form .row:nth-of-type(1n),
  .page-formulier .standard-form .row:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 526, ../scss/_responsive.scss */
  .page-lead-formulier .standard-form .row.required {
    margin-bottom: 30px;
  }

  /* line 530, ../scss/_responsive.scss */
  .footer-banners {
    margin-bottom: 30px;
  }

  /* line 534, ../scss/_responsive.scss */
  .footer-banners li {
    height: 220px;
  }
  /* line 2, ../scss/mixin/_new-grid.scss */
  .footer-banners li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 20px  ) / 2) - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .footer-banners li:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .contentpage.faq .question:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .contentpage.faq .question:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 544, ../scss/_responsive.scss */
  .newsletter .layout {
    padding: 20px 40px;
  }
  /* line 548, ../scss/_responsive.scss */
  .newsletter h2 {
    text-align: left;
  }
  /* line 552, ../scss/_responsive.scss */
  .newsletter .subtitle {
    text-align: left;
  }
  /* line 556, ../scss/_responsive.scss */
  .newsletter .checkbox-container {
    width: 100%;
  }
  /* line 560, ../scss/_responsive.scss */
  .newsletter form .row {
    width: 100%;
  }
  /* line 564, ../scss/_responsive.scss */
  .newsletter form input[type=text] {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    max-width: 100%;
  }
  /* line 571, ../scss/_responsive.scss */
  .newsletter form input[type=submit] {
    float: left;
  }

  /* line 576, ../scss/_responsive.scss */
  .footer {
    margin-top: 0;
  }
  /* line 579, ../scss/_responsive.scss */
  .footer .content {
    padding-bottom: 40px;
  }
  /* line 583, ../scss/_responsive.scss */
  .footer .contact {
    width: 100%;
  }
  /* line 587, ../scss/_responsive.scss */
  .footer .quicklinks {
    width: 100%;
  }

  /* line 592, ../scss/_responsive.scss */
  .footer.extra .aangesloten {
    max-width: 290px;
    margin-top: 5px;
  }

  /* line 598, ../scss/_responsive.scss */
  .countdowntimer .title {
    font-size: 30px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 607, ../scss/_responsive.scss */
  .header {
    border-bottom: 1px solid #eee;
  }

  /* line 611, ../scss/_responsive.scss */
  .socialbar {
    display: none;
  }

  /* line 615, ../scss/_responsive.scss */
  .home-quicksearch form {
    text-align: center;
  }
  /* line 618, ../scss/_responsive.scss */
  .home-quicksearch form .styled-select {
    width: 100%;
  }
  /* line 622, ../scss/_responsive.scss */
  .home-quicksearch form .auto-suggestions {
    width: 100%;
  }
  /* line 626, ../scss/_responsive.scss */
  .home-quicksearch form .button {
    width: 100%;
  }

  /* line 631, ../scss/_responsive.scss */
  .home-new .facebook .facebooklink {
    font-size: 17px;
    line-height: 21px;
  }

  /* line 636, ../scss/_responsive.scss */
  .home-block-usp .title-block {
    padding: 0 5%;
    margin-bottom: 0;
  }

  /* line 641, ../scss/_responsive.scss */
  .home-block-usp li {
    border-right: none !important;
  }
  /* line 2, ../scss/mixin/_new-grid.scss */
  .home-block-usp li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .home-block-usp li:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 645, ../scss/_responsive.scss */
  .home-block-usp li:nth-child(2n) {
    border-top: 1px solid #e2e2e2;
  }

  /* line 650, ../scss/_responsive.scss */
  .home-quicklinks .button {
    width: auto;
    padding: 12px 20px;
  }

  /* line 657, ../scss/_responsive.scss */
  .home-blog .highlights .highlight {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #e2e2e2;
  }
  /* line 663, ../scss/_responsive.scss */
  .home-blog .highlights img {
    display: none;
  }
  /* line 667, ../scss/_responsive.scss */
  .home-blog .highlights .info {
    width: 100%;
    padding: 0;
  }

  /* line 674, ../scss/_responsive.scss */
  .breadcrumbs {
    display: none;
  }

  /* line 678, ../scss/_responsive.scss */
  .realestate .top-bar .sort {
    float: left;
    clear: both;
  }

  /* line 685, ../scss/_responsive.scss */
  .detailpage .media {
    height: 320px;
    min-height: 0;
  }
  /* line 690, ../scss/_responsive.scss */
  .detailpage .main-image {
    width: 100%;
  }
  /* line 694, ../scss/_responsive.scss */
  .detailpage .image-grid {
    display: none;
  }
  /* line 698, ../scss/_responsive.scss */
  .detailpage .kenmerken li.label {
    width: 250px;
  }
  /* line 702, ../scss/_responsive.scss */
  .detailpage .kenmerken li.data {
    width: calc(100% - 250px);
  }

  /* line 708, ../scss/_responsive.scss */
  .employee-details .employee-left {
    width: 100%;
    max-width: 480px;
  }
  /* line 713, ../scss/_responsive.scss */
  .employee-details .employee-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  /* line 719, ../scss/_responsive.scss */
  .employee-details .functie {
    line-height: 32px;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .newestblogs .blogpost:nth-of-type(n),
  .otherblogs .blogpost:nth-of-type(n),
  .nieuwsitems .blokitem:nth-of-type(n),
  .videoitems .blokitem:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .newestblogs .blogpost:nth-of-type(1n),
  .otherblogs .blogpost:nth-of-type(1n),
  .nieuwsitems .blokitem:nth-of-type(1n),
  .videoitems .blokitem:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 730, ../scss/_responsive.scss */
  .newestblogs .blogpost h2,
  .otherblogs .blogpost h2,
  .nieuwsitems .blokitem h2,
  .videoitems .blokitem h2 {
    min-height: 0;
  }

  /* line 735, ../scss/_responsive.scss */
  .videoitems .video-thumb {
    height: 290px;
  }

  /* line 740, ../scss/_responsive.scss */
  .blogpost .author {
    margin-bottom: 40px;
  }
  /* line 744, ../scss/_responsive.scss */
  .blogpost h1 {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 749, ../scss/_responsive.scss */
  .blogpost .intro {
    font-size: 22px;
    line-height: 38px;
  }
  /* line 754, ../scss/_responsive.scss */
  .blogpost .page-big-image {
    margin-bottom: 60px;
  }
  /* line 758, ../scss/_responsive.scss */
  .blogpost .page-quote {
    margin: 0px auto 60px;
  }

  /* line 763, ../scss/_responsive.scss */
  #accordeon .accordeon-item .accordeon-container .accordeon-content {
    padding: 15px 25px 5px;
    font-size: 17px;
    line-height: 30px;
  }

  /* line 770, ../scss/_responsive.scss */
  .contentpage.faq .page-text {
    margin-bottom: 40px;
  }
  /* line 774, ../scss/_responsive.scss */
  .contentpage.faq form button {
    margin-top: 0;
    width: 200px;
    margin-bottom: 30px;
  }

  /* line 781, ../scss/_responsive.scss */
  .newsletter .layout {
    padding: 20px;
  }

  /* line 785, ../scss/_responsive.scss */
  .newsletter .content {
    padding: 30px 0;
  }

  /* line 789, ../scss/_responsive.scss */
  .newsletter .mc-field-group.email,
  .newsletter .mc-field-group.name {
    width: 100%;
  }

  /* line 794, ../scss/_responsive.scss */
  .newsletter .mc-field-group.email {
    margin-top: 0;
  }

  /* line 798, ../scss/_responsive.scss */
  .footer-banners li {
    max-width: 100%;
    height: 220px;
  }
  /* line 2, ../scss/mixin/_new-grid.scss */
  .footer-banners li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .footer-banners li:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 804, ../scss/_responsive.scss */
  .footer.extra .aangesloten {
    float: left;
    clear: both;
    max-width: 300px;
    margin-top: 20px;
    width: 100%;
  }

  /* line 812, ../scss/_responsive.scss */
  .countdowntimer {
    padding: 26px 20px;
    flex-direction: column;
  }
  /* line 816, ../scss/_responsive.scss */
  .countdowntimer .title {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  /* line 822, ../scss/_responsive.scss */
  .countdowntimer .counter {
    margin-right: auto;
  }
  /* line 826, ../scss/_responsive.scss */
  .countdowntimer .days {
    margin-right: 4px;
  }
  /* line 829, ../scss/_responsive.scss */
  .countdowntimer .days .value {
    font-size: 30px;
    font-weight: 700;
    width: 42px;
    margin-right: 4px;
    text-align: right;
  }
}
@media only screen and (max-width: 479px) {
  /* line 842, ../scss/_responsive.scss */
  .home-search form .button,
  .home-search form #zoekterm,
  .home-search form .styled-select {
    width: 90%;
  }

  /* line 848, ../scss/_responsive.scss */
  .home-new .objects {
    margin-bottom: 90px;
  }

  /* line 852, ../scss/_responsive.scss */
  .home-new .facebook .facebooklink {
    font-size: 22px;
    line-height: 30px;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .home-new .object-container:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .home-new .object-container:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 861, ../scss/_responsive.scss */
  .home-search {
    height: auto;
    background: #1bb349 !important;
  }
  /* line 865, ../scss/_responsive.scss */
  .home-search .buttons {
    margin: 30px 0 20px;
  }
  /* line 869, ../scss/_responsive.scss */
  .home-search .companybuttons {
    background: none;
  }
  /* line 873, ../scss/_responsive.scss */
  .home-search .company-button {
    width: 100%;
    max-width: 100%;
  }

  /* line 880, ../scss/_responsive.scss */
  .home-voordelen .icon {
    font-size: 50px;
    width: 60px;
    margin-top: 0;
  }
  /* line 886, ../scss/_responsive.scss */
  .home-voordelen h3 {
    width: calc(100% - 76px);
    margin-top: 6px;
  }
  /* line 891, ../scss/_responsive.scss */
  .home-voordelen .text {
    width: 100%;
    margin-top: 20px;
  }

  /* line 898, ../scss/_responsive.scss */
  .home-quickbuttons a {
    padding-left: 20px;
  }
  /* line 2, ../scss/mixin/_new-grid.scss */
  .home-quickbuttons a:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 14px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .home-quickbuttons a:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 904, ../scss/_responsive.scss */
  .home-block-usp li {
    justify-content: left;
  }

  /* line 909, ../scss/_responsive.scss */
  .objectlist .object-image {
    width: 100%;
  }
  /* line 913, ../scss/_responsive.scss */
  .objectlist .object-info {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  /* line 919, ../scss/_responsive.scss */
  .objectlist .labels {
    float: left;
    width: 100%;
  }

  /* line 925, ../scss/_responsive.scss */
  .realestate .filters {
    width: 85%;
    left: -100%;
  }

  /* line 930, ../scss/_responsive.scss */
  .pagination .pages li.next {
    margin-right: 10px;
  }

  /* line 934, ../scss/_responsive.scss */
  .pagination .pages li.next {
    margin-left: 10px;
  }

  /* line 938, ../scss/_responsive.scss */
  .pagination .pages li a {
    font-size: 14px;
    padding: 7px 11px;
  }

  /* line 944, ../scss/_responsive.scss */
  .detailpage .share {
    float: left;
    width: auto;
    clear: both;
    margin-top: 15px;
  }
  /* line 951, ../scss/_responsive.scss */
  .detailpage .kenmerken li.label {
    width: 180px;
    font-size: 15px;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    line-height: 20px;
  }
  /* line 961, ../scss/_responsive.scss */
  .detailpage .kenmerken li.data {
    width: calc(100% - 180px);
    font-size: 15px;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    line-height: 20px;
  }

  /* line 972, ../scss/_responsive.scss */
  .videoitems .video-thumb {
    height: 220px;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .teamoverview li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .teamoverview li:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 2, ../scss/mixin/_new-grid.scss */
  .related li:nth-of-type(n) {
    clear: none;
    box-sizing: border-box;
    width: calc(( (100% + 0px  ) / 1) - 0px);
    float: left;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  /* line 27, ../scss/mixin/_new-grid.scss */
  .related li:nth-of-type(1n) {
    margin-right: 0;
  }

  /* line 984, ../scss/_responsive.scss */
  .overig-nieuws a span.date {
    display: none;
  }

  /* line 987, ../scss/_responsive.scss */
  .overig-nieuws a span.title {
    padding-left: 0;
  }

  /* line 992, ../scss/_responsive.scss */
  .footer .list:nth-child(3),
  .footer .list:nth-child(4) {
    width: 100%;
    margin-right: 0;
  }

  /* line 1000, ../scss/_responsive.scss */
  .countdowntimer .days,
  .countdowntimer .hours,
  .countdowntimer .minutes,
  .countdowntimer .seconds {
    margin-right: 6px;
  }
  /* line 1006, ../scss/_responsive.scss */
  .countdowntimer .days .value,
  .countdowntimer .hours .value,
  .countdowntimer .minutes .value,
  .countdowntimer .seconds .value {
    font-size: 22px;
    width: 28px;
    margin-right: 4px;
  }

  /* line 1014, ../scss/_responsive.scss */
  .homepage-mobile-header {
    display: block;
  }
}
@media only screen and (max-width: 340px) {
  /* line 1020, ../scss/_responsive.scss */
  .header .logo {
    max-width: 210px;
    padding-top: 5px;
  }

  /* line 1026, ../scss/_responsive.scss */
  .countdowntimer .days,
  .countdowntimer .hours,
  .countdowntimer .minutes,
  .countdowntimer .seconds {
    margin-right: 4px;
  }
  /* line 1032, ../scss/_responsive.scss */
  .countdowntimer .days .value,
  .countdowntimer .hours .value,
  .countdowntimer .minutes .value,
  .countdowntimer .seconds .value {
    font-size: 18px;
    width: 22px;
    margin-right: 4px;
  }
}
