/* =======================================================================
## ++ Media Queries
========================================================================== */
/* =======================================================================
## ++ Text styles
========================================================================== */
/* =======================================================================
## ++ END Text styles
========================================================================== */
/* =======================================================================
## ++ shiva_basetheme grid-system
========================================================================== */
.messages-list {
  background-color: #f3f3f3;
  padding: 50px;
  border-radius: 20px;
}

.flexslider {
  margin: 0;
  background: #fff;
  border: 0 solid #fff;
  position: relative;
  zoom: 1;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: right;
  z-index: 100;
}

.flex-control-paging li a {
  text-indent: 10000px;
  overflow: hidden;
  background-color: black;
  border: 2px solid white;
}
.flex-control-paging li a.flex-active {
  background-color: #EE7A21;
}

.paragraph--type--hor-slideshow-10 .flex-control-nav, .paragraph--type--hor-slideshow .flex-control-nav {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  left: calc(100vw - 30px);
  text-align: right;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.paragraph--type--hor-slideshow-10 .flex-control-nav li, .paragraph--type--hor-slideshow .flex-control-nav li {
  display: block;
  width: 100%;
  padding: 5px 0;
}

.path-user {
  background-color: #EE7A21;
}
.path-user #block-go-content {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.path-user #block-go-content .binner {
  max-width: 90vw;
  width: 400px;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.25);
}

#user-login-form input {
  width: 100%;
  line-height: 2;
}
#user-login-form input.button {
  width: unset;
  display: inline-block;
  background-color: #EE7A21;
  border: 0;
  font-size: 20px;
  color: white;
  border-radius: 10px;
  line-height: 2;
  padding: 0 30px;
}

.indicator {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  color: white;
  font-size: 10px;
  padding: 5px 10px;
}

.copyrightwrapper {
  background-color: black;
}

.copyright {
  display: block;
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
}
.copyright .copyr {
  color: white;
  font-size: 10px;
}

.messages-list {
  width: 1600px;
  max-width: 96vw;
  margin: 0 auto;
}

#block-go-local-tasks {
  width: 1600px;
  max-width: 96vw;
  margin: 0 auto;
  border-top: 50px solid white;
  border-bottom: 6px solid white;
}
#block-go-local-tasks ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-go-local-tasks ul::after {
  display: block;
  content: "";
  clear: both;
}
#block-go-local-tasks ul li {
  float: left;
}
#block-go-local-tasks ul li a {
  display: block;
  color: white;
  text-decoration: none;
  background: #EE7A21;
  -webkit-box-shadow: 2px 2px 0px black;
          box-shadow: 2px 2px 0px black;
  font-weight: 400;
  padding: 0 40px;
  margin-right: 6px;
  position: relative;
  position: relative;
  top: 0px;
  left: 0px;
  font-weight: 900;
}
#block-go-local-tasks ul li a.is-active {
  display: none;
}
#block-go-local-tasks ul li a:hover {
  background: black;
  -webkit-box-shadow: 0px 0px 0px black;
          box-shadow: 0px 0px 0px black;
  position: relative;
  top: 2px;
  left: 2px;
}

.cookies-popup {
  background: #1E2935;
  color: #e0fbfc;
  border-radius: 0 0.25rem 0.25rem;
  padding: 1.5rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.875rem;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(61, 90, 128, 0.5);
          box-shadow: 2px 2px 11px 0 rgba(61, 90, 128, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 50rem;
  text-align: initial;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.cookies-popup--withdraw {
  background: #1E2935 url(../img/cookie.svg) center center no-repeat;
  background-size: 15px;
  color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 1rem;
  border: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-radius: 0.25rem 0.25rem 0 0;
  text-indent: -10000px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.cookies-popup--withdraw:focus {
  outline: none;
}

.cookies-popup * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 600px) {
  .cookies-popup--buttons {
    min-height: 143px;
  }
}
.cookies-popup--btn-link {
  background: none;
  padding: 0;
  color: #98c1d9;
  border: 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  margin-right: 1rem;
}
.cookies-popup--btn-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 110%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: #98c1d9;
  -webkit-transition: width 0.3s ease-in-out, left 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cookies-popup--btn-link:hover {
  color: #EE7A21;
}
.cookies-popup--btn-link:hover:after {
  background: #EE7A21;
}

.cookies-popup--btn-primary, .cookies-popup--btn-secondary {
  padding: 0.5rem 1rem;
  border: 0;
  color: #fff;
  border-radius: 1rem;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  margin-top: 1rem;
  margin-right: 1rem;
}

.cookies-popup--btn-primary {
  background: #EE7A21;
}
.cookies-popup--btn-primary:hover {
  background: #18f26f;
}

.cookies-popup--btn-secondary {
  background: #3d5a80;
}
.cookies-popup--btn-secondary:hover {
  background: #1790ff;
}

.cookies-popup--message {
  margin-bottom: 2rem;
}
.cookies-popup--message p {
  display: inline;
}

.cookies-popup--switch {
  margin-bottom: 0;
}
.cookies-popup--switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.cookies-popup--switch input:checked:disabled + .cookies-popup--switch--toggle .cookies-popup--switch--toggle--inner {
  background: rgba(238, 108, 77, 0.5);
}
.cookies-popup--switch input:checked + .cookies-popup--switch--toggle .cookies-popup--switch--toggle--inner {
  left: 1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #EE7A21;
  -webkit-transition: left 0.5s ease, background-color 0.75s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cookies-popup--switch input:checked + .cookies-popup--switch--toggle .cookies-popup--switch--icon--line {
  top: -8px;
  left: 2px;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  -webkit-transition: left 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease;
  transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cookies-popup--switch input:checked + .cookies-popup--switch--toggle .cookies-popup--switch--icon--line:before {
  width: 0.25rem;
  left: 0.3rem;
  top: 0.125rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: width 0.5s ease, left 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease, top 0.5s ease, transform 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease, top 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cookies-popup--switch--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies-popup--switch--toggle {
  background-color: #fff;
  width: 2rem;
  height: 1rem;
  border-radius: 2rem;
  display: block;
  padding: 0.25rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.cookies-popup--switch--toggle--inner {
  background-color: #1790ff;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 0;
  position: relative;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.5s ease, background-color 0.75s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, transform 0.5s ease;
  transition: left 0.5s ease, background-color 0.75s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cookies-popup--switch--icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  width: 0.75rem;
  height: 0.75rem;
}

.cookies-popup--switch--icon--line {
  display: inline-block;
  width: 0.5rem;
  height: 0.125rem;
  background-color: #fff;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0.3rem;
  top: -10px;
  left: 2px;
}
.cookies-popup--switch--icon--line:before {
  display: inline-block;
  width: 0.5rem;
  height: 0.125rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
  right: 0;
  content: "";
  border-radius: 0.3rem;
}

.cookies-popup--switch--content {
  margin-left: 0.75rem;
  margin-bottom: 1rem;
}

.cookies-popup--switch--label {
  font-size: 1.25rem;
}

.cookies-popup--switch--description {
  font-size: 0.85rem;
  color: #98c1d9;
}

.cookies-popup--switch--buttons > * {
  margin-right: 1rem;
}

@media screen and (max-width: 850px) {
  .cookies-popup {
    margin-right: 1rem;
  }
}
.cookies-popup .eu-cookie-compliance-more-button {
  margin-left: 0.25rem;
}
.cookies-popup .eu-cookie-compliance-save-preferences-button {
  margin-top: 1rem;
}

.privacy .bodyfield {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 2.5vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  h1 {
    font-size: 40px;
    line-height: 1.1;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 2vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}

h4 {
  color: #EE7A21;
}

a {
  color: inherit;
}
a:hover {
  font-weight: 700;
}

p {
  font-weight: 300;
  line-height: 1.7;
  font-size: 15px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1180px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1470px) {
  p {
    font-size: 18px;
  }
}
p.right {
  text-align: right;
}

.path-frontpage .h1paginatitel {
  padding-top: 100px;
}
.path-frontpage .h1paginatitel h1 {
  border-bottom: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #f3f3f3;
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #1E2935;
  overflow-x: hidden;
  font-weight: 300;
  line-height: 1.7;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1180px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1470px) {
  body {
    font-size: 18px;
  }
}
body img {
  width: 100%;
  height: auto;
}

.ajax-progress {
  display: none;
}

.page-node-19, .page-node-33, .page-node-25, .page-node-28, .page-node-type-dienste_concepten {
  background-color: white;
}

#block-go-page-title .binner {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
}

.nieuwsbriefblok {
  margin: 5vw 0;
}
.nieuwsbriefblok .binner {
  max-width: 90% !important;
  margin: auto !important;
}
.nieuwsbriefblok form .webform-actions {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .nieuwsbriefblok form .webform-actions {
    width: auto;
  }
}
.nieuwsbriefblok form label {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #1E2935;
  margin: 0;
  line-height: 50px;
  position: relative;
  top: 5px;
  width: 100%;
  padding-top: 20px;
}
.nieuwsbriefblok form input {
  background-color: white;
  color: #1E2935;
  border: 1px solid white;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  width: 100%;
}
.nieuwsbriefblok form input.form-submit {
  background-color: #EE7A21;
  color: white;
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .nieuwsbriefblok form input.form-submit {
    width: auto;
  }
}
.nieuwsbriefblok form textarea {
  background-color: white;
  color: #1E2935;
  border: 1px solid white;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  width: 100%;
}
.solliciteer {
  margin: 5vw 0;
}
.solliciteer .binner {
  width: 500px !important;
  max-width: 90% !important;
  margin: auto !important;
}
.solliciteer form .webform-actions {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .solliciteer form .webform-actions {
    width: auto;
  }
}
.solliciteer form label {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #1E2935;
  margin: 0;
  line-height: 50px;
  position: relative;
  top: 5px;
  width: 100%;
  padding-top: 20px;
}
.solliciteer form input {
  background-color: white;
  color: #1E2935;
  border: 1px solid white;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  width: 100%;
}
.solliciteer form input.form-submit {
  background-color: #EE7A21;
  color: white;
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .solliciteer form input.form-submit {
    width: auto;
  }
}
.solliciteer form textarea {
  background-color: white;
  color: #1E2935;
  border: 1px solid white;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  width: 100%;
}
.contactwrap {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactcontent {
  position: relative;
  top: -5vw;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contactcontent {
    width: 40%;
  }
}
.contactcontent .views-field-field-teaser {
  background-color: #EE7A21;
  color: white;
  padding: 3vw;
}
.contactcontent .views-field-body {
  padding: 3vw;
}

.webform {
  padding: 5vw 0 5vw 5vw;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .webform {
    width: 60%;
  }
}
.webform input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 40px;
  line-height: 2;
}
.webform input.form-submit {
  width: auto;
  display: inline-block;
  background-color: #EE7A21;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-top: 40px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  float: right;
}
.webform textarea {
  width: 100%;
  border: 1px solid #8E8E8E;
  height: 300px;
}

.webform.serviceform {
  width: 100%;
  padding: 0 0 5vw 0;
}
.webform.serviceform input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 40px;
  line-height: 2;
}
.webform.serviceform input.form-submit {
  width: auto;
  display: inline-block;
  background-color: #EE7A21;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-top: 40px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  float: right;
}
.webform.serviceform textarea {
  width: 100%;
  border: 1px solid #8E8E8E;
  height: 300px;
}

#block-views-block-merken-block-1 .binner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-views-block-merken-block-1 h2 {
  display: inline-block;
  border-bottom: 3px solid #EE7A21;
  margin: auto;
  margin-bottom: 5vw;
}
#block-views-block-merken-block-1 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-views-block-merken-block-1 .group .views-row {
  width: 30%;
  border: 2px solid #f3f3f3;
  margin-bottom: 5vw;
}
#block-views-block-merken-block-1 .group .views-row .views-field-body {
  padding: 2vw;
  background-color: #f3f3f3;
  padding-bottom: 3vw;
}
#block-views-block-merken-block-1 .group .views-row .views-field-body h2 {
  display: inline-block;
  border-bottom: 0;
  margin: auto;
  margin-bottom: 2vw;
}
#block-views-block-merken-block-1 .group .views-row .views-field-body p {
  font-size: 16px;
}

#block-views-block-merken-block-2 .binner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-views-block-merken-block-2 h2 {
  display: inline-block;
  border-bottom: 3px solid #EE7A21;
  margin: auto;
  margin-bottom: 5vw;
}
#block-views-block-merken-block-2 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-views-block-merken-block-2 .group .views-row {
  width: 30%;
  border: 2px solid #f3f3f3;
  margin-bottom: 5vw;
}
#block-views-block-merken-block-2 .group .views-row .views-field-body {
  padding: 2vw;
  background-color: #f3f3f3;
  padding-bottom: 3vw;
}
#block-views-block-merken-block-2 .group .views-row .views-field-body h2 {
  display: inline-block;
  border-bottom: 0;
  margin: auto;
  margin-bottom: 2vw;
}
#block-views-block-merken-block-2 .group .views-row .views-field-body p {
  font-size: 16px;
}

#block-views-block-outlet-block-1 .binner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-views-block-outlet-block-1 h2 {
  display: inline-block;
  border-bottom: 3px solid #EE7A21;
  margin: auto;
  margin-bottom: 5vw;
}
#block-views-block-outlet-block-1 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-views-block-outlet-block-1 .group .views-row {
  width: 100%;
  margin-bottom: 5vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #block-views-block-outlet-block-1 .group .views-row {
    width: 30%;
  }
}
#block-views-block-outlet-block-1 .group .views-row .pricetag {
  position: absolute;
  width: 200px;
  top: 35px;
  right: -50px;
  background-color: #EE7A21;
  color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  font-weight: 900;
}
#block-views-block-outlet-block-1 .group .views-row .views-field-body {
  padding: 2vw 0;
  padding-bottom: 3vw;
}
#block-views-block-outlet-block-1 .group .views-row .views-field-body h2 {
  display: inline-block;
  border-bottom: 0;
  margin: auto;
  margin-bottom: 1vw;
  font-weight: 400;
}
#block-views-block-outlet-block-1 .group .views-row .views-field-body p {
  font-size: 16px;
  color: #EE7A21;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: inherit;
}
@media screen and (min-width: 960px) {
  #block-views-block-outlet-block-1 .group .views-row .views-field-body p {
    font-size: 2vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  #block-views-block-outlet-block-1 .group .views-row .views-field-body p {
    font-size: 32px;
    line-height: 1.1;
  }
}
#block-views-block-outlet-block-1 .group .views-row .views-field-body p strong {
  font-weight: 700;
}
#block-views-block-outlet-block-1 .group .views-row .views-field-body a {
  display: inline-block;
  background-color: #EE7A21;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}

.subtitel .finner {
  font-weight: 600;
  padding-bottom: 15px;
  color: #EE7A21;
}

.vacaturablok .binner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vacaturablok .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  padding-top: 100px;
}
.vacaturablok .group .views-row {
  width: 100%;
  background-color: white;
  padding: 40px;
  margin-bottom: 5vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .vacaturablok .group .views-row {
    width: calc(33.3333333333% - 40px);
  }
}
.vacaturablok .group .views-row h2 {
  display: inline-block;
  border-bottom: 0;
  margin: auto;
  margin-bottom: 1vw;
  font-weight: 600;
  font-size: 25px;
}
.vacaturablok .group .views-row .views-field-field-subtitel {
  font-weight: 600;
  padding-bottom: 15px;
  color: #EE7A21;
}
.vacaturablok .group .views-row a {
  display: inline-block;
  background-color: #EE7A21;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}

.page-node-25 .paragraph--type--tekst {
  background-color: #EE7A21;
  text-align: center;
  padding: 5vw 0;
}
.page-node-25 .paragraph--type--tekst p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: white;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .page-node-25 .paragraph--type--tekst p {
    font-size: 2.5vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  .page-node-25 .paragraph--type--tekst p {
    font-size: 40px;
    line-height: 1.1;
  }
}
.page-node-25 .paragraph--type--tekst p a {
  display: inline-block;
  background-color: white;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: #1E2935;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}

.page-node-33 #block-views-block-handleidingen-block-1 #views-exposed-form-handleidingen-block-1 {
  display: none;
}
.page-node-33 .contactwrap {
  position: relative;
  top: 5vw;
}
.page-node-33 .contactcontent {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .page-node-33 .contactcontent {
    width: 40%;
  }
}
.page-node-33 .contactcontent .views-field-field-teaser {
  background-color: #EE7A21;
  color: white;
  padding: 3vw;
}
.page-node-33 .contactcontent .views-field-body {
  padding: 3vw;
}
.servicewrap {
  width: 100%;
  padding: 0vw 0 5vw 5vw;
}
@media screen and (min-width: 1024px) {
  .servicewrap {
    width: 60%;
  }
}

#block-servicekeuze {
  border-bottom: 4px solid #EE7A21;
  margin-bottom: 50px;
}
#block-servicekeuze .finner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#block-servicekeuze .finner a {
  display: block;
  width: 48%;
  background-color: #f3f3f3;
  border-bottom: 40px white solid;
  padding: 15px 0 50px 20px;
  color: #8E8E8E;
  cursor: pointer;
}
#block-servicekeuze .finner a.active {
  background-color: #EE7A21;
  border-bottom: 40px #EE7A21 solid;
  color: white;
}

.servicefiles {
  padding-bottom: 5vw;
  display: none;
}
.servicefiles table {
  width: 100%;
  border-collapse: collapse;
}
.servicefiles table tr {
  border-bottom: 1px solid #8E8E8E;
  line-height: 40px;
}
.servicefiles table .views-field-title {
  padding-left: 30px;
  background: url(../img/arrow.svg) left center no-repeat;
  background-size: 20px;
}
.servicefiles table .views-field-field-bestand {
  text-align: right;
}
.servicefiles table .views-field-field-bestand a {
  display: inline-block;
  color: #EE7A21;
  padding-right: 30px;
  background: url(../img/down.svg) right center no-repeat;
}

.handwrap .bef-links ul {
  list-style-type: none;
  padding: 0 0 20PX 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.handwrap .bef-links ul li {
  padding-bottom: 20px;
  width: 47%;
}
@media screen and (min-width: 1180px) {
  .handwrap .bef-links ul li {
    width: 30%;
  }
}
.handwrap .bef-links ul li a {
  display: block;
  text-align: center;
  background-color: white;
  color: #8E8E8E;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #8E8E8E;
  font-size: 14px;
}
.handwrap .bef-links ul li a.bef-link--selected {
  display: block;
  text-align: center;
  background-color: #EE7A21;
  color: white;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #EE7A21;
}

#block-views-block-merken-block-1 .bef-links ul {
  list-style-type: none;
  padding: 0 0 20PX 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-views-block-merken-block-1 .bef-links ul li {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #block-views-block-merken-block-1 .bef-links ul li {
    width: 30%;
  }
}
#block-views-block-merken-block-1 .bef-links ul li a {
  display: block;
  text-align: center;
  background-color: white;
  color: #8E8E8E;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #8E8E8E;
  font-size: 14px;
}
#block-views-block-merken-block-1 .bef-links ul li a.bef-link--selected {
  display: block;
  text-align: center;
  background-color: #EE7A21;
  color: white;
  text-decoration: none;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #EE7A21;
}

.form-item-referrer {
  display: none;
}

.revform {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#block-go-webform-2 {
  margin: 50px auto;
}
@media screen and (min-width: 768px) {
  #block-go-webform-2 {
    margin: 5vw auto;
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #block-go-webform-2 {
    margin: 80px auto;
  }
}

#block-go-googlereviews {
  margin: 50px auto;
}
@media screen and (min-width: 768px) {
  #block-go-googlereviews {
    margin: 5vw auto;
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #block-go-googlereviews {
    margin: 80px auto;
  }
}

.page-node-147 .paragraph--type--tekst-tekst.rechts_accent .phinner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-node-147 .paragraph--type--tekst-tekst.rechts_accent .rechts {
  padding: 3vw 3vw;
}

#block-servicemenu ul li:first-child {
  display: none;
}

.region-topheader {
  background-color: black;
  position: relative;
}
.region-topheader .rinner {
  margin: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media screen and (min-width: 1470px) {
  .region-topheader .rinner {
    margin: 0 auto;
    width: 1350px;
    max-width: 94vw;
  }
}
@media screen and (min-width: 1024px) {
  .region-topheader .rinner {
    height: 180px;
  }
  .region-topheader .rinner #block-go-branding {
    width: 180px;
  }
}
.region-topheader .rinner #block-go-branding {
  width: 110px;
}
.region-topheader .bovenmenu {
  position: absolute;
  top: 15px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region-topheader .bovenmenu a {
  color: white;
  text-decoration: none;
  line-height: 38px;
  font-size: 15px;
}
.region-topheader .bovenmenu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .region-topheader .bovenmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #EE7A21;
  }
}
.region-topheader .servicemenu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .region-topheader .servicemenu {
    display: inline-block;
  }
}
.region-topheader .servicemenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.region-topheader .servicemenu ul li {
  display: inline-block;
}
.region-topheader .servicemenu ul li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 20px 0 0px;
  letter-spacing: 2px;
}
.region-topheader .servicemenu ul li:first-child a {
  padding: 0 20px 0 0px;
}
.region-topheader .servicemenu ul li:last-child a {
  background-color: #EE7A21;
  border-radius: 20px;
  padding: 0 20px;
}

body.scroll {
  padding-top: 180px;
}
body.scroll .region-topheader {
  background-color: black;
  position: fixed;
  top: -80px;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.scroll .region-topheader .rinner {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.scroll .region-topheader .rinner #block-go-branding {
  width: 110px;
}
body.scroll .region-topheader .rinner .bovenmenu {
  display: none;
}

body.scrolll {
  padding-top: 180px;
}
body.scrolll .region-topheader {
  background-color: black;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}
body.scrolll .region-topheader .rinner {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.scrolll .region-topheader .rinner #block-go-branding {
  width: 110px;
}

#block-hoofdnavigatie {
  width: calc(100% - 185px);
  display: none;
}
#block-hoofdnavigatie::after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (min-width: 1024px) {
  #block-hoofdnavigatie {
    display: block;
  }
}
#block-hoofdnavigatie ul.sf-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
}
#block-hoofdnavigatie ul.sf-menu li {
  display: inline-block;
  line-height: 50px;
  background: transparent;
  float: none;
  padding: 0 20px;
}
#block-hoofdnavigatie ul.sf-menu li.active-trail span, #block-hoofdnavigatie ul.sf-menu li.active-trail a {
  color: white;
  position: relative;
}
#block-hoofdnavigatie ul.sf-menu li.active-trail span:before, #block-hoofdnavigatie ul.sf-menu li.active-trail a:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #EE7A21;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -14px;
  border-radius: 3px;
}
#block-hoofdnavigatie ul.sf-menu li a, #block-hoofdnavigatie ul.sf-menu li span {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  color: white;
  padding: 0;
  font-weight: 400;
}
#block-hoofdnavigatie ul.sf-menu li a.is-active, #block-hoofdnavigatie ul.sf-menu li span.is-active {
  font-weight: 900;
}
#block-hoofdnavigatie ul.sf-menu li a:hover, #block-hoofdnavigatie ul.sf-menu li span:hover {
  background-color: transparent;
}
#block-hoofdnavigatie ul.sf-menu li:last-child {
  background-color: #EE7A21;
  border-radius: 25px;
}
#block-hoofdnavigatie ul.sf-menu li ul {
  width: 290px !important;
  top: 50px;
  left: 0px;
  background-color: #1E2935;
  padding: 10px 0;
}
#block-hoofdnavigatie ul.sf-menu li li {
  text-align: left;
  padding: 0 20px;
  line-height: 30px;
  width: auto;
  display: block;
}
#block-hoofdnavigatie ul.sf-menu li li span, #block-hoofdnavigatie ul.sf-menu li li a {
  border-bottom: 0px solid #EE7A21 !important;
  font-weight: 400 !important;
  color: white !important;
  line-height: 30px;
  background: url(../img/chevron-right-regular.svg) left center no-repeat !important;
  background-size: 7px !important;
  padding-left: 20px !important;
}
#block-hoofdnavigatie ul.sf-menu li li span:hover, #block-hoofdnavigatie ul.sf-menu li li a:hover {
  color: #EE7A21 !important;
}
#block-hoofdnavigatie ul.sf-menu li li span:before, #block-hoofdnavigatie ul.sf-menu li li a:before {
  display: none !important;
}
#block-hoofdnavigatie ul.sf-menu li li:last-child {
  background-color: transparent;
  border-radius: unset;
}
#block-hoofdnavigatie ul.sf-menu li li.active-trail span, #block-hoofdnavigatie ul.sf-menu li li.active-trail a {
  border-bottom: 0px solid #EE7A21 !important;
  color: white !important;
  background: url(../img/chevron-right-regular.svg) left center no-repeat !important;
  background-size: 7px !important;
}
#block-hoofdnavigatie ul.sf-menu .sf-sub-indicator {
  display: none;
  height: 16px;
  line-height: 9999px;
  opacity: 0.75;
  overflow: hidden;
  position: absolute !important;
  right: -20px;
  speak: none;
  text-indent: -9999px;
  top: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}
#block-hoofdnavigatie ul.sf-menu .sf-sub-indicator:after {
  content: "+";
  left: 0;
  line-height: 1;
  position: absolute;
  text-indent: 0;
  top: 0;
  font-size: 16px;
}

#menu-trigger {
  position: fixed;
  top: 13px;
  right: 60px;
  height: 55px;
  width: 60px;
  z-index: 910;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100000;
  display: block;
}
@media screen and (min-width: 1024px) {
  #menu-trigger {
    display: none;
  }
}

.user-logged-in #menu-trigger {
  position: fixed;
  top: 100px;
  right: 50px;
  height: 55px;
  width: 60px;
  z-index: 910;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10000;
}

#hamburger {
  position: absolute;
  height: 40px;
  width: 60px;
  top: 7px;
  left: 0px;
  display: inline-block;
  cursor: pointer;
}
#hamburger span {
  height: 3px;
  display: inline-block;
  width: 60px;
  background-color: #EE7A21;
}
#hamburger span.toe {
  background-color: #EE7A21;
}
#hamburger #upperline {
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#hamburger #upperline.toe {
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#hamburger #bottomline {
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 60px;
}
#hamburger #bottomline.toe {
  max-width: 60px;
  top: 28px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#hamburger:hover #bottomline {
  max-width: 60px;
}
.mobmenuwrap {
  position: fixed;
  top: 80px;
  left: -110vw;
  width: 100vw;
  height: calc(100vh - 80px);
  background-color: black;
  z-index: 10;
  padding: 5vw 10vw 10vw 10vw;
  overflow: scroll;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobmenuwrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobmenuwrap ul a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: white;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .mobmenuwrap ul a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .mobmenuwrap ul a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .mobmenuwrap ul a {
    font-size: 30px;
  }
}
.mobmenuwrap ul ul {
  padding-left: 20px;
  padding-top: 0px;
}

.open .mobmenuwrap {
  left: 0vw;
}

.region-footer {
  background-color: black;
  padding: 60px 0;
  color: white;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .region-footer {
    padding: 140px 0;
  }
}
.region-footer h2 {
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 25px;
}
.region-footer p {
  font-size: 14px;
}
.region-footer .rinner {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.region-footer .rinner .footerlogo {
  width: 100%;
  padding-bottom: 50px;
}
.region-footer .rinner .footerlogo .binner {
  width: 180px;
}
@media screen and (min-width: 1024px) {
  .region-footer .rinner .footerlogo {
    width: 25%;
  }
  .region-footer .rinner .footerlogo .binner {
    width: 70%;
  }
}
.region-footer .rinner .footermenu {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .region-footer .rinner .footermenu {
    width: 20%;
  }
}
.region-footer .rinner .footermenu ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.region-footer .rinner .footermenu ul.menu a {
  text-decoration: none;
}
.region-footer .rinner .footermenu#block-go-servicemenu {
  width: 15%;
}
.region-footer .rinner .footerinfo, .region-footer .rinner .footeraddress {
  padding-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .region-footer .rinner .footerinfo, .region-footer .rinner .footeraddress {
    width: 20%;
  }
}
.region-footer .rinner .footercontact {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .region-footer .rinner .footercontact {
    width: 20%;
  }
}

.path-frontpage .dienstenhome {
  position: relative;
  top: -75px;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 768px) {
  .path-frontpage .dienstenhome {
    display: block;
  }
}
.path-frontpage .dienstenhome .group {
  width: 100%;
  background-color: white;
  padding-left: 3vw;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .path-frontpage .dienstenhome .group {
    width: 85%;
  }
}
@media screen and (min-width: 1280px) {
  .path-frontpage .dienstenhome .group {
    width: 75%;
  }
}
.path-frontpage .dienstenhome .group .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 0px solid white;
  height: auto;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .path-frontpage .dienstenhome .group .views-row {
    text-align: left;
    border-top: 40px solid white;
    height: 150px;
    width: 18%;
  }
}
.path-frontpage .dienstenhome .group .views-row .views-field-title {
  width: 100%;
}
.path-frontpage .dienstenhome .group .views-row .views-field-title a {
  text-decoration: none;
  font-size: 16px;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .path-frontpage .dienstenhome .group .views-row .views-field-title {
    width: 100%;
    border-top: 3px solid #8E8E8E;
  }
  .path-frontpage .dienstenhome .group .views-row .views-field-title:hover {
    border-top: 3px solid #EE7A21;
  }
  .path-frontpage .dienstenhome .group .views-row .views-field-title a {
    text-decoration: none;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (min-width: 1470px) {
  .path-frontpage .dienstenhome .group {
    padding-left: calc((100vw - 1350px) / 2);
  }
}

.page-node-type-dienste_concepten .h1paginatitel {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-node-type-dienste_concepten .h1paginatitel {
    top: -45px;
  }
}
.page-node-type-dienste_concepten .h1paginatitel .group {
  background-color: #EE7A21;
}
@media screen and (min-width: 768px) {
  .page-node-type-dienste_concepten .h1paginatitel .group {
    width: 65%;
  }
}
.page-node-type-dienste_concepten .h1paginatitel .group .views-row {
  margin-left: 3vw;
}
.page-node-type-dienste_concepten .h1paginatitel .group .views-row h1 {
  color: white;
  font-weight: 600;
  margin: 0;
  line-height: 90px;
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .page-node-type-dienste_concepten .h1paginatitel .group .views-row {
    margin-left: 3vw;
  }
  .page-node-type-dienste_concepten .h1paginatitel .group .views-row h1 {
    color: white;
    font-size: 3.1vw;
    font-weight: 600;
    margin: 0;
    line-height: 2;
  }
}
@media screen and (min-width: 1470px) {
  .page-node-type-dienste_concepten .h1paginatitel .group .views-row {
    margin-left: calc((100vw - 1350px) / 2);
  }
  .page-node-type-dienste_concepten .h1paginatitel .group .views-row h1 {
    color: white;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    line-height: 2;
  }
}

.paragraph--type--diensten-inhoud {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  margin-top: 50px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--diensten-inhoud .links {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--diensten-inhoud .links {
    width: 42%;
  }
}
.paragraph--type--diensten-inhoud .links .fginner {
  background-color: black;
  color: white;
  padding: 50px;
}
.paragraph--type--diensten-inhoud .links .fginner .titel {
  color: #EE7A21;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--diensten-inhoud .links .fginner .titel {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--diensten-inhoud .links .fginner .titel {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--diensten-inhoud .rechts {
    width: 50%;
  }
}
.paragraph--type--diensten-inhoud .rechts .tekstboven p {
  font-size: 17px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--diensten-inhoud .rechts .tekstboven p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1660px) {
  .paragraph--type--diensten-inhoud .rechts .tekstboven p {
    font-size: 30px;
  }
}
.paragraph--type--diensten-inhoud .rechts .tekstonder {
  margin-top: 50px;
  width: 80%;
}

.paragraph--type--hoe-gaan-we-te-werk- {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--hoe-gaan-we-te-werk-::after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (min-width: 768px) {
  .paragraph--type--hoe-gaan-we-te-werk- {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.paragraph--type--hoe-gaan-we-te-werk- .tekst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 70px 70px 50px 105px;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--hoe-gaan-we-te-werk- .tekst {
    padding: 70px 70px 50px 105px;
    z-index: 10;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 60%;
  }
}
.paragraph--type--hoe-gaan-we-te-werk- .tekst h2 {
  font-weight: 400;
}
.paragraph--type--hoe-gaan-we-te-werk- .foto {
  position: relative;
  left: 0px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--hoe-gaan-we-te-werk- .foto {
    left: -50px;
    width: 55%;
  }
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(even) .tekst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(even) .foto {
  width: 100%;
  position: relative;
  right: 0px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .paragraph--type--hoe-gaan-we-te-werk-:nth-child(even) .foto {
    right: -50px;
  }
}
.paragraph--type--hoe-gaan-we-te-werk- .tekst .finner {
  position: relative;
}
.paragraph--type--hoe-gaan-we-te-werk- .tekst .finner:before {
  position: absolute;
  top: 2px;
  left: -50px;
  width: 30px;
  height: 30px;
  background-color: black;
  color: white;
  border-radius: 50%;
  text-align: center;
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(2) .tekst .finner:before {
  content: "1";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(3) .tekst .finner:before {
  content: "2";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(4) .tekst .finner:before {
  content: "3";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(5) .tekst .finner:before {
  content: "4";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(6) .tekst .finner:before {
  content: "5";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(7) .tekst .finner:before {
  content: "6";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(8) .tekst .finner:before {
  content: "7";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(9) .tekst .finner:before {
  content: "8";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(10) .tekst .finner:before {
  content: "9";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(11) .tekst .finner:before {
  content: "10";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(12) .tekst .finner:before {
  content: "11";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(13) .tekst .finner:before {
  content: "12";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(14) .tekst .finner:before {
  content: "13";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(15) .tekst .finner:before {
  content: "14";
}
.paragraph--type--hoe-gaan-we-te-werk-:nth-child(16) .tekst .finner:before {
  content: "15";
}

.page-node-type-merk {
  background-color: white;
}
.page-node-type-merk .pagetitle {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  padding-top: 3vw;
}
.page-node-type-merk .maincontent {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-node-type-merk .maincontent > div:first-child {
  width: 60%;
}
.page-node-type-merk .maincontent > div:last-child {
  width: 30%;
  position: relative;
  top: -5vw;
}

.popupblok {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popupblok .binner {
  width: 700px;
  max-width: 80vw;
  max-height: 80vh;
  background: white url(../img/sluit.svg) top 5px right 10px no-repeat;
  background-size: 25px;
  padding: 50px;
  -webkit-box-shadow: 0 0 90px black;
          box-shadow: 0 0 90px black;
  overflow-y: scroll;
}

.page-node-type-vacature #content {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
}
.page-node-type-vacature #content .maincontent {
  padding: 5vw;
  background-color: white;
}
.page-node-type-vacature #content .maincontent .subtitel .finner {
  font-weight: 600;
  padding-bottom: 50px;
  color: #EE7A21;
  font-size: 25px;
}

.path-frontpage h1 {
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .path-frontpage h1 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1470px) {
  .path-frontpage h1 {
    font-size: 35px;
  }
}
.path-frontpage .maincontent > div:nth-child(3) {
  max-height: 0px;
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst {
  background-color: #EE7A21;
  padding: 8vw 0;
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner .inhoud {
  color: white;
  width: 100%;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner .inhoud {
    width: 48%;
    padding-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner .inhoud {
    width: 35%;
  }
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner .inhoud h2 {
  font-weight: 500;
  line-height: 1.4;
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner .afbeelding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner .afbeelding {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner .afbeelding {
    width: 60%;
  }
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .phinner .foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .knoppen {
  padding: 20px 0;
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .knoppen div {
  display: inline-block;
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .knoppen div a {
  display: inline-block;
  background-color: black;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}
.path-frontpage .foto_rechts.paragraph--type--foto-tekst .knoppen div:last-child a {
  display: inline-block;
  background-color: white;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: #1E2935;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}
.path-frontpage .paragraph--type--blok-referentie {
  max-height: 0;
  overflow: visible;
  position: relative;
  z-index: 10;
}
.path-frontpage .paragraph--type--blok-referentie:nth-child(3) {
  z-index: 9;
}
.path-frontpage .paragraph--type--blok-referentie.boxed_small {
  max-height: unset;
}
.path-frontpage .paragraph--type--tekst-tekst .phinner {
  width: auto;
  max-width: auto;
}
.path-frontpage .paragraph--type--tekst-tekst .links {
  padding: 8vw 3vw 8vw 3vw;
}
@media screen and (min-width: 768px) {
  .path-frontpage .paragraph--type--tekst-tekst .links {
    padding: 115px 0 8vw 3vw;
  }
}
@media screen and (min-width: 1470px) {
  .path-frontpage .paragraph--type--tekst-tekst .links {
    padding: 8vw 0 8vw 3vw;
    padding-left: calc((100vw - 1350px) / 2);
  }
}
.path-frontpage .paragraph--type--tekst-tekst .links .finner p {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .path-frontpage .paragraph--type--tekst-tekst .links .finner p {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1660px) {
  .path-frontpage .paragraph--type--tekst-tekst .links .finner p {
    font-size: 25px;
  }
}
.path-frontpage .paragraph--type--tekst-tekst .rechts {
  padding: 15vw 3vw 8vw 0;
  background-color: #Eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1470px) {
  .path-frontpage .paragraph--type--tekst-tekst .rechts {
    padding-right: calc((100vw - 1350px) / 2);
  }
}
.path-frontpage .paragraph--type--tekst-tekst .rechts .fginner {
  width: 85%;
}
@media screen and (min-width: 960px) {
  .path-frontpage .paragraph--type--tekst-tekst .rechts .fginner {
    width: auto;
  }
}
.path-frontpage .paragraph--type--tekst-tekst .rechts .tekst_tekst2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .path-frontpage .paragraph--type--tekst-tekst .rechts .tekst_tekst2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.path-frontpage .paragraph--type--tekst-tekst .rechts .finner {
  font-size: 16px;
  width: 95% !important;
}
@media screen and (min-width: 1024px) {
  .path-frontpage .paragraph--type--tekst-tekst .rechts .finner {
    width: 90% !important;
  }
}
@media screen and (min-width: 1470px) {
  .path-frontpage .paragraph--type--tekst-tekst .rechts .finner {
    width: 80% !important;
  }
}
.path-frontpage .paragraph--type--tekst-tekst .rechts .inwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.path-frontpage .paragraph--type--tekst-tekst .rechts .inwrapper .txt {
  padding: 40px 0 40px 40px;
  border-left: 2px solid #8E8E8E;
  width: calc(100% - 100px);
}
.path-frontpage .paragraph--type--tekst-tekst .rechts .inwrapper .icoon {
  width: 100px;
  background: url(../img/dollar.png) left center no-repeat;
}
.path-frontpage .paragraph--type--tekst-tekst .rechts .inwrapper .icoon.lamp {
  background: url(../img/innovation.png) left center no-repeat;
}
.path-frontpage .paragraph--type--tekst-tekst .rechts .inwrapper .icoon.cert {
  background: url(../img/cert.png) left center no-repeat;
}

.hometeam {
  background-color: white;
  padding: 8vw 0;
}
.hometeam .binner {
  width: 1600px;
  max-width: 96vw;
  margin: 0 auto;
  text-align: center;
}
.hometeam .binner .views-field-field-slogan .field-content {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .hometeam .binner .views-field-field-slogan .field-content {
    font-size: 2.5vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  .hometeam .binner .views-field-field-slogan .field-content {
    font-size: 40px;
    line-height: 1.1;
  }
}
.hometeam .binner .views-field-title .field-content {
  font-weight: 700;
  font-size: 15px;
}
.hometeam .binner .views-field-field-functie .field-content {
  font-weight: 400;
  font-size: 15px;
  color: #8E8E8E;
}
.hometeam .binner .views-field-field-foto- .field-content {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hometeam .binner .views-field-field-foto- img {
  width: 180px;
  border-radius: 50%;
  margin: auto;
}

#flexslider-2 {
  position: relative;
}
#flexslider-2 .flex-nav-prev {
  position: absolute;
  background: url(../img/prev.svg) left center no-repeat;
  z-index: 1000;
  width: 100px;
  height: 50px;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -25px;
}
#flexslider-2 .flex-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  display: block;
  opacity: 0;
  text-indent: -10000px;
  overflow: hidden;
  margin: 0 !important;
}
#flexslider-2 .flex-prev:before {
  max-height: 40px;
}
#flexslider-2 .flex-nav-next {
  position: absolute;
  background: url(../img/next.svg) left center no-repeat;
  z-index: 1000;
  width: 100px;
  height: 50px;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -25px;
}
#flexslider-2 .flex-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  display: block;
  opacity: 0;
  text-indent: -10000px;
  overflow: hidden;
  margin: 0 !important;
}
#flexslider-2 .flex-next:before {
  max-height: 40px;
}

.dienstenoverzicht {
  margin: 7vw 0;
}
.dienstenoverzicht .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dienstenoverzicht .group .views-row {
  position: relative;
  background-color: white;
  padding-bottom: 100px;
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dienstenoverzicht .group .views-row {
    padding-bottom: 100px;
    margin-bottom: 100px;
    width: 47%;
  }
}
@media screen and (min-width: 1180px) {
  .dienstenoverzicht .group .views-row {
    padding-bottom: 100px;
    margin-bottom: 100px;
    width: 32%;
  }
}
.dienstenoverzicht .group .views-row h2 {
  font-weight: 600;
  padding: 4vw 2vw 1vw 2vw;
}
.dienstenoverzicht .group .views-row .views-field-field-teaser {
  padding: 0 2vw 2vw 2vw;
}
.dienstenoverzicht .group .views-row .views-field-view-node {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: white;
}
.dienstenoverzicht .group .views-row .views-field-view-node:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 95px;
  width: 100%;
  background-color: #EE7A21;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dienstenoverzicht .group .views-row .views-field-view-node:hover:after {
  top: 0px;
}
.dienstenoverzicht .group .views-row .views-field-view-node a {
  padding: 0 2vw 0 2vw;
  display: block;
  line-height: 100px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.overigediensten {
  padding: 4vw 0;
}
.overigediensten h2 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 2vw;
}
.overigediensten h3 {
  margin: 0;
}
.overigediensten h3 a {
  text-decoration: none;
  font-weight: 600;
}

.dienstenoverig .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
}
.dienstenoverig .group .views-row {
  width: 48%;
  position: relative;
  background-color: white;
  margin-bottom: 2vw;
  border: 2px solid #f3f3f3;
}
@media screen and (min-width: 768px) {
  .dienstenoverig .group .views-row {
    width: 23%;
  }
}
.dienstenoverig .group .views-row h3 {
  font-weight: 600;
  padding: 1vw 2vw 1vw 2vw;
}

.marge_onder_boven {
  margin: 5vw 0;
}

.marge_onder {
  margin: 0 0 5vw 0;
}

.marge_boven {
  margin: 5vw 0 0 0;
}

.marge_geen {
  margin: 0;
}

.boxed_small .phinner, .boxed_small .binner {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
}

.boxed_wide .phinner {
  width: 1600px;
  max-width: 96vw;
  margin: 0 auto;
}

.notboxed .phinner {
  width: 100vw;
  max-width: 100vw;
}

.knoppen {
  padding: 20px 0;
}
.knoppen div {
  display: inline-block;
}
.knoppen div a {
  display: inline-block;
  background-color: black;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}
.knoppen div:last-child a {
  display: inline-block;
  background-color: #EE7A21;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}

.rechts_accent .knoppen {
  padding: 20px 0;
}
.rechts_accent .knoppen div {
  display: inline-block;
}
.rechts_accent .knoppen div a {
  display: inline-block;
  background-color: black;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 20px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
}
.rechts_accent .knoppen div:last-child a {
  display: inline-block;
  background-color: black;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 20px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
}

.paragraph {
  position: relative;
  z-index: 1;
}

a.button {
  display: inline-block;
  background-color: black;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
}

.paragraph--type--foto-tekst h2 {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--foto-tekst h2 {
    margin-top: 0;
  }
}
.paragraph--type--foto-tekst.foto_links .phinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--foto-tekst.foto_links .phinner .afbeelding {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .paragraph--type--foto-tekst.foto_links .phinner .afbeelding {
    width: 50%;
  }
}
.paragraph--type--foto-tekst.foto_links .phinner .afbeelding .finner::after {
  display: block;
  content: "";
  clear: both;
}
.paragraph--type--foto-tekst.foto_links .phinner .afbeelding .finner img {
  float: left;
}
.paragraph--type--foto-tekst.foto_links .phinner .inhoud {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .paragraph--type--foto-tekst.foto_links .phinner .inhoud {
    width: 45%;
  }
}
.paragraph--type--foto-tekst.foto_links .phinner .inhoud .titel .finner {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--foto-tekst.foto_links .phinner .inhoud .titel .finner {
    font-size: 2vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--foto-tekst.foto_links .phinner .inhoud .titel .finner {
    font-size: 32px;
    line-height: 1.1;
  }
}
.paragraph--type--foto-tekst.foto_rechts .phinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.paragraph--type--foto-tekst.foto_rechts .phinner .afbeelding {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .paragraph--type--foto-tekst.foto_rechts .phinner .afbeelding {
    width: 50%;
  }
}
.paragraph--type--foto-tekst.foto_rechts .phinner .afbeelding .finner::after {
  display: block;
  content: "";
  clear: both;
}
.paragraph--type--foto-tekst.foto_rechts .phinner .afbeelding .finner img {
  float: left;
}
.paragraph--type--foto-tekst.foto_rechts .phinner .inhoud {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .paragraph--type--foto-tekst.foto_rechts .phinner .inhoud {
    width: 45%;
  }
}
.paragraph--type--foto-tekst.foto_rechts .phinner .inhoud .titel .finner {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--foto-tekst.foto_rechts .phinner .inhoud .titel .finner {
    font-size: 2vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--foto-tekst.foto_rechts .phinner .inhoud .titel .finner {
    font-size: 32px;
    line-height: 1.1;
  }
}
.paragraph--type--tekst .phinner .titel .finner {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst .phinner .titel .finner {
    font-size: 2vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--tekst .phinner .titel .finner {
    font-size: 32px;
    line-height: 1.1;
  }
}
.paragraph--type--tekst .phinner .tekst .finner::after {
  display: block;
  content: "";
  clear: both;
}
.paragraph--type--tekst .phinner .tekst .finner iframe {
  float: left;
}

.paragraph--type--tekst-tekst.marge_blok1 .tekst_tekst2 {
  padding-top: 52px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-tekst.marge_blok1 .tekst_tekst2 {
    padding-top: calc(2.2vw + 20px);
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--tekst-tekst.marge_blok1 .tekst_tekst2 {
    padding-top: 55.2px;
  }
}
.paragraph--type--tekst-tekst.marge_blok2 .tekst_tekst1 {
  padding-top: 52px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-tekst.marge_blok2 .tekst_tekst1 {
    padding-top: calc(2.2vw + 20px);
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--tekst-tekst.marge_blok2 .tekst_tekst1 {
    padding-top: 55.2px;
  }
}
.paragraph--type--tekst-tekst .phinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--tekst-tekst .phinner .links {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-tekst .phinner .links {
    width: 45%;
  }
}
.paragraph--type--tekst-tekst .phinner .links .titel .finner {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-tekst .phinner .links .titel .finner {
    font-size: 2vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--tekst-tekst .phinner .links .titel .finner {
    font-size: 32px;
    line-height: 1.1;
  }
}
.paragraph--type--tekst-tekst .phinner .rechts {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-tekst .phinner .rechts {
    width: 45%;
  }
}
.paragraph--type--tekst-tekst.rechts_accent {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-tekst.rechts_accent {
    margin-bottom: -5vw;
  }
}
.paragraph--type--tekst-tekst.rechts_accent .rechts {
  width: 100%;
  background-color: #EE7A21;
  color: white;
  padding: 6vw 3vw;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-tekst.rechts_accent .rechts {
    width: 40%;
  }
}

.paragraph--type--foto .phinner {
  width: 100vw;
  max-width: 100vw;
}
.paragraph--type--foto .phinner .finner::after {
  display: block;
  content: "";
  clear: both;
}
.paragraph--type--foto .phinner .finner img {
  float: left;
}

.paragraph--type--hor-slideshow, .paragraph--type--hor-slideshow-10 {
  position: relative;
}
.paragraph--type--hor-slideshow .phinner, .paragraph--type--hor-slideshow-10 .phinner {
  width: 100vw;
  max-width: 100vw;
}
.paragraph--type--hor-slideshow .phinner .finner::after, .paragraph--type--hor-slideshow-10 .phinner .finner::after {
  display: block;
  content: "";
  clear: both;
}
.paragraph--type--hor-slideshow .phinner .finner img, .paragraph--type--hor-slideshow-10 .phinner .finner img {
  float: left;
}
.paragraph--type--hor-slideshow .bannercontent, .paragraph--type--hor-slideshow-10 .bannercontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--hor-slideshow .bannercontent, .paragraph--type--hor-slideshow-10 .bannercontent {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 75px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1180px) {
  .paragraph--type--hor-slideshow .bannercontent, .paragraph--type--hor-slideshow-10 .bannercontent {
    bottom: 0;
    top: 20px;
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--hor-slideshow .bannercontent, .paragraph--type--hor-slideshow-10 .bannercontent {
    bottom: 0;
    top: 70px;
  }
}
.paragraph--type--hor-slideshow .bannercontent .banner, .paragraph--type--hor-slideshow-10 .bannercontent .banner {
  margin: 0 auto;
  width: 1350px;
  max-width: 94vw;
}
.paragraph--type--hor-slideshow .bannercontent .banner h3, .paragraph--type--hor-slideshow-10 .bannercontent .banner h3 {
  color: #1E2935;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .paragraph--type--hor-slideshow .bannercontent .banner h3, .paragraph--type--hor-slideshow-10 .bannercontent .banner h3 {
    font-size: 2.5vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1470px) {
  .paragraph--type--hor-slideshow .bannercontent .banner h3, .paragraph--type--hor-slideshow-10 .bannercontent .banner h3 {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--hor-slideshow .bannercontent .banner h3, .paragraph--type--hor-slideshow-10 .bannercontent .banner h3 {
    text-shadow: 0 0 10px rgb(0, 0, 0);
    color: white;
  }
}
.paragraph--type--hor-slideshow .bannercontent .banner a, .paragraph--type--hor-slideshow-10 .bannercontent .banner a {
  display: inline-block;
  background-color: #EE7A21;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}
.paragraph--type--hor-slideshow .bannercontent .banner.cta > div, .paragraph--type--hor-slideshow-10 .bannercontent .banner.cta > div {
  display: inline-block;
  padding-bottom: 10px;
}
.paragraph--type--hor-slideshow .bannercontent .banner.cta > div:last-child a, .paragraph--type--hor-slideshow-10 .bannercontent .banner.cta > div:last-child a {
  display: inline-block;
  background-color: black;
  text-decoration: none;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  margin-right: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}

.paragraph--type--blok-referentie .phinner .finner::after {
  display: block;
  content: "";
  clear: both;
}
/*# sourceMappingURL=style.css.map */