@font-face {
  font-family: "robinia_font";
  src: url("../fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("../fonts/proximanova-extrabold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "robinia_font";
  src: url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "robinia_font";
  src: url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/font-awesome/fa-brands-400.eot");
  src: url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "robinia-chevrons";
  src: url("../fonts/chevrons.eot");
  src: url("../fonts/chevrons.eot#iefix") format("embedded-opentype"), url("../fonts/chevrons.ttf") format("truetype"), url("../fonts/chevrons.woff") format("woff"), url("../fonts/chevrons.svg#chevrons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@keyframes subtilefadeIn {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  50% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes subtilefadeInFast {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes subtilefadeInUpFast {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.subtileFadeIn {
  animation: subtilefadeIn ease 2s;
}

.subtileFadeInFast {
  animation: subtilefadeIn ease 1s;
}

.subtileFadeInUpFast {
  animation: subtilefadeInUpFast ease 3s;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none !important;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  outline: none;
}

li, a, span {
  transition: 0.2s;
}

html, body {
  background: white;
  font-family: "robinia_font", sans-serif;
  font-weight: 400;
  color: #3B3B3B;
}

strong {
  font-size: inherit;
  font-style: inherit;
  display: inline;
  color: inherit;
}

p a, p em, p i {
  font-size: inherit;
  color: inherit;
}

p a {
  text-decoration: underline;
  font-weight: inherit;
}

a {
  cursor: pointer;
  transition: opacity 0.5s;
}

button {
  cursor: pointer;
}

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 5;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-box {
  width: 30px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #120C69;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

section.header-wrapper {
  background: white;
  z-index: 11;
  top: 0;
  transition: 0.1s linear background;
  position: sticky;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
section.header-wrapper:before, section.header-wrapper:after {
  background: white;
  width: 3.5rem;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
section.header-wrapper:before {
  left: 0;
}
section.header-wrapper:after {
  right: 0;
}
body.hamburger-visible section.header-wrapper {
  background: transparent;
}
section.header-wrapper .header-container {
  display: flex;
  flex-direction: row;
  height: 11.6rem;
  position: relative;
  transition: height 0.4s ease-out;
  margin: 0 auto;
  max-width: 144rem;
}
section.header-wrapper > div {
  position: relative;
  z-index: 2;
}
section.header-wrapper .header-left {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.4s linear opacity;
}
section.header-wrapper .header-left .header-logo {
  display: inline-block;
  vertical-align: top;
}
section.header-wrapper .header-left .header-logo img {
  width: auto;
  height: 5.9487179487rem;
  transition: 0.4s ease-in-out;
}
section.header-wrapper .header-right-container {
  width: 100%;
  height: inherit;
}
section.header-wrapper .header-right-container .header-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
}
section.header-wrapper .header-right-container .header-right .header-right-inner {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  font-size: 1.7rem;
}
section.header-wrapper .header-right-container .header-right .header-right-inner nav.header-menu {
  position: relative;
}
section.header-wrapper .hm-toggle {
  display: none;
}
@media screen and (min-width: 767px) {
  body.header-state-alt section.header-wrapper {
    background: rgb(255, 255, 255);
  }
  body.header-state-alt section.header-wrapper .header-container {
    height: 5.8rem;
  }
  body.header-state-alt section.header-wrapper .header-left .header-logo img {
    height: 4.7346938776rem;
  }
}

.site-footer {
  font-size: 1.4rem;
}
.site-footer p {
  font-size: inherit;
}
.site-footer .section-footer {
  background: transparent;
  padding-top: 0;
}
.site-footer .footer-menu {
  text-align: center;
}
.site-footer .footer-menu a {
  font-size: 1.4rem;
  padding: 0 2rem;
}
.site-footer .footer-address {
  line-height: 2.2rem;
  text-align: center;
}
.site-footer .footer-address table {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-address table {
    flex-direction: row;
  }
}
.site-footer .footer-address table td {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-address table td {
    display: block;
    padding-bottom: 2rem;
  }
}
.site-footer .footer-address h3 {
  font-size: 1.4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-address h3 {
    padding-bottom: 2rem;
  }
}
.site-footer .footer-address strong {
  padding-bottom: 1rem;
}
.site-footer .footer-address p {
  padding-bottom: 1rem;
}
.site-footer .footer-address a {
  color: #C49A6C;
  font-weight: 700;
  text-decoration: underline;
}
.site-footer .footer-address a:hover {
  color: #120C69;
}
.site-footer .footer-address strong {
  font-weight: 700;
}
.site-footer .footer-logo {
  text-align: center;
  padding-top: 5.6rem;
}
.site-footer .footer-logo img {
  height: 4.8rem;
  width: auto;
}
.site-footer .footer-bottom {
  padding: 1rem 3.5rem;
  background: rgb(241.75, 241.75, 241.75);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-footer .footer-bottom * {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}
.site-footer .footer-bottom ul li {
  display: inline-block;
  vertical-align: top;
}
.site-footer .footer-bottom ul li:not(:last-child):after {
  content: "|";
}
.site-footer .footer-bottom a {
  color: #606060;
  text-decoration: underline;
}
.site-footer .footer-bottom a:hover {
  color: #C49A6C;
}

body.single .site-footer .page-section-inner ul {
  margin: 0;
}
body.single .site-footer .page-section-inner li {
  padding: 0;
}

.footer-social-media {
  padding: 2rem 0;
  text-align: center;
}
.footer-social-media a {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 4rem;
  width: 4rem;
  background: transparent !important;
  line-height: 4rem;
}
.footer-social-media a:first-of-type {
  margin-left: 0;
}
.footer-social-media a:after {
  color: white;
  font-size: 20px;
  font-family: "Font Awesome 5 Brands";
}
.footer-social-media a.facebook:after {
  content: "\f39e";
}
.footer-social-media a.instagram:after {
  content: "\f16d";
}
.footer-social-media a.twitter:after {
  content: "\f099";
}
.footer-social-media a.youtube:after {
  content: "\f167";
}
.footer-social-media a.linkedin:after {
  content: "\f08c";
}
.footer-social-media a.whatsapp:after {
  content: "\f232";
}
.footer-social-media a:hover {
  transform: translateY(-0.1rem);
}
.footer-social-media a {
  margin: 0.5rem;
}

section.page-section.section-footer-quote {
  padding: 0;
}
section.page-section.section-footer-quote .page-section-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  height: 27.9rem;
  background: #C49A6C;
  padding: 0 15vw;
}
section.page-section.section-footer-quote .page-section-inner p {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  section.page-section.section-footer-quote .page-section-inner {
    height: 22.2rem;
    padding: 0 2.5rem;
  }
  section.page-section.section-footer-quote .page-section-inner p {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

section.section-breadcrumbs {
  padding: 0;
  height: 4.2rem;
  position: relative;
  z-index: 1;
  background: #C49A6C;
}
section.section-breadcrumbs .page-section-inner {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.section-breadcrumbs .breadcrumbs-list {
  font-size: 1.2rem;
}
section.section-breadcrumbs .breadcrumbs-list li {
  display: inline-block;
  vertical-align: top;
}
section.section-breadcrumbs .breadcrumbs-list li.current-item > span span {
  display: block;
}
section.section-breadcrumbs .breadcrumbs-list li > a, section.section-breadcrumbs .breadcrumbs-list li > span {
  transition: 0s ease-out;
}
section.section-breadcrumbs .breadcrumbs-list li > a span, section.section-breadcrumbs .breadcrumbs-list li > span span {
  color: inherit;
}
section.section-breadcrumbs .breadcrumbs-list li > a span:after, section.section-breadcrumbs .breadcrumbs-list li > span span:after {
  font-family: "robinia-chevrons";
  content: "\e900";
  color: #6c6c6c;
  line-height: inherit;
  transition: 0.1s ease-out;
  display: inline-block;
  vertical-align: top;
  transform: translateY(0.05rem);
  font-size: 1.2rem;
  padding-left: 0.2rem;
}
section.section-breadcrumbs .breadcrumbs-list li > span a span {
  color: #6c6c6c;
}
section.section-breadcrumbs .breadcrumbs-list li > span a:hover span {
  color: black;
  text-decoration: underline;
}
section.section-breadcrumbs .breadcrumbs-list li > span span:not([property=name]):after {
  display: none;
}
section.section-breadcrumbs .breadcrumbs-list li.current-page a span[property=name]:after, section.section-breadcrumbs .breadcrumbs-list li.current-page span span[property=name]:after, section.section-breadcrumbs .breadcrumbs-list li.current-item a span[property=name]:after, section.section-breadcrumbs .breadcrumbs-list li.current-item span span[property=name]:after {
  display: none;
}
section.section-breadcrumbs .breadcrumbs-list li:hover:not(.current-page) a {
  color: #120C69;
}

.gform_wrapper {
  margin-top: 5rem;
}
.gform_wrapper input[type=submit] {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  -webkit-appearance: none;
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .gform_body .gfield.gfield_error input, .gform_wrapper .gform_body .gfield.gfield_error textarea {
  border-color: #120C69;
}
.gform_wrapper .gform_body .gfield.gfield_error .gfield_validation_message {
  padding: 0;
  border: none;
  background: none;
  font-weight: 500;
}
.gform_wrapper .gform_body .gfield.object-enq-field {
  display: none !important;
}
.obj-enq-present .gform_wrapper .gform_body .gfield.object-enq-field {
  display: block !important;
}
.gform_wrapper .gform_body .gfield.object-enq-field input {
  pointer-events: none;
  background: rgb(239.5, 239.5, 239.5);
}
.gform_wrapper .gform_body .gfield .gchoice label {
  padding-left: 0.5rem;
}
.gform_wrapper .gform_body .gfield .gchoice label:hover {
  color: #120C69;
}
.gform_wrapper .gform_body .gfield input, .gform_wrapper .gform_body .gfield textarea {
  border: 1px solid #D6D6D6;
}
.gform_wrapper .gform_body .gfield input:focus, .gform_wrapper .gform_body .gfield textarea:focus {
  border-color: #3B3B3B;
}
.gform_wrapper .gform_body .gfield label {
  font-family: "robinia_font", sans-serif;
  font-weight: 400;
  color: #3B3B3B !important;
}
section.section-content-block {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
section.section-content-block .content-block-inner {
  max-width: 84rem;
}
section.section-content-block .content-block-inner h2 {
  line-height: 1.2;
}
section.section-content-block .content-block-inner h5 {
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  font-size: 4.1rem;
  line-height: 4.8rem;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 4rem;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}
section.section-content-block .content-block-inner p {
  font-size: 1.7rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
}
section.section-content-block .content-block-inner .readmore-area {
  max-height: 0;
  transition: 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
section.section-content-block .content-block-inner .readmore-area.expanded {
  opacity: 1;
  pointer-events: auto;
  max-height: 999rem;
  overflow: visible;
}
section.section-content-block .content-block-inner .button.button-readmore {
  margin-bottom: -3rem;
  position: relative;
  top: -3rem;
  padding-left: 0;
  margin-top: 0.6rem;
  position: relative;
  cursor: pointer;
  padding-right: 3rem;
  color: #C49A6C;
  cursor: pointer;
}
section.section-content-block .content-block-inner .button.button-readmore:after {
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  font-family: "doccs-icons";
  content: "\e801";
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
  z-index: 2;
  color: white;
  right: 0;
}
section.section-content-block .content-block-inner .button.button-readmore:hover:after {
  transform: rotate(0deg) translateX(0.5rem);
}
section.section-content-block .content-block-inner .button.button-readmore:after {
  color: #C49A6C;
  transform: rotate(90deg) !important;
}
section.section-content-block .content-block-inner .button.button-readmore:before {
  content: attr(data-readmore-text);
  text-transform: initial;
  color: #C49A6C;
}
section.section-content-block .content-block-inner .button.button-readmore:hover:after, section.section-content-block .content-block-inner .button.button-readmore:hover:before {
  color: rgb(10.1538461538, 6.7692307692, 59.2307692308);
}
section.section-content-block .content-block-inner .button.button-readmore.open:before {
  content: attr(data-readless-text);
}
section.section-content-block .content-block-inner .button.button-readmore.open:after {
  content: "\e80a";
}
section.section-content-block.content-block-home {
  padding-bottom: 0;
}
section.section-content-block.content-block-home p {
  font-size: 2rem;
  line-height: 3.7rem;
}
section.section-content-block.align-center .content-block-inner {
  margin: 0 auto;
}
body.page-template-tpl_inschrijfform .content-block-inner h1 {
  font-size: 5rem;
  font-weight: 900;
}
body.page-template-tpl_inschrijfform .content-block-inner h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
body.page-template-tpl_inschrijfform .content-block-inner a:not(.button-cta),
body.page-template-tpl_inschrijfform .content-block-inner a:not(.button) {
  color: #C49A6C;
  font-weight: bold;
}
body.page-template-tpl_inschrijfform .content-block-inner .accordion-items .acci-label {
  font-size: 2rem;
}

section.section-page-header + section {
  padding-top: 3rem;
}

section.section-diensten .robinia-tree {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-40%) translateY(10%);
  opacity: 0.05;
}
section.section-diensten .robinia-tree img {
  width: 87rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.section-diensten .robinia-tree {
    left: 0;
    top: auto;
    bottom: 0;
    transform: translateX(-60%) translateY(-35%);
  }
  section.section-diensten .robinia-tree img {
    transform: scale(1.5);
  }
}
section.section-diensten h2.section-heading + p {
  text-align: center;
}
section.section-diensten .diensten-inner {
  padding: 0;
}
section.section-diensten .diensten-inner ul.diensten-items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 8rem;
  margin-bottom: 3.1rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  section.section-diensten .diensten-inner ul.diensten-items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  section.section-diensten .diensten-inner ul.diensten-items {
    padding-top: 4rem;
    margin-bottom: 0;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.section-diensten .diensten-inner ul.diensten-items li.diensten-item {
  padding: 0 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.section-diensten .diensten-inner ul.diensten-items li.diensten-item {
    padding: 0;
    width: 50%;
  }
}
section.section-diensten .diensten-inner ul.diensten-items li.diensten-item span.icon {
  display: block;
}
section.section-diensten .diensten-inner ul.diensten-items li.diensten-item span.icon img {
  height: 12.5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  section.section-diensten .diensten-inner ul.diensten-items li.diensten-item span.icon img {
    height: 8rem;
  }
}
section.section-diensten .diensten-inner ul.diensten-items li.diensten-item span.icon svg {
  height: 12.5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  section.section-diensten .diensten-inner ul.diensten-items li.diensten-item span.icon svg {
    height: 8rem;
  }
}
section.section-diensten .diensten-inner ul.diensten-items li.diensten-item span.icon svg * {
  fill: #C49A6C;
}
section.section-diensten .diensten-inner ul.diensten-items li.diensten-item h5.title {
  min-height: 6rem;
  margin-bottom: 2.5rem;
  margin-top: 4rem;
  font-size: 1.8rem;
  color: white;
  line-height: 1.2;
  hyphens: manual;
}
@media screen and (max-width: 767px) {
  section.section-diensten .diensten-inner ul.diensten-items li.diensten-item h5.title {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
section.section-diensten .diensten-inner ul.diensten-items li.diensten-item p {
  background: white;
  hyphens: manual;
}
@media screen and (max-width: 767px) {
  section.section-diensten .button-container {
    margin-bottom: 3rem;
  }
}
section.section-team .robinia-tree {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(40%) translateY(10%);
  opacity: 0.05;
}
section.section-team .robinia-tree img {
  width: 87rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.section-team .robinia-tree {
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateX(60%) translateY(-25%);
  }
  section.section-team .robinia-tree img {
    transform: scale(2);
  }
}
section.section-team h2.section-heading + p {
  text-align: center;
}
section.section-team .team-inner {
  padding: 0;
}
section.section-team .team-inner ul.team-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10rem 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  section.section-team .team-inner ul.team-items {
    padding-top: 5rem;
    padding-bottom: 0;
    flex-direction: column;
  }
}
section.section-team .team-inner ul.team-items li.team-item {
  padding: 0 3.3rem;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  section.section-team .team-inner ul.team-items li.team-item {
    margin-bottom: 4.6rem;
  }
}
section.section-team .team-inner ul.team-items li.team-item div.photo {
  display: inline-block;
  vertical-align: top;
  height: 15.7rem;
  width: 15.7rem;
  border-radius: 100%;
  overflow: hidden;
}
section.section-team .team-inner ul.team-items li.team-item div.photo img {
  height: 15.7rem;
  width: auto;
}
section.section-team .team-inner ul.team-items li.team-item h5.title {
  margin-top: 2.6rem;
  font-size: 1.7rem;
  color: #C49A6C;
  hyphens: manual;
}
section.section-team .team-inner ul.team-items li.team-item p {
  background: white;
  hyphens: manual;
}
@media screen and (max-width: 767px) {
  section.section-team .button-container {
    margin-bottom: 4rem;
  }
}
.team-members ul.team-items li.team-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 7rem;
}
.team-members ul.team-items li.team-item div.photo {
  flex: 0 0 15.7rem;
  height: 15.7rem;
  width: 15.7rem;
  border-radius: 100%;
  overflow: hidden;
}
.team-members ul.team-items li.team-item div.photo img {
  height: 15.7rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .team-members ul.team-items li.team-item div.photo {
    flex: 0 0 8rem;
    height: 8rem;
    width: 8rem;
  }
  .team-members ul.team-items li.team-item div.photo img {
    height: 8rem;
  }
}
.team-members ul.team-items li.team-item div.info {
  padding-left: 2rem;
}
.team-members ul.team-items li.team-item div.info h5.title {
  font-size: 1.7rem;
  color: #C49A6C;
  hyphens: manual;
}
.team-members ul.team-items li.team-item div.info h5.title + span {
  display: block;
  margin-bottom: 1rem;
}
.team-members ul.team-items li.team-item div.info p.desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.team-members ul.team-items li.team-item div.info .contact-info {
  padding-top: 1.4rem;
}
.team-members ul.team-items li.team-item div.info .contact-info li {
  font-size: 1.5rem;
  line-height: 2.4rem;
  display: inline-block;
  vertical-align: top;
}
.team-members ul.team-items li.team-item div.info .contact-info li:not(:last-child):after {
  content: " | ";
}
.team-members ul.team-items li.team-item div.info .contact-info li a {
  color: #C49A6C;
}
.team-members ul.team-items li.team-item div.info .contact-info li a:hover {
  text-decoration: underline;
}
.team-members ul.team-items li.team-item div.info .contact-info li a.linkedin:before {
  display: inline-block;
  vertical-align: top;
  font-family: "robinia-chevrons";
  content: "\eaca";
  font-size: 2rem;
  margin-right: 0.8rem;
  transform: translateY(-0.3rem);
}

.inventory-list {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.3rem;
}
.inventory-list > * {
  width: 100%;
}

li.invlist-item .invlist-image {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
li.invlist-item .invlist-image > img {
  display: none;
  max-width: 100%;
  height: auto;
  transition: 0.4s ease-out;
}
li.invlist-item .invlist-image .image-self {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  transition: 0.4s ease-out;
}
li.invlist-item .invlist-image span.qt {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  font-size: 1.5rem;
  color: white;
  font-family: "robinia_font", sans-serif;
  font-weight: 400;
  padding: 0.5rem 0.8rem 0.6rem 0.8rem;
  background: rgba(0, 0, 0, 0.5);
}
li.invlist-item .invlist-image span.label {
  width: 6.6rem;
  height: 6.6rem;
  position: absolute;
  right: 1.6rem;
  top: 1.8rem;
  border-radius: 100%;
  background: #120C69;
  color: white;
  font-size: 1.7rem;
  line-height: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
}
li.invlist-item .invlist-image span.label.label-new, li.invlist-item .invlist-image span.label.label-updated {
  background: #120C69;
}
li.invlist-item .invlist-image span.label.label-updated {
  background: #C49A6C;
  font-size: 1.4rem;
  color: #3B3B3B;
}
li.invlist-item .invlist-image span.label.label-sold {
  background: #3B3B3B;
}
li.invlist-item .invlist-info {
  padding: 1.9rem 0;
  color: #3B3B3B;
  height: 100%;
  margin-top: auto;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.frontpage-cats-list li.invlist-item .invlist-info {
  padding-bottom: 1rem;
  text-align: center;
}
.inventory-items-list li.invlist-item .invlist-info {
  justify-content: space-between;
}
li.invlist-item .invlist-info .invlist-title {
  font-size: 1.9rem;
  line-height: 1;
  padding-bottom: 0.5rem;
  min-height: 4rem;
}
.frontpage-cats-list li.invlist-item .invlist-info .invlist-title {
  min-height: auto;
}
li.invlist-item .invlist-info .desc {
  margin-top: -2rem;
  display: block;
  font-size: 1.5rem;
  padding-top: 1.3rem;
  line-height: 2rem;
}
li.invlist-item .invlist-info .invlist-info-bottom .price-indicators {
  font-size: 1.5rem;
  line-height: 1.2;
}
li.invlist-item .invlist-info .invlist-info-bottom .price-indicators .price-chf {
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  color: #3B3B3B;
  padding-top: 0.3rem;
  display: block;
}
li.invlist-item .invlist-info .invlist-info-bottom .price-indicators .price-currencies {
  display: block;
  line-height: 1;
  color: #969696;
  padding-top: 0.2rem;
}
li.invlist-item .invlist-info .invlist-info-bottom .price-indicators .price-currencies .currency:after {
  content: " | ";
}
li.invlist-item .invlist-info .invlist-info-bottom .price-indicators .price-currencies .currency:last-of-type:after {
  content: "";
}
li.invlist-item .invlist-info .invlist-info-bottom .price-indicators .request {
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
}
li.invlist-item .invlist-info .to-product {
  font-size: 1.5rem;
  text-decoration: underline;
  position: absolute;
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  right: 0;
  bottom: 1.9rem;
  line-height: 1.2;
}
li.invlist-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
li.invlist-item a:hover .invlist-image > img,
li.invlist-item a:hover .invlist-image .image-self {
  transform: scale(1.05);
  transition-duration: 0.4s;
}
li.invlist-item a:hover .invlist-info .invlist-title {
  color: #120C69;
}
li.invlist-item a:hover .invlist-info .to-product {
  color: #120C69;
}

.blog-list-grid {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1rem;
  margin-top: 8rem;
}
.section-frontpage-blogs .blog-list-grid {
  grid-template-columns: repeat(2, 1fr);
}
.blog-list-grid .blog-item {
  background: white;
}
.blog-list-grid .blog-item .blog-item-image {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}
.blog-list-grid .blog-item .blog-item-image img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  transition: 0.4s ease-out;
}
.blog-list-grid .blog-item .blog-item-info {
  padding-top: 2rem;
  text-align: left;
}
.blog-list-grid .blog-item .blog-item-info h5 {
  color: #3B3B3B;
  font-size: 1.9rem;
  line-height: 2.4rem;
  padding-top: 0rem;
}
.blog-list-grid .blog-item:hover {
  transform-origin: center center;
}
.blog-list-grid .blog-item:hover img {
  transform: scale(1.02);
}

.section-blogs-overview .page-indicator {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-family: "robinia_font", sans-serif;
  font-weight: 400;
  top: -1rem;
  position: relative;
  margin-bottom: 2rem;
}

.section-newly-added-items {
  background: #C49A6C;
}
.section-newly-added-items .button-container {
  padding-top: 2rem;
  text-align: center;
}

.newly-added-items {
  margin-top: 8rem;
  display: grid;
  grid-gap: 5rem;
  grid-template-columns: repeat(4, 1fr);
}
.newly-added-items > * {
  width: 100%;
}

.section-member-logos .member-logos-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section-member-logos .member-logos-list .member-logo {
  padding: 0 1.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-member-logos .member-logos-list .member-logo a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-member-logos .member-logos-list .member-logo a img {
  max-width: 21rem;
  max-height: 10rem;
  width: auto;
  height: auto;
}
.section-member-logos .member-logos-list .member-logo a:hover {
  opacity: 0.8;
}

.content-container .content-inner {
  font-size: 1.7rem;
  line-height: 2.7rem;
}
.content-container .content-inner h1,
.content-container .content-inner h2,
.content-container .content-inner h3,
.content-container .content-inner h4,
.content-container .content-inner h5,
.content-container .content-inner h6 {
  padding: 2rem 0;
}
.content-container .content-inner h1 {
  color: #120C69;
  font-size: 4.1rem;
  text-align: center;
  padding-bottom: 6rem;
}
.content-container .content-inner h2 {
  color: #120C69;
  font-size: 2.5rem;
  padding: 0;
  padding-bottom: 1rem;
}
.content-container .content-inner p,
.content-container .content-inner > div {
  margin-bottom: 2.5rem;
  line-height: inherit;
}
.content-container .content-inner p a,
.content-container .content-inner > div a {
  color: #120C69;
}
.content-container .content-inner ul {
  margin-bottom: 3rem;
}
.content-container .content-inner ul li {
  font-size: 1.7rem;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  position: relative;
  padding-left: 0.8rem;
  margin-left: 1.5rem;
  list-style: disc !important;
  list-style-position: outside !important;
}
.content-container .content-inner img {
  max-width: 100%;
  height: auto;
}
.content-container + .page-section-button {
  margin-top: 8rem;
}

.section-product-detail .page-section-inner.product-detail-container {
  display: flex;
  flex-direction: row;
}
.section-product-detail .pd-media-container {
  width: 50%;
  flex: 1 1 50%;
  padding-right: 2.3rem;
}
.section-product-detail .pd-media-container .pd-media-large img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section-product-detail .pd-media-container .pd-media-gallery {
  margin-top: 0.8rem;
}
.section-product-detail .pd-info-container {
  width: 50%;
  font-size: 1.9rem;
  line-height: 2.7rem;
}
.section-product-detail .pd-info-container .inventory-cat {
  font-size: 1.9rem;
}
.section-product-detail .pd-info-container .inventory-cat a {
  color: #3B3B3B;
}
.section-product-detail .pd-info-container .inventory-cat a:hover {
  color: #120C69;
}
.section-product-detail .pd-info-container .item-title {
  font-weight: 500;
}
.section-product-detail .pd-info-container .price-indicators {
  font-size: 1.9rem;
  line-height: 1.2;
  padding-bottom: 2.5rem;
}
.section-product-detail .pd-info-container .price-indicators .price-chf {
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  color: #3B3B3B;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  display: block;
}
.section-product-detail .pd-info-container .price-indicators .price-currencies {
  display: block;
  line-height: 1;
  color: #969696;
}
.section-product-detail .pd-info-container .price-indicators .price-currencies .currency:after {
  content: " | ";
}
.section-product-detail .pd-info-container .price-indicators .price-currencies .currency:last-of-type:after {
  content: "";
}
.section-product-detail .pd-info-container .price-indicators .request {
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
}
.section-product-detail .pd-info-container .enquire-form-button {
  float: right;
  position: relative;
  z-index: 1;
}

section.page-textpage.article-content {
  background: transparent;
  margin-top: 0rem;
}
section.page-textpage.article-content .page-header {
  text-align: center;
}
section.page-textpage.article-content .article-content-inner .article-content-image {
  text-align: center;
  margin-bottom: 3.9rem;
}
section.page-textpage.article-content .article-content-inner .article-content-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section.page-textpage.article-content .page-section-button {
  padding-top: 7rem;
}

.share-buttons {
  background: white;
  padding: 3.5rem;
}
.share-buttons h5 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.post-navigation {
  margin-top: -7rem;
}
.post-navigation a.post-nav-item {
  color: #3B3B3B;
  font-size: 1.5rem;
  font-family: "robinia_font", sans-serif;
  font-weight: 400;
  position: relative;
  width: 33%;
}
.post-navigation a.post-nav-item:after, .post-navigation a.post-nav-item:before {
  font-family: "robinia-chevrons";
  content: "\e900";
  color: #3B3B3B;
  line-height: inherit;
  transition: 0.1s ease-out;
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  top: 0;
}
.post-navigation a.post-nav-item.previous-post {
  padding-left: 2rem;
  float: left;
}
.post-navigation a.post-nav-item.previous-post:after {
  display: none;
}
.post-navigation a.post-nav-item.previous-post:before {
  transform: rotate(180deg);
  left: 0;
  padding-left: 0.2rem;
}
.post-navigation a.post-nav-item.next-post {
  text-align: right;
  padding-right: 2rem;
  float: right;
}
.post-navigation a.post-nav-item.next-post:before {
  display: none;
}
.post-navigation a.post-nav-item.next-post:after {
  right: -0.2rem;
}
.post-navigation a.post-nav-item:hover {
  color: #120C69;
}
.post-navigation a.post-nav-item:hover:after, .post-navigation a.post-nav-item:hover:before {
  color: #120C69;
}

body, html {
  font-size: 10px;
}

main.site-main {
  font-size: 1.6rem;
}

body {
  background: white;
  background-size: cover;
}
body.fixed {
  position: fixed;
  overflow-y: scroll;
}

p,
ul {
  font-size: 1.7rem;
  line-height: 2.7rem;
  hyphens: manual;
}
p a,
ul a {
  color: #120C69;
  hyphens: manual;
  font-size: inherit;
}

strong, strong span {
  font-weight: 700;
}

h1, h2 {
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  font-size: 4.1rem;
  line-height: 4.8rem;
  font-size: 3.5rem;
  line-height: 4rem;
  margin: 1.7rem 0;
}

h3 {
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  font-size: 4.1rem;
  line-height: 4.8rem;
  font-weight: 900;
  font-size: 4rem;
  line-height: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

.rhea-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.rhea-bg svg {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}
.rhea-bg .zvm-bg-desktop,
.rhea-bg .zvm-bg-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .rhea-bg .zvm-bg-mobile {
    display: block;
    position: relative;
    top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .rhea-bg .zvm-bg-desktop {
    display: block;
  }
}

.view-all-cats {
  font-weight: 500;
}

.site-wrapper {
  background-color: white;
  margin: 0 auto;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  height: auto;
}
body.page-template-tpl_homepage .site-wrapper {
  padding-top: 0;
}

.button {
  display: inline-block;
  vertical-align: top;
  font-family: "robinia_font", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding: 1.15rem 1.7rem;
  font-size: 1.8rem;
  color: #C49A6C;
  background: transparent;
  text-decoration: none;
  border: 2px solid #C49A6C;
  cursor: pointer;
  padding-right: 3.8rem;
  transition: background 0.1s ease-in-out;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.4rem;
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .button {
    padding-right: 2rem;
  }
}
.button:after {
  font-size: inherit;
  position: absolute;
  right: 1.4rem;
  margin-top: 0.15rem;
  font-family: "robinia-chevrons";
  content: "\e900";
  transition: transform 0.1s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .button:after {
    right: 0.4rem;
  }
}
.button:hover {
  background: #C49A6C;
  color: white;
}
.button:hover:after {
  transform: translateX(0.2rem);
}
.button.button-highlighted {
  background: #C49A6C;
  color: white;
}

.button-cta {
  display: inline-block;
  vertical-align: top;
  font-family: "robinia_font", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding: 1.15rem 1.7rem;
  font-size: 1.8rem;
  color: #C49A6C;
  background: transparent;
  text-decoration: none;
  border: 2px solid #C49A6C;
  cursor: pointer;
  padding-right: 3.8rem;
  transition: background 0.1s ease-in-out;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .button-cta {
    font-size: 1.4rem;
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .button-cta {
    padding-right: 2rem;
  }
}
.button-cta:after {
  font-size: inherit;
  position: absolute;
  right: 1.4rem;
  margin-top: 0.15rem;
  font-family: "robinia-chevrons";
  content: "\e900";
  transition: transform 0.1s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .button-cta:after {
    right: 0.4rem;
  }
}
.button-cta:hover {
  background: #C49A6C;
  color: white;
}
.button-cta:hover:after {
  transform: translateX(0.2rem);
}

.input-wrapper input[type=text], .input-wrapper input[type=email] {
  border: 1px solid #D7D7D7;
  height: 4.8rem;
  border-radius: 2.1rem;
  padding: 0 2.1rem;
  font-size: 1.6rem;
  color: #120C69;
}

.page-section {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.page-section:before, .page-section:after {
  background: white;
  width: 3.5rem;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.page-section:before {
  left: 0;
}
.page-section:after {
  right: 0;
}
.page-section .page-section-inner {
  margin: 0 auto;
  max-width: 144rem;
  height: 100%;
}
.page-section.page-section-narrow .page-section-inner {
  max-width: 90rem;
  margin: 0 auto;
}
.page-section .align-center {
  text-align: center;
}
.page-section.section-content h1, .page-section.section-content h2, .page-section.section-content h3, .page-section.section-content h4 {
  color: #120C69;
  margin-bottom: 3.8rem;
}
.page-section.section-content p {
  padding-bottom: 3.5rem;
}
.page-section .page-section-button {
  text-align: center;
  padding: 2rem 0;
}
.page-section .page-section-button .text-button {
  font-family: "robinia_font", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #3B3B3B;
  text-decoration: underline;
}
.page-section .page-section-button .text-button:before {
  font-family: "robinia-chevrons";
  content: "\e900";
  color: #3B3B3B;
  line-height: inherit;
  transition: 0.1s ease-out;
  display: inline-block;
  vertical-align: top;
  transform: translateY(0.05rem);
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 0.2rem;
}
.page-section .page-section-button .text-button:hover {
  color: #120C69;
}
.page-section .page-section-button .text-button:hover:before {
  color: #120C69;
}

.section-heading {
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  font-size: 4.1rem;
  line-height: 4.8rem;
  text-align: center;
  padding-bottom: 1rem;
  line-height: 4.8rem;
}

.section-heading-underline {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4rem;
}
.section-heading + .section-heading-underline {
  margin-top: -4rem;
}

.page-section-top-text {
  text-align: center;
  max-width: 86.7rem;
  margin: 0 auto;
}
.page-section-top-text p {
  margin-bottom: 2rem;
}

.jw-quads {
  display: grid;
  grid-gap: 5rem;
  grid-template-columns: repeat(4, 1fr);
}
.jw-quads > * {
  width: 100%;
}

.jw-thirds {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
.jw-thirds > * {
  width: 100%;
}

.jw-halves {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
.jw-halves > * {
  width: 100%;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.hamburger-menu-wrapper {
  display: none;
}

.cookie-bar {
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  background: #C49A6C;
  width: 100%;
  color: white;
  line-height: 3.4rem;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}
.cookie-bar.show {
  height: 3.4rem;
  overflow: visible;
}
.cookie-bar p {
  display: inline-block;
  vertical-align: top;
}
.cookie-bar .close-cookie-bar {
  position: absolute;
  right: 5%;
  line-height: 3.4rem;
  cursor: pointer;
}
.cookie-bar .close-cookie-bar:hover {
  text-decoration: underline;
}

.zvm-underline {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.zvm-underline svg {
  position: absolute;
  top: 1.9rem;
  left: 0;
  transform: scaleX(1.05);
}
@media screen and (min-width: 1440px) {
  .zvm-underline svg {
    top: 2.1rem;
  }
}
.zvm-underline svg path {
  transform: translateY(0.1rem);
  transition: 0.5s linear;
}
.zvm-underline.loaded svg path {
  stroke-dashoffset: 0;
}

.section-inverted-style {
  padding: 0 !important;
  overflow: hidden;
}
.section-inverted-style .page-section-inner {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: #072A69;
}
.section-inverted-style h1,
.section-inverted-style h2,
.section-inverted-style h3,
.section-inverted-style p {
  color: white;
}

.section-frontpage-top {
  height: 53rem;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-frontpage-top {
    padding: 0 !important;
    height: 25rem;
  }
}
.section-frontpage-top .page-section-inner {
  background-color: #C49A6C;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-frontpage-top .page-section-inner .frontpage-top-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-frontpage-top .page-section-inner .frontpage-top-bg:after {
  content: "";
  background-image: url("/robiniajw-frontend/assets/images/robinia-tree-right.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 44rem 50.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-frontpage-top .page-section-inner .frontpage-top-bg:after {
    background-size: 20rem 23rem;
  }
}
.section-frontpage-top .page-section-inner .sft-content {
  position: relative;
  background: #072A69;
  align-self: flex-start;
  margin-left: 9rem;
  width: 53.7rem;
  height: 25.8rem;
  color: white;
  padding: 3.3rem 3.6rem;
  clip-path: polygon(6% 0, 70% 0%, 100% 0, 100% 83%, 93% 100%, 30% 100%, 0 100%, 0 14%);
}
@media screen and (max-width: 767px) {
  .section-frontpage-top .page-section-inner .sft-content {
    padding: 2rem 2rem;
    height: 14.2rem;
    width: 29.6rem;
    margin: 0 auto;
  }
}
.section-frontpage-top .page-section-inner .sft-content h1 {
  margin-top: 0;
  font-size: 4rem;
  line-height: 1.01;
}
@media screen and (max-width: 767px) {
  .section-frontpage-top .page-section-inner .sft-content h1 {
    margin-bottom: 1rem;
  }
}
.section-frontpage-top .page-section-inner .sft-content h1 + p {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .section-frontpage-top .page-section-inner .sft-content h1 + p {
    font-size: 1.4rem;
  }
}
.section-frontpage-top .page-section-inner .sft-content .sft-links {
  padding-top: 3.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section-frontpage-top .page-section-inner .sft-content .sft-links {
    padding-top: 1.5rem;
    font-size: 1.1rem;
  }
}
.section-frontpage-top .page-section-inner .sft-content .sft-links:before {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  color: #C49A6C;
  padding-top: 0;
  margin-right: 0;
  font-family: "robinia-chevrons";
  content: "\e900";
}
@media screen and (max-width: 767px) {
  .section-frontpage-top .page-section-inner .sft-content .sft-links:before {
    font-size: 1.1rem;
  }
}
.section-frontpage-top .page-section-inner .sft-content .sft-links a {
  position: relative;
  color: #C49A6C;
}
.section-frontpage-top .page-section-inner .sft-content .sft-links a:after {
  content: "";
  height: 1px;
  background: #C49A6C;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
}
.section-frontpage-top .page-section-inner .sft-content .sft-links a:hover {
  color: white;
}
.section-frontpage-top .page-section-inner .sft-content .sft-links a:hover:after {
  background: transparent;
}
.section-frontpage-top .page-section-inner .sft-content p {
  display: inline-block;
  vertical-align: top;
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-family: "robinia_font", sans-serif;
  font-weight: 400;
}
.section-frontpage-top .page-section-inner .sft-content i {
  font-weight: inherit;
}

ul.header-menu-items,
ul.footer-menu,
ul.language-menu-items {
  display: block;
}
ul.header-menu-items > li,
ul.footer-menu > li,
ul.language-menu-items > li {
  margin: 0 0.5rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 963px) {
  ul.header-menu-items > li,
  ul.footer-menu > li,
  ul.language-menu-items > li {
    margin: 0;
  }
}
ul.header-menu-items > li > a,
ul.footer-menu > li > a,
ul.language-menu-items > li > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 11.6rem;
  line-height: 11.6rem;
  color: #120C69;
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 963px) {
  ul.header-menu-items > li > a,
  ul.footer-menu > li > a,
  ul.language-menu-items > li > a {
    padding: 0 0.8vw;
  }
}
ul.header-menu-items > li > a:hover:not(.active),
ul.footer-menu > li > a:hover:not(.active),
ul.language-menu-items > li > a:hover:not(.active) {
  color: #C49A6C;
}
ul.header-menu-items > li.current-menu-parent > a, ul.header-menu-items > li.current-menu-item > a,
ul.footer-menu > li.current-menu-parent > a,
ul.footer-menu > li.current-menu-item > a,
ul.language-menu-items > li.current-menu-parent > a,
ul.language-menu-items > li.current-menu-item > a {
  color: #C49A6C;
}

ul.language-menu-items {
  padding-left: 2rem;
}
ul.language-menu-items > li {
  margin: 0;
}
ul.language-menu-items > li > a {
  padding: 0;
  color: gray;
  font-weight: 500;
}
ul.language-menu-items > li:first-child a:after {
  content: "|";
  margin-left: 0.7rem;
}
ul.language-menu-items > li.current-language-menu-item > a {
  color: #C49A6C;
  font-weight: 700;
  pointer-events: none;
}
ul.language-menu-items > li:not(.current-language-menu-item) > a:hover {
  color: #120C69;
}

ul.header-menu-items li,
ul.footer-menu li {
  transition: none;
}
ul.header-menu-items li .sub-menu,
ul.footer-menu li .sub-menu {
  opacity: 0;
  position: absolute;
  background: #120C69;
  top: 10.1rem;
  left: calc(-50% + 1rem);
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.1s;
  pointer-events: none;
}
body.header-state-alt ul.header-menu-items li .sub-menu,
body.header-state-alt ul.footer-menu li .sub-menu {
  top: 5.2rem;
}
ul.header-menu-items li .sub-menu:before,
ul.footer-menu li .sub-menu:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.9rem 1.1rem 0.9rem;
  border-color: transparent transparent #120C69 transparent;
}
ul.header-menu-items li .sub-menu a,
ul.footer-menu li .sub-menu a {
  padding: 0;
  padding-right: 1rem;
  line-height: 3.5rem;
  white-space: nowrap;
  font-family: "robinia_font", sans-serif;
  font-weight: 700;
  color: white;
  transition: color 0.4s ease;
  height: inherit;
  display: block;
}
ul.header-menu-items li .sub-menu a span,
ul.footer-menu li .sub-menu a span {
  transition: none;
}
ul.header-menu-items li .sub-menu a:hover,
ul.footer-menu li .sub-menu a:hover {
  color: #3B3B3B;
}
ul.header-menu-items li .sub-menu li.current-menu-item a,
ul.footer-menu li .sub-menu li.current-menu-item a {
  color: #C49A6C;
}
ul.header-menu-items li .sub-menu li.current-menu-item a:hover,
ul.footer-menu li .sub-menu li.current-menu-item a:hover {
  color: #C49A6C;
}
ul.header-menu-items li:hover .sub-menu,
ul.footer-menu li:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.content-2-col {
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .content-2-col {
    padding: 0;
    flex-direction: column;
  }
}
.content-2-col .text {
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  .content-2-col .text {
    text-align: center;
  }
}
.content-2-col .oplossingen-list {
  padding-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .content-2-col .oplossingen-list {
    margin-bottom: 2rem;
    padding-left: 0;
    margin: 0 auto;
  }
}
.content-2-col .oplossingen-list li {
  padding-bottom: 1.2rem;
  color: #120C69;
}
.content-2-col .oplossingen-list li:before {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  color: #C49A6C;
  padding-top: 0;
  margin-right: 1rem;
  font-family: "robinia-chevrons";
  content: "\e914";
}

@media screen and (max-width: 1280px) {
  html, body {
    font-size: 10px;
  }
}
@media screen and (max-width: 970px) {
  section.header-wrapper .header-left {
    padding-left: 2rem;
  }
  section.header-wrapper .header-right-container .header-right .header-right-inner ul.header-menu-items > li {
    padding: 0 0.7rem;
  }
  .diensten-list .flex-row .flex-row-image img {
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 10px;
  }
  body.fixed {
    overflow-y: hidden;
  }
  * {
    max-width: 100%;
  }
  .jw-thirds {
    display: block;
  }
  .jw-halves {
    display: block;
  }
  p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .page-section {
    padding: 3rem 1rem;
  }
  .page-section:after, .page-section:before {
    width: 1rem;
  }
  .page-section .page-section-inner {
    padding: 0 2.5rem;
  }
  .page-section .section-heading {
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 2.5rem;
  }
  .page-section .page-section-top-text p {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .cookie-bar {
    display: none;
  }
  .flex-row {
    display: block;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .flex-row .flex-row-image img {
    max-width: 100%;
  }
  .flex-row .flex-row-content {
    padding: 0;
  }
  .flex-row .flex-row-content .button {
    margin-bottom: 5rem;
  }
  .section-frontpage-projects .flex-row {
    padding-top: 0;
  }
  body.single .page-section-inner .section-heading {
    line-height: 2.5rem;
    padding-top: 1.5rem;
  }
  body.single .page-section-inner .single-top-image {
    width: 100%;
    margin-bottom: 2.5rem;
    transform: translateX(0);
  }
  body.single .page-section-inner .content-inner {
    padding: 0 1.2rem;
  }
  .section-member-logos .member-logos-list .member-logo a img {
    max-width: 100%;
  }
  .section-frontpage-top {
    height: 25rem;
  }
  .section-frontpage-top .page-section-inner .sft-content h1 {
    font-size: 2rem;
    padding-bottom: 0;
  }
  .section-frontpage-top .page-section-inner .sft-content p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    max-width: 80%;
  }
  .page-section-button .text-button {
    font-size: 1.3rem;
  }
  .section-product-detail .page-section-inner.product-detail-container {
    display: block;
    padding-top: 6rem;
    position: relative;
  }
  .section-product-detail .pd-media-container {
    width: 100%;
    padding: 0;
  }
  .section-product-detail .pd-media-container .pd-media-gallery {
    margin-top: 0.6rem;
  }
  .section-product-detail .pd-info-container {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.57;
  }
  .section-product-detail .pd-info-container .inventory-cat {
    font-size: 1.3rem;
    position: absolute;
    top: 0;
  }
  .section-product-detail .pd-info-container .inventory-cat a {
    color: #3B3B3B;
  }
  .section-product-detail .pd-info-container .inventory-cat a:hover {
    color: #120C69;
  }
  .section-product-detail .pd-info-container .item-title {
    position: absolute;
    top: 1.8rem;
    font-size: 2rem;
    margin: 0;
  }
  .section-product-detail .pd-info-container .price-indicators {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-bottom: 2.5rem;
    margin-top: 2rem;
  }
  .section-product-detail .pd-info-container .enquire-form-button {
    float: right;
    position: relative;
    z-index: 2;
  }
  section.page-textpage.article-content .page-header h1 {
    margin: 0;
    margin-top: -1rem;
  }
  section.page-textpage.article-content .article-content-inner .article-content-image {
    text-align: center;
    margin-bottom: 1rem;
    width: calc(100% + 1rem * 1.5 * 2);
    max-width: initial;
    transform: translateX(calc(1rem * 1.5 * -1));
  }
  section.page-textpage.article-content .article-content-inner .article-content-image img {
    margin: 1.5rem auto;
  }
  section.page-textpage.article-content .page-section-button {
    padding-top: 7rem;
  }
  .share-buttons h5 {
    font-size: 1.5rem;
  }
  .post-navigation {
    margin-top: 0;
  }
  .post-navigation a.post-nav-item {
    font-size: 1.3rem;
    width: 45%;
    line-height: 1.25;
  }
  .content-container .content-inner {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .content-container .content-inner h1,
  .content-container .content-inner h2,
  .content-container .content-inner h3,
  .content-container .content-inner h4,
  .content-container .content-inner h5,
  .content-container .content-inner h6 {
    padding: 1.5rem 0;
  }
  .content-container .content-inner p,
  .content-container .content-inner > div {
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  .content-container .content-inner p a,
  .content-container .content-inner > div a {
    color: #120C69;
  }
  .content-container .content-inner ul {
    margin-bottom: 2rem;
  }
  .content-container .content-inner ul li {
    font-size: 1.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    position: relative;
    padding-left: 0.5rem;
    line-height: 1.6;
    list-style: disc;
    list-style-position: inside;
  }
  .content-container .content-inner img {
    max-width: 100%;
    height: auto;
  }
  section.page-section.page-textpage {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  section.page-section.page-textpage .textpage-inner {
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
  }
  section.page-section.page-textpage .textpage-inner .textpage-top {
    color: white;
  }
  section.page-section.page-textpage .textpage-inner .textpage-content {
    max-width: 91rem;
    margin: 0 auto;
    padding: 0 2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: left;
  }
  .textpage-content-inner .textpage-image {
    text-align: center;
    margin-top: -25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1025px) and (min-height: 1200px) {
  .textpage-content-inner .textpage-image {
    margin-top: -17rem;
  }
}
@media screen and (max-width: 767px) {
  .textpage-content-inner .textpage-image img {
    max-width: 100%;
    height: auto;
  }
  .textpage-content-inner h2 {
    font-family: "robinia_font", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .textpage-content-inner h3 {
    font-family: "robinia_font", sans-serif;
    font-weight: 400;
    line-height: 1.25rem;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .textpage-content-inner p {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.25;
  }
  .textpage-content-inner ul {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
  .textpage-content-inner ul li {
    list-style: circle;
    list-style-position: inside;
  }
  .textpage-content-inner img {
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
  }
  .textpage-content-inner img.aligncenter {
    display: block;
  }
  .textpage-content-inner img.size-blog_detail_content_image {
    width: 100%;
  }
  section.header-wrapper {
    height: 7.2rem;
    justify-content: space-between;
    z-index: 7;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 0 1rem;
  }
  section.header-wrapper:after, section.header-wrapper:before {
    width: 1rem;
  }
  section.header-wrapper .header-container {
    padding: 0;
    height: 7.2rem;
    justify-content: left;
  }
  section.header-wrapper .header-left {
    padding-left: 0;
  }
  section.header-wrapper .header-left .header-logo img {
    width: auto;
    height: 4.5rem;
    transition: 0.2s ease-in-out;
  }
  body.header-state-alt section.header-wrapper .header-left .header-logo img {
    height: 4.5rem;
  }
  section.header-wrapper .header-right-container {
    display: none;
  }
  section.header-wrapper .hm-toggle {
    height: 7.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.8rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0rem);
  }
  footer.site-footer .footer-top {
    display: inline-block;
    vertical-align: top;
    max-width: initial;
  }
  footer.site-footer .footer-top h6 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 600;
  }
  footer.site-footer .footer-top h6 a {
    font-weight: 600;
    height: 3.2rem;
    line-height: 3.2rem;
  }
  footer.site-footer .footer-top .mail-tel {
    font-size: 1.7rem;
  }
  footer.site-footer .footer-top .address {
    display: flex;
    justify-content: center;
  }
  footer.site-footer .footer-top .address .address-col {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 0 3rem;
  }
  footer.site-footer ul.footer-menu {
    padding-bottom: 3rem;
    padding-top: 1.9rem;
  }
  footer.site-footer ul.footer-menu li a {
    padding: 0 1rem;
    height: auto;
    line-height: 1;
  }
  footer.site-footer .footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    text-align: center;
  }
  section.section-breadcrumbs {
    height: 2.4rem;
  }
  section.section-breadcrumbs .breadcrumbs-list {
    font-size: 0.9rem;
  }
  section.section-breadcrumbs .breadcrumbs-list li > a span:after, section.section-breadcrumbs .breadcrumbs-list li > span span:after {
    font-size: 0.9rem;
  }
  section.hamburger-menu-wrapper {
    display: block;
    position: fixed;
    top: 7.2rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: #C49A6C;
    z-index: 4;
    transition: transform 0.2s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section.hamburger-menu-wrapper.hm-visible {
    transform: translateY(0);
  }
  section.hamburger-menu-wrapper.hm-hidden {
    transform: translateY(110vh);
  }
  section.hamburger-menu-wrapper .hamburger-menu-container .hb-language-switcher {
    padding: 10%;
    margin-bottom: -160px;
    position: relative;
    z-index: 1;
  }
  section.hamburger-menu-wrapper .hb-inner {
    padding: 0 10%;
    height: calc(85vh - 7.2rem);
    padding-top: 4rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  section.hamburger-menu-wrapper .hb-menu {
    text-align: left;
  }
  section.hamburger-menu-wrapper .hb-menu > li {
    height: auto;
    min-height: 4.4rem;
  }
  section.hamburger-menu-wrapper .hb-menu > li > a {
    height: 4.3rem;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    color: white;
    position: relative;
    cursor: pointer;
  }
  section.hamburger-menu-wrapper .hb-menu > li > a svg {
    position: absolute;
    left: 0;
    top: 2.4rem;
    transform: scale(1.1);
  }
  section.hamburger-menu-wrapper .hb-menu > li > a svg path {
    transition: 0.3s;
    transform: translateY(0.1rem);
  }
  section.hamburger-menu-wrapper .hb-menu > li.current_page_item a svg path, section.hamburger-menu-wrapper .hb-menu > li.current_menu_parent a svg path, section.hamburger-menu-wrapper .hb-menu > li.current_page_parent a svg path {
    stroke-dashoffset: 0;
  }
  section.hamburger-menu-wrapper .hb-menu > li.current-menu-item a {
    color: white !important;
  }
  section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu {
    opacity: 0;
    max-height: 0;
    transition: 0.2s ease-in;
    pointer-events: none;
  }
  section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu li a {
    font-size: 1.7rem;
    color: white;
    padding: 1rem 0;
    display: block;
    font-weight: 600;
    padding-left: 4.3rem;
  }
  section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu li a.active {
    color: #120C69;
  }
  section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu li.current-menu-item a {
    color: #C49A6C !important;
  }
  section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children.open > a:after {
    transform: rotate(45deg);
  }
  section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children.open ul.sub-menu {
    opacity: 1;
    max-height: 30rem;
    pointer-events: initial;
  }
  section.section-page-header,
  section.section-page-info-block {
    padding: 0 0;
  }
  section.section-page-header h1,
  section.section-page-info-block h1 {
    font-size: 2rem;
  }
  section.section-page-header h1 ~ p,
  section.section-page-info-block h1 ~ p {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
    line-height: 1.5rem;
    max-width: 80%;
  }
  .blog-list-grid {
    grid-gap: 0.6rem;
    margin-top: 2rem;
  }
  .blog-list-grid .blog-item .blog-item-info {
    padding-top: 1rem;
  }
  .blog-list-grid .blog-item .blog-item-info h5 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .section-blogs-overview .page-indicator {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    font-family: "robinia_font", sans-serif;
    font-weight: 400;
    top: -1rem;
    position: relative;
    margin-bottom: 2rem;
  }
  .blog-overview-list {
    padding: 0 1rem;
  }
  .inventory-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  li.invlist-item .invlist-image span.qt {
    display: none;
  }
  li.invlist-item .invlist-image span.label {
    transform: scale(0.5);
    transform-origin: right top;
    right: 1rem;
    top: 1rem;
  }
  li.invlist-item .invlist-image span.label.label-updated {
    font-size: 1.4rem;
  }
  li.invlist-item .invlist-info {
    padding: 1.2rem 0;
    margin-bottom: 0rem;
  }
  li.invlist-item .invlist-info .item-cat {
    font-size: 1.3rem;
    margin-top: -0.5rem;
  }
  li.invlist-item .invlist-info .invlist-title {
    font-size: 1.3rem;
    padding-bottom: 0;
    min-height: 2rem;
  }
  li.invlist-item .invlist-info .desc {
    margin-top: -1rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  li.invlist-item .invlist-info .invlist-info-bottom .price-indicators {
    font-size: 1.2rem;
  }
  li.invlist-item .invlist-info .to-product {
    display: none;
  }
  .section-newly-added-items {
    background: #C49A6C;
  }
  .section-newly-added-items .button-container {
    padding-top: 2rem;
    text-align: center;
  }
  .newly-added-items {
    margin-top: 2rem;
  }
  section.section-content-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  section.section-content-block .content-block-inner h2 {
    padding: 0;
    padding-right: 10rem;
    padding-bottom: 2rem;
  }
  section.section-content-block .content-block-inner h5 {
    font-size: 2rem;
    line-height: 3.9rem;
  }
  section.section-content-block .content-block-inner p {
    margin-bottom: 2rem;
  }
  section.section-content-block .content-block-inner .button.button-readmore {
    margin-bottom: -2rem;
    top: -2rem;
  }
  section.section-content-block.content-block-home p {
    font-size: 1.7rem;
    line-height: 3.5rem;
  }
  section.section-content-block.align-center .content-block-inner {
    margin: 0;
  }
  section.section-content-block.align-center .content-block-inner * {
    text-align: left !important;
  }
  section.section-content-block.align-center .content-block-inner h2 {
    padding-left: 0;
    padding-right: 8.5rem;
    padding-bottom: 2rem;
  }
  section.section-content-block.section-werken-bij-doccs {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 321px) {
  html, body {
    font-size: 9.5px;
  }
}
