@charset "UTF-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  outline-style: none;
  box-sizing: border-box;
}

a, img {
  border: 0px solid #fff;
}

html, body {
  height: 100%;
}

table {
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0px;
}

table tr td, table tr td {
  padding: 0;
  vertical-align: top;
}

table tr th {
  font-weight: 500;
}

/* display:block voor oudere browsers */
header, nav, article, section, aside, time, footer {
  display: block;
}

.row {
  margin: 0 -50px;
}

.row:after, .group:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  float: left;
  padding: 0 50px;
}

.size8 {
  width: 8.3333%;
} /* Twaalf kolommen */
.size10 {
  width: 10%;
} /* Tien kolommen */
.size14 {
  width: 14.2%;
} /* Zeven kolommen */
.size15 {
  width: 15%;
}

.size17 {
  width: 16.6%;
} /* Zes kolommen */
.size20 {
  width: 20%;
}

.size25 {
  width: 25%;
}

.size30 {
  width: 30%;
}

.size33 {
  width: 33.3333%;
}

.size35 {
  width: 35%;
}

.size40 {
  width: 40%;
}

.size45 {
  width: 45%;
}

.size50 {
  width: 50%;
}

.size55 {
  width: 55%;
}

.size60 {
  width: 60%;
}

.size65 {
  width: 65%;
}

.size66 {
  width: 66.6666%;
}

.size70 {
  width: 70%;
}

.size75 {
  width: 75%;
}

.size80 {
  width: 80%;
}

.size85 {
  width: 85%;
}

.size90 {
  width: 90%;
}

.size100 {
  width: 100%;
  float: none;
  clear: both;
}

.flex-row {
  display: flex;
  margin: 0 -50px;
}

.flex-col {
  padding: 0 50px;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.full-width {
  display: block;
  width: 100%;
}

.relative {
  position: relative;
}

.display-block {
  display: block;
}

.display-table {
  display: table;
  width: 100%;
}

.display-table > * {
  display: table-row;
}

.display-table > * > * {
  display: table-cell;
  float: none;
}

.display-inline-block {
  display: inline-block;
}

.display-flex {
  display: flex;
}

.stretch {
  align-items: stretch;
}

.flex-wrap {
  flex-wrap: wrap;
}

.hidden {
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.margin-auto {
  margin: 0 auto;
  float: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-middle {
  position: relative;
}

.align-middle > * {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.bold {
  font-weight: 500;
}

.caps {
  text-transform: uppercase;
}

.indent1 {
  margin-left: 2.5rem;
}

.indent2 {
  margin-left: 5rem;
}

body {
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

a {
  color: rgb(71, 69, 66);
}

a:hover {
  text-decoration: none;
}

p, ol, ul, table {
  line-height: 1.6em;
  font-size: 1rem;
  margin-bottom: 25px;
}

.dynamic-content ol,
.dynamic-content ul {
  margin-left: 25px;
}

p.intro {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
}

table {
  width: 100%;
}

hr {
  border: 0;
  border-top: 1px solid rgb(207, 207, 207);
  margin-bottom: 25px;
}

.left-col hr {
  margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 5px;
  line-height: 1.1em;
  font-weight: 400;
}

h1 {
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.4rem;
}

b, strong {
  font-weight: 600;
}

mark {
  background-color: #0066ca;
  background-color: rgba(0, 102, 202, 0.2);
}

body {
  background-color: rgb(255, 255, 255);
}

#site {
  width: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 1200px;
}

.container.main-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.border-left {
  border-left: 1px solid rgb(207, 207, 207);
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-grey-dark {
  background-color: rgb(71, 69, 66);
  color: rgb(255, 255, 255);
}
.bg-grey-dark a {
  color: rgb(207, 207, 207);
}
.bg-grey-dark a:hover {
  color: rgb(255, 255, 255);
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.chevron {
  display: inline-flex;
  align-items: center;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  color: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3rem;
  transform: translateY(2px);
}
.chevron.blue {
  color: #0066ca;
}
.chevron.red {
  color: rgb(229, 51, 18);
}
.chevron.green {
  color: #59ba96;
}
.chevron.black {
  color: rgb(0, 0, 0);
}

/* ------------------------------------------------- HEADER - TOP */
#header-top {
  height: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  background-color: rgb(182, 182, 182);
  overflow: hidden;
}
#header-top #cookie {
  float: left;
  font-style: italic;
}
#header-top a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#header-top a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------ HEADER - MAIN */
header#header-main {
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 8000;
}
header#header-main .container {
  padding: 0;
  display: flex;
  align-items: center;
}

header#header-main a.logo {
  display: block;
  padding: 25px 0;
  float: left;
  width: 240px;
  transition: padding-top 150ms ease-in-out;
}
header#header-main a.logo img {
  display: block;
  width: 100%;
}

/* -------------------------------------------------- BREADCRUMBS */
#breadcrumbs {
  margin-bottom: 1rem;
  color: #5e6a98;
  text-align: center;
}
#breadcrumbs > * {
  display: inline-block;
  color: rgb(71, 69, 66);
  font-size: 0.9rem;
  text-decoration: none;
}
#breadcrumbs > a:hover {
  text-decoration: underline;
}
#breadcrumbs > *:before {
  content: "›";
  display: inline-block;
  margin-right: 10px;
  margin-left: 7px;
  color: rgb(71, 69, 66);
}
#breadcrumbs > a:first-of-type:before {
  content: "";
  display: none;
}

/* -------------------------------------------------- CTA BUTTONS */
.cta-button {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  min-height: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  background-color: rgb(0, 0, 0);
}
.cta-button:hover {
  background-color: #0066ca;
}
.cta-button span {
  font-weight: bold;
}
.cta-button.round {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.cta-button.black {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.cta-button.black:hover {
  background-color: #0066ca;
  color: rgb(255, 255, 255);
}
.cta-button.green {
  background-color: #59ba96;
  color: rgb(255, 255, 255) !important;
}
.cta-button.green:hover {
  background-color: #0066ca;
  color: rgb(255, 255, 255);
}
.cta-button.green.down {
  color: rgb(255, 255, 255);
}
.cta-button.green.down:hover {
  color: rgb(255, 255, 255);
}
.cta-button.white {
  color: #0066ca;
  background-color: rgb(255, 255, 255);
}
.cta-button.white:hover {
  background-color: #0066ca;
}
.cta-button.back .chevron {
  transform: rotate(-180deg);
  margin-left: 0;
}

.cta-button.blue {
  color: rgb(255, 255, 255);
  background-color: #0066ca;
}
.cta-button.blue.phone:hover {
  background-color: #59ba96;
}

.cta-button.blue.down {
  color: rgb(255, 255, 255);
}

.cta-button.blue.down:hover {
  color: rgb(255, 255, 255);
}

.cta-button.white.extern {
  color: rgb(71, 69, 66);
}

.cta-button:hover {
  color: rgb(255, 255, 255);
}

.cta-button.extern:hover {
  color: rgb(255, 255, 255);
}

.cta-button img {
  vertical-align: middle;
}

.cta-button.transparent {
  min-width: 200px;
  color: rgb(255, 255, 255);
  background-image: url("../img/cta-bg-transparent.svg");
}

.cta-button.transparent:hover {
  text-decoration: underline;
}

.cta-button.back:hover {
  text-decoration: none;
}

/* ------------------------------------------------------- FOOTER */
footer.main-footer .footer-element img {
  width: 18rem;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 770px) {
  footer.main-footer .footer-element img {
    margin-left: 0;
    width: 12rem;
  }
}
footer.main-footer .footer-contact-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer.main-footer .container {
  background-color: #1a1a1a;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: rgb(255, 255, 255);
}
footer.main-footer .container h5 {
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 770px) {
  footer.main-footer .container h5 {
    font-size: 2rem;
  }
}
footer.main-footer .container a {
  font-size: 1.3rem;
  color: inherit;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
footer.main-footer .container a:hover {
  color: #59ba96;
}
footer.main-footer .container a:last-of-type {
  margin-bottom: 0;
}
footer.main-footer .container a .chevron {
  font-size: 1.5rem;
}
footer.main-footer .container .row {
  display: flex;
  margin: 0 -25px;
}
@media only screen and (max-width: 770px) {
  footer.main-footer .container .row {
    flex-direction: column;
  }
}
footer.main-footer .container .col {
  padding: 0 25px;
}
@media only screen and (max-width: 770px) {
  footer.main-footer .size50 {
    width: 100%;
  }
}

footer .logo {
  display: block;
  margin-bottom: 40px;
}
footer .logo img {
  display: block;
  margin: 0 auto;
  width: 290px;
}

footer .disclaimer {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  text-align: left;
}

footer .col.logos {
  padding-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  footer .col.logos {
    justify-content: center;
  }
}
footer .col.logos a {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  footer .col.logos a {
    margin-bottom: 20px;
  }
}
footer .col.logos a img {
  display: block;
  height: 40px;
}
footer .col.logos .nwwi {
  width: 5rem;
}
footer .col.logos .nwwi img {
  height: 30px;
}
footer .col.logos .klimaat {
  width: 4rem;
}
footer .col.logos .klimaat img {
  width: 60px;
  height: auto;
}

footer.middle-footer .container {
  background-color: rgb(242, 242, 242);
  color: rgb(0, 0, 0);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer.middle-footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.middle-footer a {
  color: inherit;
}

.status-label {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.15rem;
  color: rgb(0, 0, 0);
}
.status-label.available {
  background-color: rgba(0, 128, 0, 0.3);
}
.status-label.unavailable {
  background-color: rgba(0, 0, 0, 0.3);
}
.status-label.unavailable .indicator {
  background-color: rgb(0, 0, 0);
}
.status-label .indicator {
  width: 0.9rem;
  height: 0.9rem;
  display: inline-flex;
  margin-right: 0.5rem;
  border-radius: 100%;
  border: solid 2px rgb(255, 255, 255);
  background-color: #59ba96;
}

/* ------------------------------------------------------- PAGING */
.paging-wrap {
  clear: both;
}
.paging-wrap .paging > * {
  display: inline-block;
}
.paging-wrap .paging > a.left {
  background: url("../img/arrow-left.svg") center center no-repeat transparent;
}
.paging-wrap .paging > a.right {
  background: url("../img/arrow-right.svg") center center no-repeat transparent;
}
.paging-wrap .paging {
  float: right;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
}
.paging-wrap .paging a {
  display: inline-block;
  color: rgb(71, 69, 66);
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
.paging-wrap .paging a.active,
.paging-wrap .paging a:hover {
  background-color: rgb(242, 242, 242);
}

.paging-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------------------------------- WIDGET */
.widget {
  margin-bottom: 40px;
}
.widget .title {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.widget .cta-button {
  width: 100%;
}
.widget.cta-contact {
  background: rgb(71, 69, 66);
  color: rgb(255, 255, 255);
  padding: 1.5rem;
  padding-top: 2.2rem;
  position: relative;
}
.widget.cta-contact p {
  margin-bottom: 1rem;
}
.widget.cta-contact .cta-contact-icon {
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  width: 3rem;
  height: 3rem;
}
.widget.cta-contact .cta-button.white {
  background-image: url(../img/cta-bg-white-on-dark.svg);
  min-width: 0;
}
.widget.cta-contact .cta-button.white:hover {
  background-image: url("../img/cta-bg-blue.svg");
}

/* --------------------------------------------------- NAV - MAIN */
nav#nav-main {
  display: flex;
  padding: 10px 0 10px 10px;
  align-items: center;
  margin-left: auto;
  float: right;
}
nav#nav-main ul {
  list-style-type: none;
  margin: 0;
}
nav#nav-main ul li {
  display: block;
  float: left;
}
nav#nav-main ul li a {
  display: block;
  margin: 0 10px;
  padding: 8px 5px;
  color: rgb(71, 69, 66);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  transition: all 150ms ease-in-out;
}
nav#nav-main ul li.active a:after {
  background-color: #0066ca;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: scale(1);
  display: block;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
nav#nav-main ul li a:hover:after {
  background-color: #0066ca;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: scale(1);
  display: block;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
nav#nav-main .mobile-toggle-menu {
  display: none;
}
nav#nav-main .cta-button {
  min-width: 0;
  white-space: nowrap;
  margin-left: auto;
  font-weight: bold;
}
@media only screen and (max-width: 770px) {
  nav#nav-main .cta-button {
    display: none;
  }
}

/* ---------------------------------------------------- NAV - TOP */
nav#nav-top {
  float: right;
}
nav#nav-top ul {
  list-style-type: none;
  margin: 0;
  height: 35px;
  line-height: 35px;
}
nav#nav-top ul li {
  display: block;
  float: left;
}
nav#nav-top ul li a {
  display: inline-block;
  margin: 0 10px;
  font-size: 0.9rem;
}
nav#nav-top ul li:last-of-type a {
  margin: 0 0 0 10px;
}
nav#nav-top ul li span {
  display: inline-block;
}

/* ---------------------------------------------------- NAV - SUB */
nav#nav-sub {
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
}
nav#nav-sub ul {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav#nav-sub ul li {
  display: block;
  margin-right: 1.1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 770px) {
  nav#nav-sub ul li {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
nav#nav-sub ul li:last-of-type {
  margin-right: 0;
}
nav#nav-sub ul li.active a, nav#nav-sub ul li:hover a {
  background-color: #59ba96;
  color: rgb(255, 255, 255);
}
nav#nav-sub ul li a {
  display: flex;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  height: auto;
  line-height: 1.3rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  border: solid 1px #59ba96;
  color: #59ba96;
  white-space: nowrap;
}
@media only screen and (max-width: 770px) {
  nav#nav-sub ul li a {
    font-size: 0.9rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

.header-cta-bar {
  display: flex;
  justify-content: center;
  height: auto;
  max-height: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .header-cta-bar {
    display: none;
  }
}
.header-cta-bar ul.usps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  height: 100%;
  border-bottom: solid 1px #d6d6d6;
}
.header-cta-bar ul.usps li {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  padding-left: 20px;
  background: url("../img/vink.svg") left 3px scroll no-repeat transparent;
  background-size: 4%;
}
.header-cta-bar ul.usps li:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 770px) {
  .mobile-column {
    flex-direction: column;
  }
}

#header-homepage {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transition: background-image 1s ease-in-out;
}
#header-homepage #header-standard {
  height: 100%;
  position: relative;
}
#header-homepage #header-standard:after {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.37+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.37) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e000000", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#header-homepage #header-standard .cta-button.agrarisch {
  position: absolute;
  top: 20px;
  right: 0;
}
#header-homepage #header-standard .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
#header-homepage #header-standard .container .info-weather {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 7000;
  padding: 0 15px;
  color: rgb(255, 255, 255);
  height: 36px;
  line-height: 36px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 18px;
}
#header-homepage #header-standard .header-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 25px 25px 25px;
}
#header-homepage #header-standard .header-title .title {
  margin-bottom: 30px;
  line-height: 1.1em;
  color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
}
#header-homepage #header-standard .header-title .title > div {
  display: flex;
  align-items: center;
}
#header-homepage #header-standard .header-title .title .chevron {
  font-size: 1.3em;
  margin-top: 0.5rem;
}
#header-homepage #header-standard .header-title .cta-button {
  margin-bottom: 1.5rem;
}
#header-homepage #header-standard .header-title .cta-button.white {
  background-image: url("../img/cta-bg-white-home.svg");
}
#header-homepage #header-standard .header-title .cta-button.white:hover {
  color: rgb(255, 255, 255);
  background-image: url("../img/cta-bg-grey-dark.svg");
}
#header-homepage #header-standard .header-button-bar {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 770px) {
  #header-homepage #header-standard .header-button-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}
#header-homepage #header-standard .header-button-bar .button-label {
  color: rgb(255, 255, 255);
  margin-right: 1.5rem;
}
@media only screen and (max-width: 770px) {
  #header-homepage #header-standard .header-button-bar .button-label {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#header-homepage #header-standard .header-button-bar .cta-button {
  margin-bottom: 0;
  margin-right: 1rem;
}
@media only screen and (max-width: 770px) {
  #header-homepage #header-standard .header-button-bar .cta-button {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
#header-homepage #header-standard .header-button-bar .cta-button:last-of-type {
  margin-right: 0;
}
#header-homepage #header-map {
  display: none;
  height: 100%;
}
#header-homepage #map_canvas,
#header-homepage #pano {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #dadad9;
}

.homepage-sub-title .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
  text-align: center;
  border-bottom: solid 1px #d6d6d6;
}
@media only screen and (max-width: 770px) {
  .homepage-sub-title .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.homepage-sub-title .container h2 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

#header-bar-home {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 770px) {
  #header-bar-home {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#header-bar-home h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 2rem;
}
#header-bar-home .cta-button {
  color: #9c9c9c;
}
#header-bar-home .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-bar-home .row {
  margin: 0 -25px;
  display: flex;
  justify-content: center;
}
#header-bar-home .col {
  box-shadow: 1px 1px 20px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 1.5rem;
}
#header-bar-home .shadow-button {
  background-color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 770px) {
  #header-bar-home .shadow-button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#header-bar-home .shadow-button:first-of-type {
  margin-right: 0.7rem;
}
@media only screen and (max-width: 770px) {
  #header-bar-home .shadow-button:first-of-type {
    margin-right: 0;
  }
}
#header-bar-home .shadow-button:last-of-type {
  margin-left: 0.7rem;
}
@media only screen and (max-width: 770px) {
  #header-bar-home .shadow-button:last-of-type {
    margin-left: 0;
  }
}
#header-bar-home .shadow-button.inline-form form {
  display: flex;
  width: 100%;
  background-color: #eaeaea;
  padding-right: 0.5rem;
}
#header-bar-home .shadow-button.inline-form form input {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  height: auto;
  font-weight: 400;
}
#header-bar-home .shadow-button.inline-form form input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  color: rgb(0, 0, 0);
}
#header-bar-home .shadow-button.inline-form form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  color: rgb(0, 0, 0);
}
#header-bar-home .shadow-button.inline-form input[type=submit] {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
#header-bar-home .shadow-button .map-link {
  color: #59ba96;
  display: flex;
  text-decoration: none;
  text-align: center;
  font-size: 1.1rem;
}
#header-bar-home .shadow-button .map-link:hover {
  color: #0066ca;
}
#header-bar-home .shadow-button .map-link:hover .chevron {
  color: inherit;
}

/* ----------------------------------------------------- HOMEPAGE category */
.homepage-cats {
  padding: 13rem 0 10rem;
  margin-top: -5rem;
  background-color: rgb(242, 242, 242);
}
@media only screen and (max-width: 770px) {
  .homepage-cats {
    padding: 5rem 0 5rem;
  }
}
.homepage-cats h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
.homepage-cats p.small-margin {
  margin-bottom: 10px;
}
.homepage-cats .row {
  margin: 0 -25px;
}
@media only screen and (min-width: 770px) and (max-width: 900px) {
  .homepage-cats .row .size33 {
    width: 50%;
  }
}
.homepage-cats .row .col {
  padding: 0 25px;
}
.homepage-cats a.item {
  display: block;
  margin-bottom: 45px;
  text-decoration: none;
}
.homepage-cats a.item > span {
  display: block;
}
.homepage-cats a.item .image {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.homepage-cats a.item .image img {
  display: block;
  width: 100%;
  transition: 0.15s scale ease-in-out;
}
.homepage-cats a.item .button {
  display: flex;
  align-items: center;
  padding: 0;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  text-decoration: none;
  margin-left: 0.5rem;
}
.homepage-cats a.item .button .number {
  color: rgb(255, 255, 255);
  background-color: #59ba96;
  border-radius: 100%;
  margin-right: 0.5rem;
  flex-shrink: 0;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0.3rem;
  text-align: center;
  display: inline-block;
  font-size: 0.9rem;
  width: 1.8rem;
  height: 1.8rem;
}
.homepage-cats a.item .button .chevron {
  margin-left: auto;
  font-size: 1.3rem;
}
.homepage-cats a.item:hover .image img {
  scale: 1.05;
}
.homepage-cats a.item:hover .button {
  color: #59ba96;
}
.homepage-cats a.item:hover .button .number {
  color: rgb(255, 255, 255);
}
.homepage-cats a.item:hover .button .chevron {
  color: #59ba96;
}

/* ----------------------------------------------------- HOMEPAGE info */
.homepage-info {
  background-color: #59ba96;
  color: rgb(0, 0, 0);
  padding: 12rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: -13rem;
  margin-bottom: 3rem;
}
.homepage-info h2 {
  margin-bottom: 3rem;
  line-height: 3.5rem;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 770px) {
  .homepage-info h2 {
    font-size: 2.3rem;
    line-height: 3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
}
.homepage-info p strong {
  font-weight: 600;
}
.homepage-info .col {
  padding: 0;
}
.homepage-info ul.usps {
  list-style-type: none;
  border-right: solid 1px rgb(0, 0, 0);
}
@media only screen and (max-width: 770px) {
  .homepage-info ul.usps {
    border-right: 0;
    margin-left: 1rem;
  }
}
.homepage-info ul.usps li {
  padding-left: 1.5rem;
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.1em;
  background: url("../img/vink-black.svg") left 1px scroll no-repeat transparent;
  background-size: 2.5%;
  background-position: center left;
}
.homepage-info ul.usps b.huge {
  color: #59ba96;
  font-size: 1.4rem;
}
.homepage-info ul.usps a {
  color: inherit;
}
.homepage-info .inline-form {
  padding-left: 5rem;
}
@media only screen and (max-width: 770px) {
  .homepage-info .inline-form {
    padding-left: 0;
  }
}
.homepage-info .inline-form form {
  margin-bottom: 20px;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
}
.homepage-info .inline-form form input[type=email] {
  color: rgb(255, 255, 255);
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: inherit;
  border-bottom: none;
  text-transform: none;
}
.homepage-info .inline-form form input[type=email]::-moz-placeholder {
  color: inherit;
  text-transform: none;
}
.homepage-info .inline-form form input[type=email]::placeholder {
  color: inherit;
  text-transform: none;
}
.homepage-info .inline-form form button[type=submit] {
  background-color: transparent;
  border: none;
}
.homepage-info .cta-button.white {
  margin-bottom: 10px;
  color: #59ba96;
  display: flex;
  align-items: center;
}
.homepage-info .cta-button.white .chevron {
  margin-left: auto;
}
.homepage-info .cta-button.white:hover {
  color: rgb(255, 255, 255);
}
.homepage-info form {
  transition: all 150ms ease-in-out;
}
.homepage-info form.highlight {
  padding: 10px;
  border: 3px solid #0066ca;
  transform: scale(1.1);
}
.homepage-info img.logo-bs {
  float: left;
  margin: 0 15px 10px 0;
  width: 100px;
}
@media only screen and (max-width: 770px) {
  .homepage-info .row {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 770px) {
  .homepage-info .size50 {
    width: 100%;
  }
}

.homepage-buitenstate .flex-col {
  display: flex;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 770px) {
  .homepage-buitenstate .flex-col {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.homepage-buitenstate .flex-col .left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.homepage-buitenstate .flex-col .left img {
  margin-right: 3.5rem;
  width: 13rem;
  height: auto;
}
@media only screen and (max-width: 770px) {
  .homepage-buitenstate .flex-col .left img {
    width: 8rem;
    margin-right: 2rem;
  }
}
.homepage-buitenstate .flex-col .right {
  flex: 2;
  font-size: 1.1rem;
}
.homepage-buitenstate .flex-col .right strong {
  font-weight: 600;
}
.homepage-buitenstate .flex-col .right a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.homepage-buitenstate .flex-col .right a:hover {
  color: rgb(71, 69, 66);
}

.homepage-blogs {
  background-color: #0066ca;
  color: rgb(255, 255, 255);
  padding: 0 0 30px;
  padding-top: 3rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .homepage-blogs {
    padding-bottom: 10rem;
  }
}
.homepage-blogs .row {
  margin: 0 -1rem;
}
.homepage-blogs .row .col {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .homepage-blogs .size33 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .homepage-blogs .size33 {
    width: 100%;
    padding: 0 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.homepage-blogs .blog-link-container {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: inherit;
  width: 100%;
}
.homepage-blogs h2 {
  font-size: 7rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  transform: translateY(-7.7rem);
  color: #b5d5ea;
  opacity: 0.5;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .homepage-blogs h2 {
    font-size: 5rem;
    transform: translateY(-6.1rem);
    margin-bottom: 0;
  }
}
.homepage-blogs .blog-text-wrapper {
  color: inherit;
}
.homepage-blogs .blog-title {
  margin-bottom: 10px !important;
  padding-top: 50px;
}
.homepage-blogs .blog-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.homepage-blogs .blog-uitgelicht-img {
  height: 13rem;
  margin-bottom: 1rem;
}
.homepage-blogs .alle-blogs {
  text-decoration: none;
  text-align: center;
  color: inherit;
  font-weight: normal;
}
.homepage-blogs .alle-blogs:hover {
  color: #59ba96;
}
.homepage-blogs .title {
  color: inherit;
}
.homepage-blogs .title h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: inherit;
  min-height: 3rem;
}
@media screen and (max-width: 768px) {
  .homepage-blogs .title h3 {
    min-height: 0;
  }
}

.homepage-silentSell {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  text-decoration: none;
  border-radius: 1rem;
}

.homepage-silentSell:hover {
  color: #59ba96;
}
.homepage-silentSell:hover .chevron {
  color: #59ba96;
}

/* ----------------------------------- AANBOD - OVERVIEW SETTINGS */
.overview-settings {
  line-height: 40px;
  margin-bottom: 30px;
}
.overview-settings .row {
  margin: 0 -20px;
}
.overview-settings .col {
  padding: 0 20px;
}
.overview-settings .sorting {
  text-align: right;
}
.overview-settings .sorting > * {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}
.overview-settings .sorting .change-order {
  width: 27px;
  height: 40px;
  text-indent: -9999px;
  background: url("../img/button-sort-desc.svg") center center no-repeat scroll transparent;
  background-size: 27px auto;
}
.overview-settings .sorting .change-order.asc {
  background: url("../img/button-sort-asc.svg") center center no-repeat scroll transparent;
  background-size: 27px auto;
}
.overview-settings span.spacer {
  border-left: 1px solid #dadad9;
  width: 0;
  height: 40px;
  text-indent: -9999px;
}
.overview-settings .sorting select {
  padding-right: 35px;
  min-height: 30px;
  width: 90px;
  font-size: 0.95rem;
  font-weight: 300;
  border: 0 solid rgb(255, 255, 255);
  border-bottom: 1px solid transparent;
  -webkit-appearance: none;
  border-radius: 0;
  background: url("../img/select-arrow.svg") right center no-repeat scroll transparent;
  background-size: 27px auto;
}
.overview-settings .sorting select option {
  text-transform: none;
}

/* ---------------------------------------------- AANBOD OVERVIEW */
.object-tabs {
  padding-top: 20px;
  background-color: #e5e5e5;
}
.object-tabs .col.size75 {
  padding-left: 0;
}
.object-tabs ul {
  list-style-type: none;
  margin: 0;
}
.object-tabs ul li {
  float: left;
  margin-right: 10px;
}
.object-tabs ul li a {
  display: block;
  padding: 13px 35px 13px 15px;
  line-height: 1.2em;
  color: rgb(71, 69, 66);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  background: url("../img/select-arrow.svg") calc(100% - 10px) center no-repeat scroll transparent;
  transition: background-color 150ms ease-in-out;
}
.object-tabs ul li a:hover {
  background-color: rgb(242, 242, 242);
}
.object-tabs ul li.active a {
  background-color: rgb(242, 242, 242);
}

body.object.overview #map_canvas,
body.object.overview #pano {
  height: 765px;
}
body.object.overview .flex-row > .size25 .cta-button {
  min-width: 0;
  padding: 0 35px 0 15px;
}
body.object.overview .flex-row > .size25.left-col {
  padding-right: 30px;
}
body.object.overview .toggle-filter {
  display: none;
}

#object-overview a.banner,
#object-overview .object {
  display: flex;
  margin-bottom: 5rem;
  text-decoration: none;
  min-height: 400px;
  position: relative;
}
#object-overview a.banner .object-inner,
#object-overview .object .object-inner {
  display: flex;
  min-height: 400px;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0 20px 14px rgba(0, 0, 0, 0.03);
}
#object-overview a.banner .image,
#object-overview .object .image {
  position: relative;
  display: block;
  width: 60%;
  background-size: cover;
  background-position: center;
}
#object-overview a.banner .image .label-bs,
#object-overview .object .image .label-bs {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 50px;
  height: 50px;
}
#object-overview a.banner .image .label-bs img,
#object-overview .object .image .label-bs img {
  display: block;
  width: 100%;
  border-radius: 0px !important;
}
#object-overview a.banner .info,
#object-overview .object .info {
  position: relative;
  padding: 50px 40px 50px 40px;
  width: 40%;
  color: rgb(0, 0, 0);
}
#object-overview a.banner .info .title,
#object-overview .object .info .title {
  display: block;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}
#object-overview a.banner .info .address,
#object-overview .object .info .address {
  font-size: 1.1rem;
  font-weight: 400;
}
#object-overview a.banner .info .specs,
#object-overview .object .info .specs {
  line-height: 1.3em;
  color: #999999;
  margin-bottom: 2rem;
  display: block;
}
#object-overview a.banner .info .icons,
#object-overview .object .info .icons {
  position: relative;
  margin-bottom: 1rem;
  display: block;
}
#object-overview a.banner .info .icons:after,
#object-overview .object .info .icons:after {
  content: "";
  display: table;
  clear: both;
}
#object-overview a.banner .info .icons a,
#object-overview .object .info .icons a {
  display: block;
  margin-right: 5px;
  float: left;
  min-width: 56px;
  text-decoration: none;
}
#object-overview a.banner .info .icons a span,
#object-overview .object .info .icons a span {
  display: block;
}
#object-overview a.banner .info .icons a span.img,
#object-overview .object .info .icons a span.img {
  display: block;
  margin: 0 auto 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border: solid 1px #0066ca;
}
#object-overview a.banner .info .icons a span.text,
#object-overview .object .info .icons a span.text {
  color: rgb(0, 0, 0);
  font-size: 11px;
  text-align: center;
}
#object-overview a.banner .info .icons a:hover span.img,
#object-overview .object .info .icons a:hover span.img {
  border-color: #0066ca;
}
#object-overview a.banner .info .icons a:hover span.text,
#object-overview .object .info .icons a:hover span.text {
  color: #0066ca;
}
#object-overview a.banner .object-button,
#object-overview .object .object-button {
  position: relative;
  display: inline-block;
  width: auto;
  color: rgb(255, 255, 255);
  margin-top: auto;
}
#object-overview a.banner .object-button:hover,
#object-overview .object .object-button:hover {
  background-image: url("../img/object-button-hover.svg");
}
#object-overview .object:last-of-type {
  margin-bottom: 60px;
  padding-bottom: 0;
  border-width: 0;
}
#object-overview a.banner {
  min-height: 0;
}
#object-overview .label {
  position: absolute;
  top: -1rem;
  left: calc(60% + 40px);
  padding: 10px 20px;
  min-height: 30px;
  line-height: 1.2em;
  color: rgb(71, 69, 66);
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  background-color: rgb(255, 255, 255);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  #object-overview .label {
    left: auto;
  }
}
#object-overview .label.new-price {
  background-color: #0066ca;
  color: rgb(255, 255, 255);
}
#object-overview .label.sold {
  background-color: rgb(229, 51, 18);
  color: rgb(255, 255, 255);
}
#object-overview .label.sold-ov {
  background-color: rgb(229, 51, 18);
  color: rgb(255, 255, 255);
}
#object-overview .label.new {
  background-color: #59ba96;
  color: rgb(255, 255, 255);
}
#object-overview .label.open {
  background-color: #0066ca;
  color: rgb(255, 255, 255);
}
#object-overview .label.open .labelText {
  display: block;
  font-size: 0.7em;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  #object-overview a.banner,
  #object-overview .object {
    height: 400px;
  }
}
/* ------------------------------------------------ AANBOD DETAIL */
body.object.detail {
  /* -------------------------------------------- HEADER - HOMEPAGE */
}
body.object.detail section header {
  margin-bottom: 45px;
}
body.object.detail section header h1 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: italic;
}
body.object.detail section header h1 b {
  font-style: normal;
}
body.object.detail section header p {
  line-height: 1.3em;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
}
body.object.detail .label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 20px;
  min-height: 30px;
  line-height: 30px;
  color: rgb(71, 69, 66);
  font-weight: 500;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
}
body.object.detail .label.new-price {
  color: #0066ca;
}
body.object.detail .label.sold {
  color: rgb(229, 51, 18);
}
body.object.detail .label.sold-ov {
  color: rgb(229, 51, 18);
}
body.object.detail .label.new {
  color: #59ba96;
}
body.object.detail .label.open {
  color: rgb(255, 170, 44);
}
body.object.detail table th {
  padding-right: 20px;
  width: 200px;
  vertical-align: top;
}
body.object.detail #downloads ul {
  margin-left: 25px;
}
body.object.detail #header-homepage #header-standard .header-title {
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.3);
}
body.object.detail #header-homepage #header-standard .header-title .title {
  margin-bottom: 0;
  font-size: 2.7rem;
}
body.object.detail #header-homepage #header-standard .header-title .address {
  font-weight: 300;
  font-style: italic;
}
body.object.detail #header-homepage #header-standard .header-title .price {
  margin-bottom: 30px;
  line-height: 1.1em;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
}
body.object.detail .main-content > .row {
  margin: 0 auto;
  width: 885px;
}
body.object.detail .bottom-widgets {
  padding-top: 20px;
}
body.object.detail .bottom-widgets .widgets {
  display: inline;
}
body.object.detail .bottom-widgets .widget {
  float: left;
  width: 50%;
  padding: 0 50px;
}
body.object.detail .bottom-widgets hr {
  display: none;
}
body.object.detail .media-buttons-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 400px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.object.detail #video,
body.object.detail #vt360 {
  position: relative;
  display: block;
  width: 155px;
  color: rgb(255, 255, 255);
  font-size: 0.95rem;
  text-align: center;
  text-decoration: none;
}
body.object.detail #video span,
body.object.detail #vt360 span {
  display: block;
}
body.object.detail #video .text,
body.object.detail #vt360 .text {
  margin-top: 5px;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
}
body.object.detail #video .button,
body.object.detail #vt360 .button {
  margin: 0 auto;
  padding-bottom: 60%;
  width: 60%;
  height: 0;
  border-radius: 50%;
}
body.object.detail #video:hover .button,
body.object.detail #vt360:hover .button {
  background-color: rgb(182, 182, 182);
  background-color: #b6b6b6;
}
body.object.detail #video .button {
  background: url("../img/icon-play.svg") center center no-repeat scroll transparent;
  background-color: #0066ca;
  background-color: rgba(0, 102, 202, 0.5);
  background-size: 34% auto;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}
body.object.detail #vt360 .button {
  background: url("../img/surroundview.png") center center no-repeat scroll transparent;
  background-color: #0066ca;
  background-color: rgba(0, 102, 202, 0.5);
  background-size: 50% auto;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}
body.object.detail #beschrijving p.bold {
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
}

#map_canvas,
#pano {
  margin-bottom: 25px;
  width: 100%;
  min-height: 450px;
  height: 100%;
  border: 1px solid #dadad9;
}
#map_canvas .no-streetview,
#pano .no-streetview {
  padding: 25px;
}
#map_canvas .no-streetview img,
#map_canvas .no-streetview span,
#pano .no-streetview img,
#pano .no-streetview span {
  display: inline-block;
  vertical-align: middle;
}
#map_canvas .no-streetview img,
#pano .no-streetview img {
  margin-right: 20px;
}

#object-info-tabs {
  margin-bottom: 50px;
}
#object-info-tabs > ul {
  padding-bottom: 25px;
  list-style-type: none;
  border-bottom: 1px solid #dadad9;
}
#object-info-tabs > ul > li {
  display: inline-block;
}
#object-info-tabs > ul > li > a {
  margin-right: 15px;
  padding-right: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  background: url("../img/select-arrow.svg") right center no-repeat scroll transparent;
  opacity: 0.5;
}
#object-info-tabs ul li.ui-tabs-active a,
#object-info-tabs ul li a:hover {
  opacity: 1;
}

#object-info section {
  padding: 0 15%;
}

/* ----------------------------------------- AANBOD DETAIL SLIDER */
#slider-wrapper {
  margin-bottom: 25px;
}

.object-detail-slider {
  position: relative;
  background-color: rgb(71, 69, 66);
  background-color: rgba(71, 69, 66, 0.5);
}

.object-detail-slider .slide {
  display: block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.object-detail-slider img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
}

.object-detail-slider a.slider-button {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  text-align: center;
  color: rgb(71, 69, 66);
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}

.object-detail-slider a.slider-button.prev,
.object-detail-slider a.slider-button.next {
  transform: translate(0, -50%);
}

.object-detail-slider a.slider-button.prev {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 300;
  text-indent: -9999px;
  background: url("../img/arrow-left.svg") center center no-repeat scroll rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 12px auto;
}

.object-detail-slider a.slider-button.next {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 300;
  text-indent: -9999px;
  background: url("../img/arrow-right.svg") center center no-repeat scroll rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 12px auto;
}

.object-detail-slider a.slider-button.enlarge {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 300;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
}

.object-detail-slider a.slider-button:hover {
  background-color: rgb(255, 255, 255);
  background-color: white;
}

#object-detail-pager a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding-bottom: 5px;
  height: 48px;
  border-bottom: 1px solid #cccccc;
  transition: border-bottom 100ms ease-in-out;
}

#object-detail-pager a.cycle-pager-active,
#object-detail-pager a:hover {
  border-bottom: 3px solid rgb(0, 0, 0);
}

#object-detail-pager a img {
  display: block;
  width: auto;
  height: 40px;
}

.alt-media-bar {
  padding: 0 0 0 10px;
  height: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
  background-color: #2d2b29;
}
.alt-media-bar .cycle-caption {
  float: left;
}
.alt-media-bar .media-buttons {
  float: right;
}
.alt-media-bar .media-buttons a {
  display: inline-block;
  height: 35px;
  padding: 0 50px 0 15px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  background-position: right center;
  background-size: auto 100%;
  background-color: rgb(71, 69, 66);
  letter-spacing: 2px;
}
.alt-media-bar .media-buttons a:last-of-type {
  margin-right: -15px;
  background-color: transparent;
}
.alt-media-bar .media-buttons a.video {
  background-image: url("../img/media-button-play.svg");
}
.alt-media-bar .media-buttons a.map {
  background-image: url("../img/media-button-map.svg");
}
.alt-media-bar .media-buttons a:hover {
  text-decoration: underline;
}

/* ------------------------------------------- AANBOD DETAIL FORM */
#object-zoek-form-output > *,
#object-contact-form-output > * {
  display: none;
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
}

#object-zoek-form-output p,
#object-contact-form-output p {
  margin: 0;
}

#object-zoek-form-output .form_loading i,
#object-contact-form-output .form_loading i {
  line-height: 30px;
}
#object-zoek-form-output .form_loading img,
#object-contact-form-output .form_loading img {
  float: left;
  margin-right: 15px;
  width: 30px;
  height: auto;
}

#object-zoek-form-output .form_error,
#object-contact-form-output .form_error {
  background-color: rgb(229, 51, 18);
  background-color: rgba(229, 51, 18, 0.2);
}

#object-zoek-form-output .form_result,
#object-contact-form-output .form_result {
  background-color: #59ba96;
  background-color: rgba(89, 186, 150, 0.2);
}

/* ---------------------------------------------- AANBOD OVERVIEW */
#news-overview .news-item {
  position: relative;
  display: block;
  margin-bottom: 75px;
  padding-bottom: 55px;
  text-decoration: none;
}
#news-overview .news-item .title {
  display: block;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
}
#news-overview .news-item .sub-title,
#news-overview .news-item time {
  display: inline-block;
  font-style: italic;
  font-size: 1rem;
}
#news-overview .news-item .summary {
  display: block;
  line-height: 1.3em;
  color: #918f8e;
}
#news-overview .news-item .object-button {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 0 50px 0 20px;
  min-height: 35px;
  width: auto;
  line-height: 35px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../img/object-button.svg");
}
#news-overview a.news-item:hover .object-button {
  background-image: url("../img/object-button-hover.svg");
}
#news-overview .news-item:last-of-type {
  margin-bottom: 25px;
  border-width: 0;
}
#news-overview .label {
  display: inline-block;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
  color: rgb(71, 69, 66);
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgb(255, 255, 255);
  vertical-align: 2px;
  border-radius: 15px;
}
#news-overview .label.news {
  color: #0066ca;
}
#news-overview .label.page {
  color: #59ba96;
}

/* ------------------------------------------------- SHAREBUTTONS */
#shareButtons {
  margin-bottom: 20px;
}

#shareButtons a {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 7px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  text-indent: -9999px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-radius: 50%;
}

#shareButtons.vert a {
  margin: 0 10px 10px 0;
}

#shareButtons a.facebook {
  background-image: url("../img/icon-facebook-white.svg");
}

#shareButtons a.twitter {
  background-image: url("../img/icon-twitter-white.svg");
}

#shareButtons a.google {
  background-image: url("../img/icon-google-white.svg");
}

#shareButtons a.linkedin {
  background-image: url("../img/icon-linkedin-white.svg");
}

#shareButtons a.pinterest {
  background-image: url("../img/icon-pinterest-white.svg");
}

#shareButtons a.whatsapp {
  background-image: url("../img/icon-whatsapp-white.svg");
  display: none;
}

#shareButtons a.email {
  background-image: url("../img/icon-email-white.svg");
}

#shareButtons a.facebook:hover {
  background-color: #3c5a9a;
}

#shareButtons a.twitter:hover {
  background-color: #60a9dd;
}

#shareButtons a.google:hover {
  background-color: #dd4b39;
}

#shareButtons a.linkedin:hover {
  background-color: #008cc9;
}

#shareButtons a.pinterest:hover {
  background-color: #c72527;
}

#shareButtons a.whatsapp:hover {
  background-color: #25d366;
}

#shareButtons a.email:hover {
  background-color: #00564b;
}

#actionMenu #shareButtons a {
  display: block;
  margin: 0 0 5px;
  background-size: 25px auto;
}

/* --------------------------------------- AANBOD - CHOSEN FILTER */
.chosen-filter {
  margin-bottom: 20px;
}
.chosen-filter > * {
  display: inline-block;
}
.chosen-filter a {
  margin-right: 6px;
  color: #999999;
}
.chosen-filter a.filter-tag {
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}
.chosen-filter span.spacer {
  border-left: 1px solid #dadad9;
}
.chosen-filter a.filter-tag:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url("../img/icon-close.svg") center center no-repeat scroll rgb(255, 255, 255);
  vertical-align: -4px;
  border-radius: 10px;
}
.chosen-filter a.filter-tag:hover:after {
  background: url("../img/icon-close-w.svg") center center no-repeat scroll #0066ca;
}

/* ------------------------------------------------- AUTOCOMPLETE */
ul.ui-autocomplete {
  width: 220px;
  list-style-type: none;
  background-color: rgb(255, 255, 255);
}
ul.ui-autocomplete li div {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #b6b6b6;
  cursor: pointer;
}
ul.ui-autocomplete li:hover div {
  color: rgb(255, 255, 255);
  background-color: #0066ca;
}
ul.ui-autocomplete li:last-of-type div {
  border-bottom: 0 solid rgb(207, 207, 207);
}

/* ------------------------------------------------- ROYAL SLIDER */
#royal-slider {
  width: 100%;
  height: 550px;
  background-color: #2d2b29;
}

.visibleNearby {
  width: 100%;
  background: #141414;
  color: #FFF;
  padding: 0;
}

.visibleNearby img {
  -webkit-backface-visibility: hidden;
}

.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}

.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}

.royalSlider > .rsImg {
  visibility: hidden;
}

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.25;
  transition: all 0.3s ease-out;
}

.visibleNearby .rsActiveSlide img {
  opacity: 1;
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
  #gallery-1 {
    padding: 12px 0 12px;
  }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important;
  }
}
/* ----------------------------------------- AANBOD - FORM FILTER */
#form-filter {
  margin-bottom: 70px;
}
#form-filter .col {
  padding: 0 10px;
}

#wrap-search {
  background-color: rgb(255, 255, 255);
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  -moz-border-radius-bottomright: 17px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

#form-filter form .formfield.input.search {
  border-bottom: 0px solid rgb(255, 255, 255);
}
#form-filter form .formfield.input.search input[type=text] {
  margin-bottom: 0;
  padding-left: 3px;
  background-color: rgb(255, 255, 255);
}
#form-filter form .formfield.input.search input[type=submit],
#form-filter form .formfield.input.search a.submit {
  display: block;
  margin-top: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: #0066ca;
  border-radius: 50%;
}
#form-filter form .formfield.input.search input[type=submit],
#form-filter form .formfield.input.search a.submit:hover {
  color: rgb(255, 255, 255);
  background-color: #004c97;
}

#form-filter form fieldset {
  margin-bottom: 20px;
}
#form-filter form fieldset legend {
  display: block;
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 600;
}

#form-filter form .formfield {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: rgb(71, 69, 66);
  border-bottom: 1px solid rgb(255, 255, 255);
}

#form-filter form .formfield.checks {
  border-bottom: 0 solid rgb(255, 255, 255);
}

#form-filter form .formfield.active {
  border-bottom: 2px solid #0066ca;
}

#form-filter form .formfield.disabled {
  font-style: italic;
  border-bottom: 1px solid #cccccc;
}

#form-filter form .formfield.disabled label {
  color: darkgray;
}

#form-filter form .formfield label,
#form-filter form .formfield .label {
  display: block;
  padding: 0 4px 0 0;
}

#form-filter form .formfield input[type=text],
#form-filter form .formfield input[type=email],
#form-filter form .formfield select {
  border: 0 solid rgb(255, 255, 255);
  font-size: 0.9rem;
  width: 100%;
  display: block;
  background-color: transparent;
  cursor: pointer;
}

#form-filter form .formfield.checks label {
  cursor: pointer;
}
#form-filter form .formfield.checks label:hover {
  color: #0066ca;
}
#form-filter form .formfield.checks label:after {
  content: "";
  display: table;
  clear: both;
}
#form-filter form .formfield.checks input[type=checkbox],
#form-filter form .formfield.checks input[type=radio] {
  float: left;
  margin: 6px 10px 0 0;
}
#form-filter form .formfield.checks input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
}
#form-filter form .formfield.checks span {
  float: left;
  max-width: calc(100% - 30px);
  font-weight: 500;
  font-size: 1.1rem;
}

#form-filter form .formfield.disabled input,
#form-filter form .formfield.disabled select {
  color: rgb(207, 207, 207);
  cursor: default;
}

#form-filter form .formfield input {
  padding: 2px 0;
}

#form-filter form .formfield.input a.submit {
  text-decoration: none;
}

#form-filter form .formfield.input a.submit:hover {
  color: rgb(0, 0, 0);
}

#form-filter form .formfield select {
  display: block;
  padding: 2px 0;
  width: 100%;
  color: rgb(71, 69, 66);
  min-height: 24px;
  font-weight: normal;
  -webkit-appearance: none;
  border-radius: 0;
  background: url("../img/select-arrow.svg") right center no-repeat scroll transparent;
}
#form-filter form .formfield select option {
  display: block;
  padding: 5px;
}

.alle-blogs {
  display: inline-block;
  margin-top: 3rem;
  padding: none !important;
}

.blog-title {
  margin-left: 10rem;
}
@media screen and (max-width: 812px) {
  .blog-title {
    margin-left: 1rem;
  }
}

.blog-uitgelicht-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.blog-uitgelicht-container h2 {
  font-size: 1.7rem !important;
  font-weight: 600;
}
.blog-uitgelicht-container h2 b {
  font-weight: 600;
}
@media screen and (max-width: 812px) {
  .blog-uitgelicht-container {
    display: flex !important;
    flex-direction: column !important;
  }
  .blog-uitgelicht-container .blog-uitgelicht-img, .blog-uitgelicht-container .blog-uitgelicht-wrapper {
    width: 100%;
  }
  .blog-uitgelicht-container .blog-uitgelicht-wrapper {
    height: auto;
    justify-content: flex-start;
    font-size: 1.7rem !important;
  }
  .blog-uitgelicht-container .read-more {
    flex-direction: column;
  }
}
.blog-uitgelicht-container:hover .object-button {
  text-decoration: underline;
}
.blog-uitgelicht-container:hover .blog-uitgelicht-img {
  filter: brightness(70%);
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.blog-uitgelicht-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 40rem;
  background-color: #474542;
  color: white;
  padding: 2.5rem 4rem;
  text-decoration: none !important;
}
.blog-uitgelicht-wrapper span {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .blog-uitgelicht-wrapper {
    width: 100%;
  }
}
.blog-uitgelicht-wrapper time {
  margin-bottom: 10px;
}
.blog-uitgelicht-wrapper span {
  display: flex;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.blog-uitgelicht-wrapper .summary {
  flex-direction: column;
}
.blog-uitgelicht-wrapper .summary .author {
  margin-top: -20px;
  font-size: 0.8rem;
}

.uitgelichte-blog {
  margin-bottom: 60px;
}

.blog-uitgelicht-img {
  height: 40rem;
  background-size: cover;
  background-position: center center;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  border: none;
}
@media screen and (max-width: 768px) {
  .blog-uitgelicht-img {
    width: 100%;
    height: 25rem;
  }
}

.blog-link-container {
  padding: 0 50px;
  text-decoration: none !important;
}
.blog-link-container .blog-uitgelicht-img {
  height: 13rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blog-link-container {
    flex-basis: 50%;
    width: 50%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.blog-link-container:hover .blog-uitgelicht-img {
  filter: brightness(70%);
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.blog-link-container .time-span {
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
}
.blog-link-container img {
  width: 100%;
  height: 15rem;
}
.blog-link-container .blog-wrapper h3 {
  font-size: 1.2rem;
}

.blog-title {
  margin-bottom: 0 !important;
  padding: 30px 0;
  height: 100%;
}

.blog-detail-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 30rem !important;
  width: 100%;
  color: white;
  background-size: cover;
  background-position: center;
}
.blog-detail-img .foto-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.05) 100%);
}
.blog-detail-img header {
  z-index: 2;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 812px) {
  .blog-detail-img header {
    padding-left: 60px;
  }
}
.blog-detail-img header h1 {
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.3);
}
.blog-detail-img header p {
  text-align: center;
  margin-bottom: 5px;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.3);
}
.blog-detail-img header a,
.blog-detail-img header a::before {
  color: white !important;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.3);
}

.auteur-wrapper p {
  margin: 5px 0;
}

.blog-detail-container {
  justify-content: center;
}
.blog-detail-container .dynamic-content {
  padding: 0 !important;
}
.blog-detail-container .dynamic-content::before {
  display: none;
}
.blog-detail-container div {
  width: 700px;
}
@media screen and (max-width: 812px) {
  .blog-detail-container {
    width: 100%;
    margin: 0;
  }
  .blog-detail-container div {
    width: 100%;
  }
}
.blog-detail-container .news-detail .cta-button.back {
  text-decoration: none;
}

@media screen and (max-width: 1366px) {
  .blog-item-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .blog-item-wrapper {
    width: 100%;
    padding: 0 !important;
  }
}

.blog-form {
  display: flex;
  flex-direction: column;
}
.blog-form input, .blog-form textarea {
  border: solid 1px #cfcfcf;
  border-radius: 1px;
  width: 100%;
  height: 35px;
  padding: 0.2rem;
  font: 400 13.3333px Arial;
  cursor: text;
  margin-bottom: 1rem;
  line-height: 1.2em;
  font-size: 1.1rem;
}
.blog-form textarea {
  margin-bottom: 0;
  height: 125px;
  resize: none;
}
.blog-form .submit {
  cursor: pointer;
}

#blog-contact-form-output {
  display: none;
}

.read-more {
  font-size: 0.8rem;
}
.read-more p {
  font-size: 0.8rem;
}
.read-more .author {
  width: 75%;
}

.auteur-row-1 {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.auteur-row-1 .blog-detail-writer-foto {
  min-width: 95px;
  min-height: 95px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  background-size: cover;
  background-position: top;
  margin-right: 15px;
}
@media screen and (max-width: 812px) {
  .auteur-row-1 .blog-detail-writer-foto {
    width: 5rem;
    height: 5rem;
  }
}

.social-shares-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.social-shares-wrapper p {
  display: flex;
  align-items: center;
  height: 20px;
  margin-right: 0 20px;
  margin-bottom: -5px;
}
.social-shares-wrapper a {
  margin: 0 5px;
}

.uitgelicht-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 50px 0 !important;
}
.uitgelicht-container .row {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 812px) {
  .uitgelicht-container .row {
    flex-direction: column;
  }
}
.uitgelicht-container .row .col {
  padding: 0 25px;
}
.uitgelicht-container .row .blog-item-wrapper {
  width: 33%;
  flex-basis: 33%;
  flex-grow: 0;
}
@media screen and (max-width: 812px) {
  .uitgelicht-container .row .blog-item-wrapper {
    width: 100%;
    flex-basis: 100%;
  }
}

.one-col-content {
  width: 100%;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}
.one-col-content h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .one-col-content header h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .one-col-content .flex-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.one-col-content .header-hr {
  margin-bottom: 4rem;
  border-top-color: #000000;
}
.one-col-content .dynamic-content {
  padding: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .one-col-content .dynamic-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.one-col-content .dynamic-content:before {
  display: none;
}
.one-col-content .dynamic-content p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 2rem;
}
.one-col-content .dynamic-content p a {
  color: inherit;
}
.one-col-content .dynamic-content h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: inherit;
}
.one-col-content .dynamic-content h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: inherit;
}
.one-col-content .dynamic-content hr {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  width: calc(100% + 7.9rem);
  margin-left: -3.95rem;
  border-top-color: #000000;
}

/* -------------------------------------------------- FORM LAYOUT */
form.standard.flex-row {
  margin: 0 -25px;
}

form.standard.flex-col {
  padding: 0 25px;
}

form.standard .row.tight {
  margin: 0 -5px;
}
form.standard .row.tight .col {
  padding: 0 5px;
}
form.standard .flex-row {
  margin: 0 -25px;
}
form.standard .flex-col {
  padding: 0 25px;
}
form.standard input[type=submit],
form.standard input[type=text],
form.standard input[type=email],
form.standard select,
form.standard textarea {
  display: block;
  margin-bottom: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  min-height: 35px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: solid 1px rgb(242, 242, 242);
  transition: background-color 200ms ease-in-out;
}
form.standard input[type=submit] {
  background-color: #59ba96;
  border: none;
}
form.standard input:focus,
form.standard textarea:focus {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.4);
}
form.standard input.error,
form.standard textarea.error {
  border-color: rgb(229, 51, 18);
}
form.standard input[type=submit] {
  width: auto;
  text-align: right;
  border: none;
  cursor: pointer;
  background-color: #59ba96;
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  min-height: 35px;
  line-height: 35px;
}
form.standard input[type=submit]:hover {
  background-color: #0066ca;
}
form.standard textarea {
  min-height: 170px;
}

form.standard fieldset {
  border: 0 solid rgb(255, 255, 255);
}

/* ------------------------------------------------- CONTACT FORM */
#zoekerForm .title,
#contactForm .title,
#salesForm .title {
  display: block;
  padding-bottom: 10px;
  line-height: 1.2em;
  font-size: 1.3rem;
}
#zoekerForm .dynamic-content > .row,
#contactForm .dynamic-content > .row,
#salesForm .dynamic-content > .row {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
}
#zoekerForm .dynamic-content > .row > .col,
#contactForm .dynamic-content > .row > .col,
#salesForm .dynamic-content > .row > .col {
  padding-left: 20px;
  padding-right: 20px;
}
#zoekerForm textarea,
#contactForm textarea,
#salesForm textarea {
  background-color: rgb(255, 255, 255);
}

.checks label,
.radios label {
  display: block;
  cursor: pointer;
}
.checks label input[type=radio],
.checks label input[type=checkbox],
.radios label input[type=radio],
.radios label input[type=checkbox] {
  display: block;
  float: left;
  margin: 6px 10px 0 0;
}
.checks label span,
.radios label span {
  display: block;
  float: left;
  width: calc(100% - 30px);
}
.checks label:after,
.radios label:after {
  content: "";
  display: table;
  clear: both;
}
.checks label:hover,
.radios label:hover {
  color: #0066ca;
}

/* -------------------------------------------------- ZOEKER FORM */
.hoofdfunctie {
  display: none;
  padding: 20px 0;
  background-color: #e5e5e5;
}
.hoofdfunctie.Wonen {
  display: block;
}

/* ------------------------------------------ HEADER - MAIN FIXED */
body.fixed-menu #site {
  padding-top: 123px;
}
body.fixed-menu header#header-main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8000;
  width: 100%;
}
body.fixed-menu header#header-main a.logo {
  padding: 9px 0;
}
/* ----------------------------------------------- HEADER - IMAGE */
#header-image {
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 770px) {
  #header-image {
    height: 300px;
  }
}

/* -------------------------------------------- HEADER - HOMEPAGE */
a.scroll-down,
a.scroll-up {
  display: inline-block;
  min-height: 35px;
  line-height: 35px;
  color: #9c9c9c;
  font-size: 0.95rem;
  text-decoration: none;
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

a.scroll-up {
  letter-spacing: 0;
}

a.scroll-down:hover,
a.scroll-up:hover {
  text-decoration: underline;
}

a.scroll-down:before,
a.scroll-up:after {
  content: "";
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background: url("../img/icon-scroll-down.svg") center center no-repeat scroll transparent;
}

a.scroll-up:after {
  margin-right: 0;
  margin-left: 10px;
  float: right;
  background: url("../img/icon-scroll-up.svg") center center no-repeat scroll transparent;
}

/* ------------------------------------------------------ SECTION */
section header {
  margin-bottom: 45px;
}
section header h1, section header h2, section header h3, section header h4, section header h5, section header h6 {
  margin-bottom: 3px;
}
section header p {
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
}
section header p b {
  font-weight: bold;
}
section header p time {
  line-height: 1.8em;
  font-size: 1.5rem;
}
section header p.big {
  font-size: 3rem;
}

article .dynamic-content,
section .dynamic-content {
  position: relative;
  padding: 0 55px 0 110px;
}
article .dynamic-content p img,
section .dynamic-content p img {
  display: block;
  width: 100%;
  height: auto;
}
article .dynamic-content h2 img,
section .dynamic-content h2 img {
  max-width: 100%;
  height: auto;
}

article .dynamic-content:before,
section .dynamic-content:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: rgb(71, 69, 66);
}

/* ------------------------------------------------------ BAR CTA */
.bar-cta {
  color: rgb(255, 255, 255);
  background-color: #0066ca;
}
.bar-cta .container {
  padding: 20px 0;
  text-align: center;
}
.bar-cta .container > * {
  display: inline-block;
}
.bar-cta .info {
  font-size: 1.1rem;
}
.bar-cta .info b {
  font-weight: 500;
}

.bar-cta.grey {
  color: rgb(71, 69, 66);
  background-color: #e5e5e5;
}
.bar-cta.grey a {
  color: rgb(71, 69, 66);
}

/* -------------------------------------- ZOEKERSFORMULIER WIDGET */
#zoekersformulier {
  display: none;
  padding: 30px;
  width: 700px;
  background-color: rgb(255, 255, 255);
}
@media only screen and (max-width: 770px) {
  #zoekersformulier {
    width: 100%;
  }
}
#zoekersformulier h2 {
  color: #0066ca;
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 770px) {
  #zoekersformulier h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#zoekersformulier .row {
  margin: 0 -30px;
}
#zoekersformulier .row .col {
  padding: 0 30px;
}
@media only screen and (max-width: 770px) {
  #zoekersformulier .row .col {
    padding: 0 20px;
  }
}
#zoekersformulier .col:last-of-type {
  border-left: 1px solid #cccccc;
}
#zoekersformulier input[type=text],
#zoekersformulier input[type=email],
#zoekersformulier select,
#zoekersformulier textarea {
  border-bottom: 1px solid rgb(71, 69, 66);
}
#zoekersformulier input[type=text].error,
#zoekersformulier input[type=email].error,
#zoekersformulier select.error,
#zoekersformulier textarea.error {
  border-bottom: 1px solid rgb(229, 51, 18);
}
#zoekersformulier input[type=submit] {
  margin: 0;
}
@media only screen and (max-width: 770px) {
  #zoekersformulier .size50 {
    width: 100%;
  }
}

#zoekersFormulier_output p {
  line-height: 1.3em;
}
#zoekersFormulier_output img {
  float: left;
  width: 40px;
  margin-right: 10px;
}
#zoekersFormulier_output > div {
  display: none;
}

#zoekersform_cta_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
#zoekersform_cta_overlay > div {
  padding: 25px;
  width: 400px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 4px 9px 14px rgba(0, 0, 0, 0.4);
}
#zoekersform_cta_overlay > div a.title {
  display: block;
  margin-bottom: 5px;
  color: #0066ca;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
#zoekersform_cta_overlay > div p {
  margin-bottom: 15px;
}
#zoekersform_cta_overlay > div p:last-of-type {
  margin-bottom: 0;
}
#zoekersform_cta_overlay > div a#closeMelding {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("../img/icon-close-cookie.png") center center no-repeat scroll transparent;
}
#zoekersform_cta_overlay > div a#closeMelding:hover {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
}

#contact_cta_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
#contact_cta_overlay > div {
  width: 100%;
  max-width: 550px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 4px 9px 14px rgba(0, 0, 0, 0.4);
}
#contact_cta_overlay > div .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  color: #0066ca;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
#contact_cta_overlay > div .title > div {
  display: flex;
  align-items: center;
}
#contact_cta_overlay > div p {
  margin-bottom: 15px;
}
#contact_cta_overlay > div p:last-of-type {
  margin-bottom: 0;
}
#contact_cta_overlay > div a#closeMelding {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("../img/icon-close-cookie.png") center center no-repeat scroll transparent;
}
#contact_cta_overlay > div a#closeMelding:hover {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
}
#contact_cta_overlay > div form {
  margin-top: 1rem;
}
#contact_cta_overlay > div form label {
  margin-bottom: 1rem;
  line-height: 1.2em;
  font-size: 1.1rem;
  display: block;
}
#contact_cta_overlay > div form label:last-of-type {
  margin-bottom: 0;
}
#contact_cta_overlay > div form label input[type=text],
#contact_cta_overlay > div form label input[type=tel] {
  min-height: 35px;
}
#contact_cta_overlay > div form label input,
#contact_cta_overlay > div form label textarea {
  background: white;
  width: 100%;
  display: block;
  margin-top: 0.2rem;
  border: solid 1px rgb(207, 207, 207);
  font-weight: normal;
  padding: 0.2rem;
}
#contact_cta_overlay > div form label textarea {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  padding: 0.2rem;
  font-weight: normal;
  min-height: 7rem;
}
#contact_cta_overlay > div form label textarea ::-moz-placeholder {
  font-family: arial;
}
#contact_cta_overlay > div form label textarea ::placeholder {
  font-family: arial;
}
#contact_cta_overlay > div form label textarea::-moz-placeholder {
  font-family: arial;
  font-weight: normal;
  font-size: 1rem;
}
#contact_cta_overlay > div form label textarea::placeholder {
  font-family: arial;
  font-weight: normal;
  font-size: 1rem;
}
#contact_cta_overlay > div form .cta-button {
  margin-top: 1rem;
  border: none;
  outline: none;
  align-self: flex-start;
}
#contact_cta_overlay.active {
  display: block;
}
#contact_cta_overlay .form_loading.group {
  display: none;
  margin-top: 1rem;
}
#contact_cta_overlay .form_loading.group p {
  display: flex;
  align-items: center;
}
#contact_cta_overlay .form_loading.group p img {
  width: 2rem;
  margin-right: 1rem;
}
#contact_cta_overlay .form_error.general {
  display: none;
  margin-top: 1rem;
}
#contact_cta_overlay .form_result {
  display: none;
  margin-top: 1rem;
}
#contact_cta_overlay input.error,
#contact_cta_overlay textarea.error {
  border-color: red;
}
#contact_cta_overlay input[type=submit] {
  cursor: pointer;
}
#contact_cta_overlay .close {
  position: absolute;
  right: 1.2rem;
  top: 1rem;
  z-index: 50;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
#contact_cta_overlay .close svg {
  color: #767676;
  width: 100%;
  height: 100%;
}
#contact_cta_overlay .close:hover {
  color: #0066ca;
}
#contact_cta_overlay .close:hover svg {
  color: inherit;
}
#contact_cta_overlay .contact-popup-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#contact_cta_overlay .contact-popup-body h3 {
  font-weight: 600;
  font-size: 1.6rem;
}
#contact_cta_overlay .contact-popup-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #e6e6e6;
  display: flex;
  font-size: 0.9rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  #contact_cta_overlay .contact-popup-footer {
    flex-direction: column;
  }
}
#contact_cta_overlay .contact-popup-footer .cta-button {
  font-size: 0.9rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 3rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  #contact_cta_overlay .contact-popup-footer .cta-button {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    margin-right: 1rem;
    font-size: 1rem;
  }
}
#contact_cta_overlay .contact-popup-footer .cta-button:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  #contact_cta_overlay .contact-popup-footer .cta-button:last-of-type {
    margin-bottom: 0;
  }
}
#contact_cta_overlay .contact-popup-footer .cta-button .icon {
  display: inline-flex;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}
#contact_cta_overlay .contact-popup-footer .other-link {
  align-self: center;
  font-size: 1rem;
  text-decoration: none;
  margin-left: 1rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
#contact_cta_overlay .contact-popup-footer .other-link:hover {
  color: #0066ca;
}
#contact_cta_overlay .contact-popup-footer .other-link:hover .icon {
  color: #0066ca;
}
#contact_cta_overlay .contact-popup-footer .other-link:hover .icon svg path {
  color: inherit;
}
#contact_cta_overlay .contact-popup-footer .other-link .icon {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
}
#contact_cta_overlay .contact-popup-footer .other-link .icon svg {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#contact_cta_overlay .contact-popup-form {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#contact_cta_overlay .contact-popup-form form {
  display: flex;
  flex-direction: column;
}
#contact_cta_overlay .contact-popup-form form label {
  font-size: 0.9rem;
  font-weight: normal;
}
#contact_cta_overlay .contact-popup-form form input, #contact_cta_overlay .contact-popup-form form textarea {
  margin-bottom: 1rem;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #b3b3b3;
  background-color: transparent;
  font-size: 1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  font-family: inherit;
  font-size: inherit;
}
#contact_cta_overlay .contact-popup-form form input::-moz-placeholder, #contact_cta_overlay .contact-popup-form form textarea::-moz-placeholder {
  font-size: 1rem;
}
#contact_cta_overlay .contact-popup-form form input::placeholder, #contact_cta_overlay .contact-popup-form form textarea::placeholder {
  font-size: 1rem;
}
#contact_cta_overlay .contact-popup-form form input.error, #contact_cta_overlay .contact-popup-form form textarea.error {
  border-color: rgb(229, 51, 18);
  color: rgb(229, 51, 18);
}
#contact_cta_overlay .contact-popup-form form textarea {
  border: solid 1px #b3b3b3;
  padding: 0.5rem;
  height: 6rem;
  margin-bottom: 1rem;
  line-height: 1.2rem;
  font-family: inherit;
  font-size: inherit;
}
#contact_cta_overlay .contact-popup-form form button[type=submit] {
  font-size: 0.9rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  padding-right: 3rem;
  cursor: pointer;
}
#contact_cta_overlay .contact-popup-form .success-message {
  font-weight: bold;
}

/* ---------------------------------------------------- EMPLOYEES */
section .employee-overview {
  padding-left: 0;
  padding-right: 0;
}
section .employee-overview .employee {
  margin-top: 5rem;
  margin-bottom: 8rem;
  padding: 3.5rem;
  background: rgb(255, 255, 255);
  border-radius: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .employee {
    padding: 2rem;
  }
}
section .employee-overview .employee:last-of-type {
  margin-bottom: 0;
}
section .employee-overview:before {
  display: none;
  padding-left: 0;
}
section .employee-overview .employee-header {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .employee-header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
}
section .employee-overview .employee-header .image {
  position: relative;
  width: 10rem;
  margin-right: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .employee-header .image {
    height: 5rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
section .employee-overview .employee-header .image img {
  position: absolute;
  display: block;
  width: 10rem;
  height: 10rem;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 100%;
  border: solid 5px rgb(255, 255, 255);
  transform: translateY(-6rem);
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .employee-header .image img {
    transform: translateY(-4rem);
  }
}
section .employee-overview .employee-header .name {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .employee-header .name {
    text-align: center;
  }
}
section .employee-overview .employee-header .function {
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .employee-header .function {
    text-align: center;
    line-height: 1.8rem;
  }
}
section .employee-overview .info {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info {
    flex-direction: column;
    padding-top: 0;
  }
}
section .employee-overview .info .description-left {
  flex: 1;
  margin-right: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .description-left {
    margin-right: 0;
    margin-bottom: 0;
  }
}
section .employee-overview .info .description-left .cta-button {
  text-transform: none;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-top: auto;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .description-left .cta-button {
    width: 100%;
  }
}
section .employee-overview .info .description-left .description-quote-icon {
  position: absolute;
  left: -1rem;
  top: -2rem;
  width: 6rem;
  height: 6rem;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .description-left .description-quote-icon {
    left: -0.4rem;
    top: -0.9rem;
    width: 4rem;
    height: 4rem;
  }
}
section .employee-overview .info .description-left .description-quote-icon svg {
  width: 100%;
  height: 100%;
}
section .employee-overview .info .description-left .description-quote-icon svg .st1 {
  fill: rgb(182, 182, 182);
  opacity: 0.2;
}
section .employee-overview .info .description-left .description-wrapper {
  position: relative;
  margin-bottom: 3rem;
  font-family: "Libre Baskerville", serif;
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-style: italic;
  font-weight: 400;
  z-index: 2;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .description-left .description-wrapper {
    max-width: 95%;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word;
    margin-bottom: 1.5rem;
  }
}
section .employee-overview .info .description-left .description-read-more {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .description-left .description-read-more {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d9d9d9;
  }
}
section .employee-overview .info .description-left .cta-button {
  text-transform: uppercase;
  background-position-x: 101%;
  transition: background-position 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .description-left .cta-button {
    line-height: 1.5rem;
  }
}
section .employee-overview .info .description-left .cta-button:hover {
  background-position-x: 100%;
}
section .employee-overview .info .contactgegevens {
  flex: 1;
  flex-direction: column;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .contactgegevens {
    border-top: 1px solid #d9d9d9;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
section .employee-overview .info .contactgegevens h3 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .contactgegevens h3 {
    text-align: center;
  }
}
section .employee-overview .info .contactgegevens .first-name {
  display: block;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .contactgegevens .first-name {
    text-align: center;
  }
}
section .employee-overview .info .contactgegevens .links {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .contactgegevens .links {
    flex-direction: row;
  }
}
section .employee-overview .info .contactgegevens .links a {
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .contactgegevens .links a {
    flex-direction: column;
    flex: 1;
  }
}
section .employee-overview .info .contactgegevens .links a:hover {
  text-decoration: underline;
}
section .employee-overview .info .contactgegevens .links a:last-of-type {
  margin-bottom: 0;
}
section .employee-overview .info .contactgegevens .links a .icon {
  width: 2.7rem;
  height: 2.7rem;
  display: block;
  margin-right: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .contactgegevens .links a .icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
section .employee-overview .info .contactgegevens .links a .icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .contactgegevens .links a .link-label {
    display: none;
  }
}
section .employee-overview .info .contactgegevens .links a .mobile-label {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  section .employee-overview .info .contactgegevens .links a .mobile-label {
    display: block;
  }
}

/* -------------------------------------------- EMPLOYEES DETAILS */
.employee-details-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper {
    flex-direction: column;
  }
}
.employee-details-wrapper .employee-photo {
  flex: 1;
  margin-right: 1rem;
  min-width: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-photo {
    height: 50vh;
    overflow: hidden;
    flex-basis: auto;
    margin-right: 0;
  }
}
.employee-details-wrapper .employee-photo img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  position: sticky;
  top: 3.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-photo img {
    max-height: none;
  }
}
.employee-details-wrapper .employee-info-wrapper {
  flex: 2.5;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.employee-details-wrapper .employee-info-wrapper .employee-header-wrapper {
  background: gray;
  color: rgb(255, 255, 255);
  padding: 5rem;
  padding-right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-header-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-header-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/medewerkers-header-overlay.png");
  background-repeat: repeat-y;
  background-position: left middle;
  z-index: 2;
}
.employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-quote-icon {
  position: absolute;
  z-index: 3;
  width: 5rem;
  height: 5rem;
  left: 3rem;
  top: 3rem;
}
.employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-name {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-name {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-function {
  font-size: 1.3rem;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-function {
    margin-bottom: 3rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-quote-wrapper {
  position: relative;
}
.employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-quote-wrapper .employee-quote-icon {
  position: absolute;
  z-index: 2;
  opacity: 0.25;
  left: -1.2rem;
  top: -0.5rem;
  width: 7rem;
  height: 7rem;
}
.employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-quote-wrapper .employee-quote-text {
  z-index: 4;
  position: relative;
  font-size: 3rem;
  line-height: 4rem;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-header-wrapper .employee-quote-wrapper .employee-quote-text {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-header-content-wrapper {
  z-index: 4;
  position: relative;
  max-width: 45rem;
}
.employee-details-wrapper .employee-info-wrapper .employee-usps ul {
  list-style-position: inside;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  margin-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-usps ul {
    flex-direction: column;
    font-size: 1.2em;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-usps ul li {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: inline-flex;
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-usps ul li {
    white-space: normal;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-usps ul li::before {
  content: "•";
  margin-right: 0.3rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-usps ul li::before {
    margin-right: 0.8rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-usps ul li:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper {
  padding-top: 5rem;
  padding-left: 5rem;
  padding-bottom: 5rem;
  background-color: #F2F2F2;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter {
  max-width: 47rem;
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter h2 {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter h2 {
    line-height: 1.5rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter hr {
  width: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter p {
    font-size: 1.1rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter .quote {
  font-size: 2.8rem;
  line-height: 3.1rem;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-top: solid 1px rgb(182, 182, 182);
  border-bottom: solid 1px rgb(182, 182, 182);
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter .quote {
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter .quote:after {
  content: "";
  background-image: url("/img/icon-quote-dar.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 7rem;
  height: 7rem;
  left: 2rem;
  top: 1.5rem;
  opacity: 0.1;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter .quote:after {
    top: 1.5rem;
    left: 0.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter .employee-details-back-link {
  margin-left: 3rem;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter .employee-details-back-link img {
  margin-right: 1rem;
  transition: transform ease-in-out 0.15s;
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter .employee-details-back-link:hover {
  color: rgb(71, 69, 66);
  text-decoration: underline;
}
.employee-details-wrapper .employee-info-wrapper .employee-content-wrapper .employee-content-limiter .employee-details-back-link:hover img {
  transform: translateX(-0.3rem);
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper {
  background-color: rgb(255, 255, 255);
  padding: 3rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper h3 em {
  font-weight: 400;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-social-bar {
  display: flex;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #cfcfcf;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-social-bar {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-social-bar a {
  margin-right: 2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-social-bar a {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-social-bar a img {
  margin-right: 0.5rem;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-social-bar a:last-of-type {
  margin-right: 0;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-social-bar a:hover span {
  text-decoration: underline;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper {
  display: flex;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper {
    flex-direction: column;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .one {
  flex: 1;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left {
  display: flex;
  flex-direction: column;
  margin-right: 3rem;
  flex-shrink: 0;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=text],
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=email],
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=tel] {
  padding: 0.7rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
  border: none;
  border-bottom: solid 1px #cfcfcf;
  font-size: 600;
  font-family: inherit;
  width: 100%;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=text]::-moz-placeholder, .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=email]::-moz-placeholder, .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=tel]::-moz-placeholder {
  font-family: inherit;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=text]::placeholder,
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=email]::placeholder,
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=tel]::placeholder {
  font-family: inherit;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=text]:last-of-type,
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=email]:last-of-type,
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=tel]:last-of-type {
  margin-bottom: 0;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=text].error,
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=email].error,
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=tel].error {
  border-color: rgb(229, 51, 18);
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=text].error::-moz-placeholder, .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=email].error::-moz-placeholder, .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=tel].error::-moz-placeholder {
  color: rgb(229, 51, 18);
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=text].error::placeholder,
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=email].error::placeholder,
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-left input[type=tel].error::placeholder {
  color: rgb(229, 51, 18);
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-right textarea {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: solid 1px #cfcfcf;
  font-family: inherit;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-right textarea {
    min-height: 12rem;
  }
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-right textarea.error {
  border-color: rgb(229, 51, 18);
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-right textarea.error::-moz-placeholder {
  color: rgb(229, 51, 18);
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-column-wrapper .employee-form-right textarea.error::placeholder {
  color: rgb(229, 51, 18);
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-button-bar {
  display: flex;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-button-bar button {
  display: flex;
  align-items: center;
  margin-left: auto;
  outline: none;
  border: none;
  background: none;
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-button-bar button img {
  margin-left: 0.5rem;
  transition: transform ease-in-out 0.15s;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-button-bar button:hover {
  text-decoration: underline;
}
.employee-details-wrapper .employee-info-wrapper .employee-form-wrapper .employee-form-button-bar button:hover img {
  transform: translateX(0.3rem);
}

/* ------------------------------------------------- TOGGLE LINKS */
.toggle-links a {
  display: block;
  float: left;
  line-height: 40px;
  height: 40px;
  color: rgb(71, 69, 66);
  text-decoration: none;
  background-color: #e5e5e5;
}
.toggle-links a:hover {
  color: rgb(255, 255, 255);
  background-color: #0066ca;
}
.toggle-links a.active {
  color: rgb(71, 69, 66);
  background-color: rgb(255, 255, 255);
  cursor: default;
}
.toggle-links a:first-of-type {
  padding: 0 15px 0 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.toggle-links a:last-of-type {
  padding: 0 20px 0 15px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.toggle-links:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------------------------------ CONTACT */
body.contact table tr td {
  padding-right: 15px;
  width: 33.3333%;
}

/* -------------------------------------------------------- ASIDE */
/* ------------------------------------------------------- BANNER */
a.banner {
  display: block;
  margin-bottom: 40px;
}
a.banner img {
  display: block;
  width: 100%;
  border: 0 solid rgb(255, 255, 255);
}

/* ------------------------------------------- WIDGET BUITENSTATE */
.widget.buitenstate img {
  float: left;
  display: block;
  width: 100px;
  margin: 0 15px 10px 0;
}

/* ------------------------------------------- WIDGET NIEUWSBRIEF */
#nieuwsbriefForm .output_error {
  display: none;
}

.inline-form ::-webkit-input-placeholder,
.widget.newsletter ::-webkit-input-placeholder {
  font-style: italic;
  font-size: 0.9rem;
}
.inline-form :-moz-placeholder,
.widget.newsletter :-moz-placeholder {
  font-style: italic;
  font-size: 0.9rem;
}
.inline-form ::-moz-placeholder,
.widget.newsletter ::-moz-placeholder {
  font-style: italic;
  font-size: 0.9rem;
}
.inline-form :-ms-input-placeholder,
.widget.newsletter :-ms-input-placeholder {
  font-style: italic;
  font-size: 0.9rem;
}
.inline-form form input,
.widget.newsletter form input {
  display: block;
  float: left;
  width: calc(100% - 45px);
  height: 35px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  border: 0 solid rgb(255, 255, 255);
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
}
.inline-form label,
.widget.newsletter label {
  display: block;
  float: left;
  margin-right: 10px;
  height: 35px;
  line-height: 38px;
  font-family: "Kanit", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
}
.inline-form form input[type=email],
.widget.newsletter form input[type=email] {
  border-bottom: 1px solid darkgray;
}
.inline-form form input[type=email]:focus,
.widget.newsletter form input[type=email]:focus {
  border-color: #0066ca;
}
.inline-form form input[type=email].error,
.widget.newsletter form input[type=email].error {
  border-color: rgb(229, 51, 18);
}
.inline-form form input[type=submit],
.widget.newsletter form input[type=submit] {
  margin-left: 10px;
  width: 35px;
  text-indent: -9999px;
  background: url("../img/button-submit.svg") center center no-repeat scroll transparent;
  cursor: pointer;
}
.inline-form form input.loading[type=submit],
.inline-form form input.loading[type=submit]:hover,
.widget.newsletter form input.loading[type=submit],
.widget.newsletter form input.loading[type=submit]:hover {
  background: url("../img/button-submit-loading.svg") center center no-repeat scroll transparent;
  background-size: 90% auto;
}
.inline-form form input.succes[type=submit],
.inline-form form input.succes[type=submit]:hover,
.widget.newsletter form input.succes[type=submit],
.widget.newsletter form input.succes[type=submit]:hover {
  background: url("../img/vink-green.svg") center center no-repeat scroll transparent;
  background-size: 85% auto;
}
.inline-form form input[type=submit]:hover,
.widget.newsletter form input[type=submit]:hover {
  background-image: url("../img/button-submit-hover.svg");
}
.inline-form form input.search[type=submit],
.widget.newsletter form input.search[type=submit] {
  background-image: url("../img/button-search.svg");
}
.inline-form form input.search[type=submit]:hover,
.widget.newsletter form input.search[type=submit]:hover {
  background-image: url("../img/button-search-hover.svg");
}

/* ------------------------------------------- DIGITALE PRODUCTEN */
.row.products {
  margin: 0 -10px;
}
.row.products .col {
  padding: 0 10px;
}
.row.products a.product-button {
  position: relative;
  display: block;
  padding-bottom: 75%;
  height: 0;
  color: rgb(0, 0, 0);
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
.row.products a.product-button .label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 5px 10px;
  width: 100%;
  font-weight: 500;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
}

.main-content .dynamic-content #contactForm {
  border-top: 1px solid #cfcfcf;
  margin-top: 3rem;
  padding-top: 3rem;
}
.main-content .dynamic-content #contactForm .dynamic-content {
  padding-left: 0;
  padding-right: 0;
}
.main-content .dynamic-content #contactForm .dynamic-content:before {
  display: none;
}
.main-content .dynamic-content ul.usps {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 100%;
  margin-left: 0;
}
.main-content .dynamic-content ul.usps li {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  padding-left: 30px;
  background: url("../img/vink.svg") left 3px scroll no-repeat transparent;
  background-size: 2%;
}
.main-content .dynamic-content ul.usps li:last-of-type {
  margin-right: 0;
}
.main-content .dynamic-content ul.usps-pri {
  list-style-type: none;
  margin-left: 0;
}
.main-content .dynamic-content ul.usps-pri li {
  display: flex;
  align-items: center;
}
.main-content .dynamic-content ul.usps-pri li:before {
  display: inline-block;
  content: "";
  background-image: url("../img/icon-checkmark-pri.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-right: 0.7rem;
}

/* ---------------------------------------------------------- ZUT */
.cc-message {
  font-size: 0.8em;
}

.video-block-wrapper {
  background: #fafafa;
  padding-top: 1em;
  padding-bottom: 5em;
}

.video-wrapper video {
  width: 100%;
  height: auto;
}

.video-wrapper {
  position: relative;
}

.video-wrapper > video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  transition: opacity 150ms;
}

.video-overlay-play-button:hover {
  opacity: 1;
}

.video-overlay-play-button.is-hidden {
  display: none;
}

.object.overview .video-wrapper.container {
  padding-left: 0;
  padding-right: 0;
}

.video-wrapper.container {
  padding-left: 0;
  padding-right: 0;
}

.object.video {
  position: relative;
}

.object-button-video {
  position: absolute;
  display: block;
  padding: 0 30px 0 20px;
  min-height: 35px;
  width: auto;
  line-height: 35px;
  color: white;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #474542;
  top: 0;
  right: 0;
}

@media screen and (max-width: 500px) {
  .cc-window {
    padding: 1em !important;
    line-height: 1.3em;
  }
  .mobilehide {
    display: none;
  }
  .cc-message {
    font-size: 0.8em;
    line-height: 1.3em;
  }
}
@media screen and (max-height: 480px) {
  .cc-window {
    line-height: 1.1em;
  }
}
.sticky-widget {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  display: block;
  z-index: 5;
}
.sticky-widget .cta-button {
  width: auto;
  min-width: auto;
  background-image: none;
  background: #59ba96;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  animation-name: bounce-animation;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  transition: 0.15s ease-in-out background-color;
}
.sticky-widget .cta-button:hover {
  background: #0066ca;
}
.sticky-widget .cta-button svg {
  width: 1.3rem;
  height: 1.3rem;
  color: rgb(255, 255, 255);
}
@keyframes bounce-animation {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  7% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  14% {
    transform: scale(0.9, 1.1) translateY(-35px);
  }
  21% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  28% {
    transform: scale(1, 1) translateY(-7px);
  }
  35% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.svg-facebook.footer {
  display: inline-block;
  margin-bottom: -13px;
  margin-right: 5px;
  background-image: url("../img/facebook-outline-light.svg");
  width: 35px !important;
  height: 35px !important;
}

.social-share {
  display: inline-block;
  margin-bottom: -13px;
  margin-right: 5px;
  width: 35px !important;
  height: 35px !important;
}

.svg-facebook {
  background-image: url("../img/facebook-outline.svg");
}

.svg-whatsapp {
  background-image: url("../img/whatsapp-outline.svg");
}

.svg-linkedin {
  background-image: url("../img/linkedin-outline.svg");
}

.vimeo-embed-container,
.video-embed-wrapper,
.youtube-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  background: rgba(53, 45, 45, 0.2);
}
.vimeo-embed-container iframe,
.vimeo-embed-container object,
.vimeo-embed-container embed,
.video-embed-wrapper iframe,
.video-embed-wrapper object,
.video-embed-wrapper embed,
.youtube-embed-wrapper iframe,
.youtube-embed-wrapper object,
.youtube-embed-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quote {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  font-family: "Kanit", sans-serif;
  font-style: italic;
}
.quote:before {
  position: absolute;
  content: '"';
  display: block;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 1rem;
  font-family: "Kanit", sans-serif;
  font-style: italic;
  font-size: 3.5rem;
  line-height: 3.5rem;
}

#salesForm.service-contact-form {
  margin-top: 1.5rem;
}
#salesForm.service-contact-form .title {
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#salesForm.service-contact-form .col.flex {
  display: flex;
}
#salesForm.service-contact-form .col.flex input[type=submit] {
  color: #fff;
  width: auto;
  min-width: 15rem;
  margin-left: auto;
  text-align: left;
}
#salesForm.service-contact-form input {
  border-bottom-color: #a9a9a9;
}

.viewing {
  left: 0 !important;
  top: -3rem !important;
  border-radius: 10px;
}

.labelText {
  font-size: 1rem;
}

.labelColor {
  color: white !important;
  background-color: #ffaa2c !important;
}

/* CSS Document */
/* ------------------------------------------------ HEADER HEIGHT */
@media only screen and (max-height: 620px) {
  /* -------------------------------------------- HEADER - HOMEPAGE */
  #header-homepage #header-standard .header-title {
    padding: 0 25px 10px 25px;
  }
} /* END HEADER HEIGHT */
/* ------------------------------------------------ LARGE SCREENS */
/* END LARGE SCREENS */
/* ------------------------------------------------------ DESKTOP */
/* END DESKTOP */
/* -------------------------------------------- IPAD PRO - RETINA */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (max-width: 1370px) {
  /* ---------------------------------------- IPAD PRO - BIG HEADER */
  #header-homepage {
    background-attachment: scroll;
  }
} /* IPAD PRO - RETINA */
/* --------------------------------------------------------- IPAD */
@media only screen and (max-width: 1200px) {
  header#header-main .container,
  .container {
    width: 100%;
    padding: 0 20px;
  }
  /* --------------------------------------------------- IPAD - NAV */
  nav#nav-main ul li a {
    margin: 0;
  }
  /* -------------------------------------------------- IPAD - TYPE */
  h1 {
    font-size: 2.2rem;
  }
  p.intro {
    font-size: 1.2rem;
  }
  /* -------------------------------------------- IPAD - BIG HEADER */
  #header-homepage {
    background-attachment: scroll;
    background-color: rgb(71, 69, 66);
  }
  /* ---------------------------------------------- IPAD - HOMEPAGE */
  a.scroll-up:after {
    margin-left: 5px;
  }
  .homepage-info ul.usps li {
    font-size: 1rem;
  }
  /* ------------------------------------------------ IPAD - LAYOUT */
  article .dynamic-content,
  section .dynamic-content {
    padding: 0 55px 0 0;
  }
  article .dynamic-content:before,
  section .dynamic-content:before {
    display: none;
  }
  .cta-button {
    min-width: 0;
  }
  /* --------------------------------------- IPAD - AANBOD OVERVIEW */
  .object-tabs .col.size75 {
    padding-left: 50px;
  }
  .object.overview .main-content > div > div.flex-col.size25 {
    width: 30%;
  }
  .object.overview .main-content > div > div.flex-col.size75 {
    width: 70%;
  }
  .object.overview #object-overview .object {
    min-height: 300px;
  }
  .object.overview #object-overview .object .image {
    width: 60%;
  }
  .object.overview #object-overview .object .info {
    width: 40%;
  }
  .object.overview #object-overview .object .info .icons {
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 30px;
  }
  .object.overview .toggle-links a:first-of-type,
  .object.overview .toggle-links a:last-of-type {
    padding: 0 10px;
  }
  /* ----------------------------------------- IPAD - AANBOD DETAIL */
  body.object.detail #header-homepage {
    background-size: 100% auto;
  }
  body.object.detail #header-homepage #header-standard .header-title .price {
    margin-bottom: 20px;
  }
  /* ------------------------------------------------ IPAD - BOTTOM */
  .hide-tablet {
    display: none !important;
  }
} /* END IPAD */
/* -------------------------------------------------- IPAD STAAND */
@media only screen and (max-width: 770px) {
  /* ----------------------------------------- IPAD STAAND - LAYOUT */
  .flex-col.left-col {
    padding-right: 20px;
  }
  .flex-col.left-col nav#nav-sub ul li.active a,
  .flex-col.left-col nav#nav-sub ul li a:hover {
    margin-right: -41px;
  }
  /* --------------------------------------- IPAD STAAND - NAV MAIN */
  nav#nav-main {
    float: right;
    position: relative;
  }
  nav#nav-main ul {
    display: none;
    position: absolute;
    top: 86px;
    right: 0;
    background-color: rgb(71, 69, 66);
    transition: top 150ms ease-in-out;
  }
  nav#nav-main ul li {
    float: none;
  }
  nav#nav-main ul li a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    min-width: 200px;
    line-height: 1.4em;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    border-bottom: 1px solid rgb(207, 207, 207);
  }
  nav#nav-main ul li:last-of-type a {
    border-bottom: 0 solid rgb(207, 207, 207);
  }
  nav#nav-main ul li.active a {
    background-color: #0066ca;
  }
  nav#nav-main .mobile-toggle-menu {
    display: block;
    position: relative;
    top: 36px;
    right: 0;
    z-index: 600;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("../img/icon-hamburger.svg") center center no-repeat scroll transparent;
    transition: top 150ms ease-in-out;
  }
  nav#nav-main .mobile-toggle-menu.active {
    background: url("../img/icon-hamburger-active-cross.svg") center center no-repeat scroll transparent;
  }
  body.fixed-menu nav#nav-main ul {
    top: 58px;
  }
  body.fixed-menu nav#nav-main .mobile-toggle-menu {
    top: 8px;
  }
  /* -------------------------------- IPAD STAAND - HEADER BAR HOME */
  #header-bar-home .row > .col.size33 {
    width: 50%;
  }
  #header-bar-home #home-search-aanbod {
    width: 100%;
  }
  /* ---------------------------------- IPAD STAAND - HOMEPAGE CATS */
  .homepage-cats .size33 {
    width: 50%;
  }
  .homepage-cats a.item .button {
    width: 100%;
  }
  /* ---------------------------------- IPAD STAAND - HOMEPAGE INFO */
  .homepage-info h1 {
    margin-bottom: 30px;
    line-height: 1.4em;
    font-size: 1.3rem;
  }
  .homepage-info .size65,
  .homepage-info .size35 {
    width: 50%;
  }
  .homepage-info .size65 .size50,
  .homepage-info .size35 .size50 {
    width: 100%;
    float: none;
  }
  /* -------------------------------- IPAD STAAND - AANBOD OVERVIEW */
  .object-tabs .col.size25 {
    display: none;
  }
  .object-tabs .col.size75 {
    float: none;
    width: 100%;
  }
  body.object.overview .toggle-filter {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  body.object.overview .filter-col-content {
    display: none;
  }
  body.object.overview .flex-col.left-col {
    padding-right: 50px;
  }
  body.object.overview .flex-row {
    display: block;
  }
  body.object.overview .flex-row .flex-col {
    display: block;
    float: none;
  }
  body.object.overview .main-content > div > div.flex-col.size25,
  body.object.overview .main-content > div > div.flex-col.size75 {
    width: 100%;
    clear: both;
  }
  body.object.overview .main-content > div > div.flex-col.size25 #form-filter,
  body.object.overview .main-content > div > div.flex-col.size75 #form-filter {
    float: left;
    width: calc(50% - 25px);
  }
  body.object.overview .main-content > div > div.flex-col.size25 .widgets,
  body.object.overview .main-content > div > div.flex-col.size75 .widgets {
    float: right;
    width: calc(50% - 25px);
  }
  #object-overview .object .object-button {
    width: calc(100% + 15px);
  }
  /* ---------------------------------- IPAD STAAND - AANBOD DETAIL */
  body.object.detail #header-homepage {
    background-size: auto 100%;
  }
  body.object.detail #object-info section {
    padding: 0;
  }
  body.object.detail .main-content > .row {
    width: 100%;
  }
  body.object.detail .more-button .size20 {
    display: none;
  }
  body.object.detail .more-button .size60 {
    float: none;
    width: 100%;
  }
  /* ----------------------------------------- IPAD STAAND - FOOTER */
  footer .col.logos a img {
    height: 30px;
  }
  footer .disclaimer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* --------------------------------- IPAD STAAND - ACTUEEL DETAIL */
  body.actueel.detail .flex-row {
    display: block;
  }
  body.actueel.detail .flex-col {
    float: none;
    width: 100%;
    border: 0 solid rgb(255, 255, 255);
  }
  body.actueel.detail article .dynamic-content,
  body.actueel.detail section .dynamic-content {
    padding: 0;
  }
  .cta-button.back {
    line-height: 35px;
  }
  /* ---------------------------------------- IPAD STAAND - CONTACT */
  body.contact .flex-row {
    display: block;
  }
  body.contact .flex-row .flex-col {
    width: 100%;
  }
  body.contact .flex-row .flex-col.left-col {
    display: none;
  }
  /* ----------------------------------------- IPAD STAAND - BOTTOM */
  .hide-tablet-portrait {
    display: none !important;
  }
  /* ----------------------------- IPAD STAAND - WIDGET BUITENSTATE */
  .widget.buitenstate img {
    width: 70px;
  }
} /* END IPAD STAAND */
/* ------------------------------------------------------- IPHONE */
@media only screen and (max-width: 767px) {
  #site {
    overflow-x: hidden;
  }
  /* ---------------------------------------------- IPHONE - LAYOUT */
  form.flex-wrap > .size50,
  section .row > .size50,
  #object-info-tabs .row > .size50 {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  article .dynamic-content,
  section .dynamic-content {
    padding: 0;
  }
  .flex-row {
    display: block;
  }
  .flex-row .flex-col.left-col {
    padding: 0 50px;
  }
  .flex-row .flex-col {
    width: 100%;
  }
  .flex-row .flex-col .widgets {
    display: none;
  }
  .flex-row .flex-col nav#nav-sub ul li.active a,
  .flex-row .flex-col nav#nav-sub ul li a:hover {
    margin-right: 0;
  }
  nav#nav-sub {
    margin-bottom: 10px;
  }
  nav#nav-sub ul li a {
    margin-bottom: 0;
  }
  .container.main-content {
    padding-top: 30px;
  }
  /* ----------------------------------------- IPHONE - HEADER MAIN */
  section header {
    margin-bottom: 20px;
  }
  header#header-main a.logo {
    padding: 25px 0;
    width: 50%;
  }
  nav#nav-main .mobile-toggle-menu {
    top: 0;
  }
  nav#nav-main ul {
    top: 83px;
  }
  body.fixed-menu nav#nav-main .mobile-toggle-menu {
    top: 5px;
  }
  body.fixed-menu nav#nav-main ul {
    top: 55px;
  }
  /* ---------------------------------------------- IPHONE - HEADER */
  #header-homepage #header-standard .header-title {
    left: 0;
    border-left: 0 solid rgb(255, 255, 255);
    width: 100%;
  }
  #header-homepage #header-standard .header-title .title {
    font-size: 2.9rem;
  }
  #header-bar-home .row > .col.size33 {
    width: 100%;
  }
  /* --------------------------------------- IPHONE - HOMEPAGE INFO */
  .homepage-info > .flex-row {
    display: block;
  }
  .homepage-info .size65,
  .homepage-info .size35 {
    float: none;
    width: 100%;
  }
  .homepage-info .size65 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(207, 207, 207);
  }
  .full-width {
    width: 100% !important;
  }
  .video-block-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .homepage-buitenstate .flex-col {
    flex-direction: column;
  }
  /* --------------------------------------- IPHONE - HOMEPAGE CATS */
  .homepage-cats a.item {
    margin-bottom: 20px;
  }
  .homepage-cats .size33 {
    width: 100%;
    float: none;
  }
  /* ------------------------------------- IPHONE - AANBOD OVERVIEW */
  .object-tabs ul {
    display: flex;
    justify-content: space-between;
  }
  .object-tabs ul li:last-of-type {
    margin-right: 0;
  }
  .object-tabs ul li a {
    letter-spacing: 0;
    padding: 13px 15px;
    background: none;
  }
  body.object.overview .overview-settings {
    display: none;
  }
  body.object.overview .filter-col-content .widgets {
    display: none;
  }
  body.object.overview .flex-row > .size25.left-col {
    padding-right: 50px;
  }
  body.object.overview .main-content > div > div.flex-col.size25 #form-filter {
    width: 100%;
  }
  body.object.overview #object-overview .object {
    display: block;
  }
  body.object.overview #object-overview .object .image {
    display: block;
    float: none;
    width: 100%;
    height: 270px;
    background-size: cover;
  }
  body.object.overview #object-overview .object .info {
    display: block;
    float: none;
    padding-bottom: 60px;
    height: auto;
    width: 100%;
  }
  body.object.overview #object-overview .object .info .title {
    margin-bottom: 15px;
  }
  body.object.overview #object-overview .object .object-button {
    width: calc(100% + 15px);
  }
  body.object.overview #object-overview .object .object-inner {
    flex-direction: column;
  }
  /* --------------------------------------- IPHONE - AANBOD DETAIL */
  body.object.detail #header-homepage #header-standard .header-title .title {
    font-size: 1.7rem;
  }
  body.object.detail #video {
    top: 25%;
  }
  body.object.detail .main-content > .row > .col.size50 {
    float: none;
    padding: 0;
    width: 100%;
  }
  body.object.detail .main-content > .row > .col.size50 table {
    margin-bottom: 50px;
  }
  body.object.detail .more-button .size60 {
    padding: 0;
  }
  body.object.detail #royal-slider {
    height: 300px;
  }
  body.object.detail .bottom-widgets .widget {
    float: none;
    width: 100%;
  }
  /* ------------------------------------------- IPHONE - EMPLOYEES */
  section .employee-overview {
    padding-right: 0;
  }
  section .employee-overview .employee {
    margin-bottom: 40px;
  }
  section .employee-overview .image {
    float: none;
    width: 100%;
  }
  section .employee-overview .info p {
    line-height: 1.5em;
    font-size: 0.9rem;
    margin-bottom: 13px;
  }
  section .employee-overview .info p.contactgegevens a {
    color: #a3a2a1;
  }
  section .employee-overview .info .name {
    display: block;
    font-size: 1.4em;
    font-weight: 500;
  }
  section .employee-overview .info .function {
    font-size: 1.2em;
  }
  /* --------------------------------------------- IPHONE - CONTACT */
  body.contact table.bedrijfsgegevens {
    display: block;
    width: 100%;
  }
  body.contact table.bedrijfsgegevens * {
    display: block;
    width: 100%;
  }
  body.contact table.bedrijfsgegevens td {
    margin-bottom: 40px;
    float: left;
    width: 50%;
  }
  body.contact table.bedrijfsgegevens td:first-of-type {
    float: none;
    width: 100%;
  }
  /* ---------------------------------------------- IPHONE - FOOTER */
  footer p.size50 {
    width: 100%;
  }
  footer .col.logos,
  footer .col.disclaimer {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .col.disclaimer {
    padding-top: 20px;
  }
  #header-top {
    padding: 10px 0;
    height: auto;
    line-height: 1.2em;
  }
  #header-top #cookie {
    margin-bottom: 10px;
  }
  #header-top nav#nav-top ul {
    height: auto;
    line-height: 1.2em;
    text-align: center;
  }
  #header-top nav#nav-top ul li {
    display: inline;
    float: none;
  }
  #header-top nav#nav-top ul li a {
    display: inline;
    margin: 0;
  }
  #zoekersform_cta_overlay > div {
    width: 94%;
  }
  #zoekersform_cta_overlay > div a.title {
    font-size: 1.3rem;
  }
} /* END IPHONE */
/* ------------------------------------------------ IPHONE STAAND */
/* END IPHONE STAAND */
.referentie_tabelrij img {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .referentie_tabelrij {
    display: block;
    margin-bottom: 5%;
    margin-top: 15%;
  }
  img {
    border-radius: 20px;
  }
}/*# sourceMappingURL=screen.css.map */