body {
  font-family: "Manrope", sans-serif;
  padding-top: 140px;
}

h1 {
  font-family: "museo-slab", serif;
  font-size: 2.25rem;
  color: #063B5E;
  line-height: 2.875rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.lightbox {
  z-index: 9999999 !important;
}

#lightboxOverlay {
  z-index: 999999 !important;
}

h2 {
  font-family: "museo-slab", serif;
  font-size: 1.5rem;
  color: #063B5E;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: "museo-slab", serif;
  font-size: 1.125rem;
  font-weight: 700;
}

main {
  width: 100%;
  overflow: hidden;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: #191919;
}
p a {
  color: #063B5E;
  text-decoration: underline;
}

a {
  transition: all 0.2s ease;
}

.productPreviewHolder {
  cursor: pointer;
}
.productPreviewHolder .imageHolder {
  position: relative;
}
.productPreviewHolder .selection-popup {
  opacity: 0;
  background: rgba(128, 128, 128, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
.productPreviewHolder:hover .selection-popup {
  font-size: 28px;
  opacity: 1;
}
.productPreviewHolder.active .selection-popup {
  font-size: 28px;
  opacity: 1;
  color: #a4d042 !important;
}

img.imgMarginBottom {
  margin-bottom: 1.5rem;
}
img.imgMarginTop {
  margin-top: 2.5rem;
}

button:focus {
  outline: none;
}

.button {
  display: inline-block;
  border: 1px solid #DCDCDC;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  position: relative;
  transition: all 0.2s ease;
}
.button:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 1rem;
  height: 47px;
  width: 47px;
  background-color: #457B74;
  position: absolute;
  top: -1px;
  right: -47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.contactIcon:after {
  content: "\f095";
}
.button.afterLeft:after {
  left: -47px;
  transform: scale(-1, 1);
}
.button.buttonTransparent {
  background-color: transparent;
  border-color: #457B74;
}
.button.buttonTransparent:after {
  background-color: #457B74;
}
.button.buttonTransparent:hover {
  background-color: #457B74;
}
.button.buttonGreen {
  background-color: #457B74;
  border-color: #3B6D67;
}
.button.buttonGreen:after {
  background-color: #3B6D67;
}
.button.buttonGreen:hover {
  background-color: #3B6D67;
}
.button.buttonBlack {
  background-color: #063B5E;
  border-color: #042F4C;
}
.button.buttonBlack:after {
  background-color: #042F4C;
}
.button.buttonBlack:hover {
  background-color: #042F4C;
}
.button.backToTop:after {
  content: "\f0aa";
}
.button.buttonMarginBottom {
  margin-bottom: 2rem;
}
.button.buttonMarginTop {
  margin-top: 2rem;
}
.button:hover {
  text-decoration: none;
  color: white;
}
.button.buttonNoAfter:after {
  content: none;
}

.textButton {
  color: #191919;
  text-decoration: underline;
}
.textButton:hover {
  color: #063B5E;
}

.arrowButton {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 1rem;
  height: 47px;
  width: 47px;
  background-color: #457B74;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
}

.buttonList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.buttonList li {
  display: inline-flex;
}
.buttonList li:not(:first-of-type) {
  margin-left: calc(1rem + 47px);
}

.blockLink:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Header */
header#mainHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
header#mainHeader .topBar {
  background-color: #F8F8F8;
  border-bottom: 1px solid #DCDCDC;
}
header#mainHeader .topBar .topbarNavigation {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
header#mainHeader .topBar .topbarNavigation > li {
  display: inline-flex;
  position: relative;
}
header#mainHeader .topBar .topbarNavigation > li:not(:last-of-type) {
  margin-right: 1.5rem;
}
header#mainHeader .topBar .topbarNavigation > li a {
  color: #191919;
  font-weight: 500;
  padding: 0.5rem 0;
}
header#mainHeader .topBar .topbarNavigation > li a i {
  margin-right: 0.25rem;
}
header#mainHeader .topBar .topbarNavigation > li a:hover {
  color: #063B5E;
  text-decoration: none;
}
header#mainHeader .menuBar {
  border-bottom: 1px solid #DCDCDC;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
}
header#mainHeader .menuBar .logo svg {
  height: 4.75rem;
  width: auto;
}
header#mainHeader .menuBar .mainNavigation {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}
header#mainHeader .menuBar .mainNavigation.noBorderLeft {
  border-left: none;
}
header#mainHeader .menuBar .mainNavigation.noBorderRight {
  border-right: none;
}
header#mainHeader .menuBar .mainNavigation > li {
  display: inline-flex;
  position: relative;
  float: left;
}
header#mainHeader .menuBar .mainNavigation > li > a {
  padding: 2.75rem 0.75rem;
  text-transform: uppercase;
  color: #063B5E;
  font-weight: 700;
}
header#mainHeader .menuBar .mainNavigation > li > a i {
  margin-left: 0.5rem;
}
header#mainHeader .menuBar .mainNavigation > li:hover a {
  color: #457B74;
  text-decoration: none;
}
header#mainHeader .menuBar .mainNavigation > li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header#mainHeader .menuBar .mainNavigation > li.buttonStyle > a {
  background-color: #3B6D67;
  color: white;
  padding: 2.75rem 0.5rem;
}
header#mainHeader .menuBar .mainNavigation > li.buttonStyle > a .badge {
  background-color: white;
  color: #191919;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.5rem;
  margin-left: 0.25rem;
}
header#mainHeader .menuBar .mainNavigation > li.current-menu-item > a, header#mainHeader .menuBar .mainNavigation > li.current-menu-parent > a, header#mainHeader .menuBar .mainNavigation > li.current-menu-item-2 > a {
  color: #063B5E;
}
header#mainHeader .menuBar .mainNavigation > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #191919;
  margin-left: 0.5rem;
  position: relative;
  font-size: 0.85rem;
  top: -2px;
  transition: all 0.2s ease;
}
header#mainHeader .menuBar .mainNavigation > li .sub-menu {
  position: absolute;
  top: 4.9rem;
  left: -1px;
  margin: 0;
  list-style: none;
  width: 16rem;
  background-color: white;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  font-size: 1rem;
  z-index: 9999;
  border-top-color: white;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
header#mainHeader .menuBar .mainNavigation > li .sub-menu li a {
  color: #191919;
  line-height: 2rem;
  position: relative;
  font-size: 0.875rem;
  display: block;
  font-weight: 500;
}
header#mainHeader .menuBar .mainNavigation > li .sub-menu li a:hover {
  color: #457B74;
  text-decoration: none;
}
header#mainHeader .menuBar .mainNavigation > li .sub-menu li.current-menu-item a {
  font-weight: 700;
}

/* Main */
.breadCrumbs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #191919;
}
.breadCrumbs span {
  color: #191919;
  transition: 0.2s ease;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0 0.15rem;
  font-weight: 700;
}
.breadCrumbs span .fa-house {
  font-size: 1.25rem;
}
.breadCrumbs span.separator {
  color: #191919;
  padding: 0 0.15rem;
}
.breadCrumbs span.current-item {
  color: #191919;
}
.breadCrumbs span:hover a {
  color: #191919;
  text-decoration: none;
}
.breadCrumbs span:hover a span {
  color: #191919;
}

.separatorLine hr {
  border-color: #DCDCDC;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.container-fluid,
.container {
  position: relative;
}
.container-fluid.noPadding,
.container.noPadding {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.containerPadding,
.container.containerPadding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.container-fluid.containerPaddingSmall,
.container.containerPaddingSmall {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fluid.noPaddingBottom,
.container.noPaddingBottom {
  padding-bottom: 0;
}
.container-fluid.containerMarginTop,
.container.containerMarginTop {
  margin-top: 6rem;
}
.container-fluid.containerMarginTopSmall,
.container.containerMarginTopSmall {
  margin-top: 3rem;
}
.container-fluid .textColumnLeft,
.container .textColumnLeft {
  padding: 5rem 3rem 5rem 0;
  max-width: 555px;
  margin-left: auto;
}
.container-fluid .textColumnLeft.smallHeading h1,
.container .textColumnLeft.smallHeading h1 {
  font-size: 2.25rem;
  line-height: 2.875rem;
}
.container-fluid .textColumnLeft .breadCrumbs,
.container .textColumnLeft .breadCrumbs {
  padding-top: 0;
}
.container-fluid .textColumnLeft.extraPaddingBottom,
.container .textColumnLeft.extraPaddingBottom {
  padding-bottom: 12.5rem;
}

.single-size {
  max-width: 85px;
}

.blockPadding {
  padding: 2rem;
}

.cornerDots {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: -50px;
}

.backgroundGrey {
  background-color: #F6F6F6;
}
.backgroundGrey .dotsOverlay {
  position: absolute;
  top: calc(-6rem - 49px);
  right: 0;
}

.backgroundBrown {
  background-color: #063B5E;
}
.backgroundBrown .breadCrumbs {
  color: white;
}
.backgroundBrown .breadCrumbs span {
  color: white;
}
.backgroundBrown .breadCrumbs span.separator {
  color: white;
}
.backgroundBrown .breadCrumbs span.current-item {
  color: white;
}
.backgroundBrown .breadCrumbs span:hover a {
  color: white;
}
.backgroundBrown .breadCrumbs span:hover a span {
  color: white;
}
.backgroundBrown h1, .backgroundBrown h2 {
  color: white;
  font-size: 2.875rem;
  line-height: 3.875rem;
}
.backgroundBrown p {
  color: white;
}
.backgroundBrown .textButton {
  color: white;
}
.backgroundBrown .textButton:hover {
  color: white;
}

.backgroundImage {
  background-size: cover;
  background-position: center center;
}

.bigText h2 {
  color: #457B74;
  font-size: 2.25rem;
  opacity: 0.3;
}
.bigText p {
  color: #063B5E;
  font-family: "museo-slab", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.blockNavigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.blockNavigation.blockBefore:before {
  content: "";
  height: 13.85rem;
  width: 30rem;
  position: absolute;
  left: -30rem;
  top: 0;
  background-color: white;
  pointer-events: none;
}
.blockNavigation li {
  display: inline-flex;
  background-color: white;
  float: left;
  position: relative;
  overflow: hidden;
}
.blockNavigation li a {
  height: 17.25rem;
  width: 17.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #063B5E;
  font-size: 1.125rem;
  font-weight: 700;
}
.blockNavigation li a .productIcon {
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  max-width: 100%;
}
.blockNavigation li a:hover {
  text-decoration: none;
}
.blockNavigation li a:hover img {
  transform: scale(1.1);
}
.blockNavigation li#menu-item-190 a img {
  position: relative;
  bottom: -9px;
}
.blockNavigation:hover li .productIcon {
  opacity: 0.35;
}
.blockNavigation:hover li a {
  color: rgba(25, 25, 25, 0.35);
}
.blockNavigation:hover li:hover .productIcon {
  opacity: 1;
}
.blockNavigation:hover li:hover a {
  color: #191919;
}

.containerUp {
  margin-top: -7.125rem;
}

.filterNavigation {
  list-style: none;
  padding: 0;
  font-size: 0.875rem;
  margin-bottom: 0rem;
}
.filterNavigation li {
  display: inline-flex;
  margin-bottom: 0.5rem;
}
.filterNavigation li:not(:last-of-type) {
  margin-right: 1rem;
}
.filterNavigation li a {
  color: #063B5E;
  border: 1px solid #063B5E;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.filterNavigation li.current-menu-item a {
  background-color: #063B5E;
  color: white;
}
.filterNavigation li:hover a {
  background-color: #063B5E;
  color: white;
  text-decoration: none;
}

.productPreviewHolder {
  border: 1px solid #DCDCDC;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.2s ease;
}
.productPreviewHolder .imageHolder {
  height: 9rem;
  overflow: hidden;
  position: relative;
  background-color: #DCDCDC;
}
.productPreviewHolder .imageHolder.imageHolderBig {
  height: 18rem;
}
.productPreviewHolder .imageHolder.imageHolderAuto {
  height: auto;
}
.productPreviewHolder .imageHolder img {
  transition: all 0.2s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.productPreviewHolder .imageHolder .date {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-family: "museo-slab", serif;
  border-radius: 100px;
  padding: 0.35rem 0.85rem;
  position: absolute;
  z-index: 1000;
  left: 2rem;
  bottom: 1rem;
  pointer-events: none;
}
.productPreviewHolder .contentHolder {
  padding: 1.5rem;
  position: relative;
}
.productPreviewHolder .contentHolder h3 {
  margin-bottom: 1.5rem;
  min-height: 42px;
}
.productPreviewHolder .contentHolder .iconHolder {
  min-width: 1.25rem;
  display: inline-block;
}
.productPreviewHolder .contentHolder .productsHolder .comma:last-of-type {
  display: none;
}
.productPreviewHolder .contentHolder a {
  position: relative;
  z-index: 1000;
  color: #191919;
}
.productPreviewHolder .contentHolder .contactList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productPreviewHolder .contentHolder .contactList li {
  display: inline-flex;
}
.productPreviewHolder .contentHolder .contactList li:not(:last-of-type) {
  margin-right: 1rem;
}
.productPreviewHolder .contentHolder .contactList li a {
  color: #191919;
}
.productPreviewHolder .contentHolder .contactList li a:hover {
  color: #063B5E;
}
.productPreviewHolder:hover, .productPreviewHolder.active {
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.5);
}
.productPreviewHolder:hover .imageHolder img, .productPreviewHolder.active .imageHolder img {
  transform: scale(1.05);
}
.productPreviewHolder:hover .buttonGreen, .productPreviewHolder.active .buttonGreen {
  background-color: #3B6D67;
}

.propertiesList {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #191919;
  border: 1px solid #DCDCDC;
}
.propertiesList li {
  padding: 0.5rem 1rem;
}
.propertiesList li .propertie {
  width: 60%;
  display: inline-block;
}
.propertiesList li:not(:last-of-type) {
  border-bottom: 1px solid #DCDCDC;
}
.propertiesList li:nth-last-of-type(even) {
  background-color: #F6F6F6;
}

.downloadsList {
  list-style: none;
  padding: 0;
}
.downloadsList li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.downloadsList li a {
  background-color: #F6F6F6;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  position: relative;
  display: inline-block;
  color: #191919;
  margin-left: 47px;
  border: 1px solid #F6F6F6;
}
.downloadsList li a:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 1rem;
  height: 47px;
  width: 47px;
  background-color: #3B6D67;
  color: white;
  position: absolute;
  top: -1px;
  left: -47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloadsList li a:hover {
  background-color: #3B6D67;
  color: white;
  border-color: #3B6D67;
  text-decoration: none;
}

.projectInformationContainer .informationColumn p {
  margin-bottom: 0;
  padding-left: 1.75rem;
  position: relative;
}
.projectInformationContainer .informationColumn p:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
}
.projectInformationContainer .informationColumn p.opdrachtgever:before {
  content: "\f0f2";
}
.projectInformationContainer .informationColumn p.oplevering:before {
  content: "\f073";
}
.projectInformationContainer .informationColumn p.locatie:before {
  content: "\f3c5";
}
.projectInformationContainer .informationColumn p.product:before {
  content: "\f058";
}
.projectInformationContainer .informationColumn p.contact:before {
  content: "\f82d";
}
.projectInformationContainer .informationColumn p.share:before {
  content: "\f1e0";
}
.projectInformationContainer .informationColumn p.share span a:not(:last-of-type) {
  margin-right: 0.5rem;
}
.projectInformationContainer .informationColumn p a {
  color: #191919;
}
.projectInformationContainer .informationColumn p strong {
  text-transform: uppercase;
}
.projectInformationContainer .informationColumn p span {
  display: block;
}
.projectInformationContainer .informationColumn p span span {
  display: inline-block;
}
.projectInformationContainer .informationColumn p span span:last-of-type {
  display: none;
}

.ctaContainer {
  margin-top: 8rem;
}
.ctaContainer h2 {
  font-size: 2.25rem;
  max-width: 80%;
}

figure {
  position: relative;
}
figure img {
  width: 100%;
}
figure figcaption {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  font-size: 1.125rem;
  color: white;
  font-family: "museo-slab", serif;
  z-index: 1;
  transform: translateY(2.25rem);
  transition: all 0.2s ease;
}
figure figcaption p {
  color: white;
  margin-bottom: 0;
  font-family: "Manrope", sans-serif;
}
figure figcaption .iconHolder {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: right;
  display: block;
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0.25s;
}
figure.imageByTextBlock figcaption {
  bottom: 4rem;
}

.showIconOnHover:hover figcaption {
  transform: translateY(0);
}
.showIconOnHover:hover figcaption .iconHolder {
  opacity: 1;
}

.imageOverlay {
  position: relative;
}
.imageOverlay:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.numberContainer {
  margin-bottom: 3rem;
}
.numberContainer .number {
  color: #063B5E;
  display: block;
  font-size: 2.875rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

#searchContainer {
  background-color: white;
  position: fixed;
  height: calc(100% - 116px);
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 999;
  transform: translateY(-80rem);
}
#searchContainer.toggled {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
#searchContainer h2 {
  font-size: 2.875rem;
  line-height: 3.875rem;
}
#searchContainer .form-group {
  margin-bottom: 2rem;
}
#searchContainer .form-group [type=text] {
  background-color: transparent;
  border-radius: 0;
  color: #191919;
  border: none;
  text-align: center;
  border-bottom: 1px solid #DCDCDC;
  font-size: 1rem;
}
#searchContainer .form-group [type=text]:focus {
  box-shadow: none;
}
#searchContainer .button {
  margin-left: -47px;
}

.searchResults {
  list-style: none;
  padding: 0;
  font-size: 1rem;
}
.searchResults li {
  border-bottom: 1px solid #DCDCDC;
  line-height: 2rem;
}
.searchResults li a {
  color: #191919;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.searchResults li a .resultCategory {
  text-transform: capitalize;
}
.searchResults li a:hover {
  text-decoration: none;
  color: #063B5E;
}

.accordion {
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #F6F6F6;
}
.accordion h1 {
  margin-bottom: 0;
}
.accordion .card {
  border-radius: 0;
  border: none;
  border-top: 1px solid #DCDCDC;
}
.accordion .card.noBorder {
  border: none;
}
.accordion .card .card-header {
  padding: 0;
  background-color: white;
  font-family: "museo-slab", serif;
  background-color: #F6F6F6;
}
.accordion .card .card-header.titleCard {
  padding: 3rem 0;
}
.accordion .card .card-header button {
  font-weight: 400;
  font-size: 1.5rem;
  color: #063B5E;
  padding: 3rem 0;
  border-radius: 0;
  transition: all 0.2s ease;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.accordion .card .card-header button .accordionToggleIcon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border-radius: 100px;
}
.accordion .card .card-header button .accordionToggleIcon:after {
  content: "\f056";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  pointer-events: none;
  font-size: 0.85rem;
  position: relative;
  top: 1px;
  color: #063B5E;
  font-size: 1.5rem;
}
.accordion .card .card-header button.collapsed .accordionToggleIcon {
  background-color: transparent;
}
.accordion .card .card-header button.collapsed .accordionToggleIcon:after {
  content: "\f055";
}
.accordion .card .card-header button:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.accordion .card .card-header button:hover {
  color: #063B5E;
  text-decoration: none;
}
.accordion .card .card-body {
  padding: 2rem 0;
  background-color: #F6F6F6;
}
.accordion .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.accordion .card .card-body .button {
  margin-top: 2rem;
}
.accordion .card .card-body .imageHolder {
  height: 17.5rem;
  margin-bottom: -2rem;
}

.repeatableTextRows {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #DCDCDC;
}
.repeatableTextRows .textRow:not(:last-of-type) {
  margin-bottom: 3rem;
}

.second-text-black:nth-child(2) * {
  color: black;
}

.repeatableFigureBlock figure {
  transition: 0.2s;
}
.repeatableFigureBlock figure figcaption {
  bottom: 5rem;
}
.repeatableFigureBlock figure figcaption h3, .repeatableFigureBlock figure figcaption p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.repeatableFigureBlock figure figcaption .iconHolder {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.repeatableFigureBlock figure .button {
  margin-top: 1rem;
}
.repeatableFigureBlock:hover figure {
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.2);
}

.front-page-blocks {
  cursor: pointer;
}
.front-page-blocks .img {
  height: 16rem;
}
.front-page-blocks .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.front-page-blocks .text {
  padding: 1.5rem;
  background: white;
}
.front-page-blocks .text * {
  color: black;
  text-decoration: none !important;
}
.front-page-blocks a {
  text-decoration: none;
}

#menu-producten .menu-item span {
  z-index: 9999;
}

.downloadList {
  list-style: none;
  padding: 0;
}
.downloadList li {
  cursor: pointer;
}
.downloadList li a {
  color: #191919;
  background-color: #F6F6F6;
  position: relative;
  padding: 0.75rem 4rem;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
}
.downloadList li a .download {
  text-transform: uppercase;
}
.downloadList li a:before {
  content: "\f019";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  position: absolute;
  top: 0.75rem;
  left: 1.5rem;
  color: #191919;
}
.downloadList li a:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 0.75rem;
  right: 1.5rem;
  color: #191919;
}
.downloadList li:nth-of-type(even) a {
  background-color: white;
  color: black;
}
.downloadList li:hover a {
  box-shadow: inset 0px 0px 0px 1px #063B5E;
  text-decoration: none;
}

.newsletterContainer {
  margin-top: 5rem;
}
.newsletterContainer h2 {
  font-size: 2.25rem;
}

.nav-tabs {
  margin-top: 3rem;
}
.nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 1px solid #DCDCDC;
  opacity: 0.5;
}
.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.nav-tabs .nav-item .nav-link h2 {
  margin-bottom: 0;
}
.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}

.tooltipButton {
  background-color: transparent;
  padding: 0;
  border: none;
}

.stickyFilterContainer {
  position: sticky;
  z-index: 10;
  top: 145px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: white;
}

.design-dropdown-filter {
  margin-top: 1.5rem;
}

.design-text {
  margin-top: 2rem;
}

.tableColumn {
  margin-top: 2rem;
}
.tableColumn table thead {
  border-bottom: 2px solid #063B5E;
  color: #063B5E;
}
.tableColumn table tr th:not(:first-of-type),
.tableColumn table tr td:not(:first-of-type) {
  text-align: center;
}
.tableColumn table#overspanningstabel tr td:nth-of-type(4) {
  position: relative;
}
.tableColumn table#overspanningstabel tr td:nth-of-type(4):before {
  content: "";
  height: 100%;
  width: 1rem;
  background-color: white;
  position: absolute;
  top: 0;
  left: -0.5rem;
  z-index: 1;
}
.tableColumn table#overspanningstabel thead tr th span {
  display: block;
  font-size: 0.875rem;
}
.tableColumn table#overspanningstabel tbody tr:not(:first-of-type) .productTitle {
  display: none;
}
.tableColumn table#overspanningstabel tbody tr td:first-of-type {
  background-color: white;
}

.projectFilterItem {
  border: 1px solid #DCDCDC;
  background-color: #F8F8F8;
  font-size: 0.875rem;
  padding: 0.5rem 0.25rem;
}

/* Footer */
footer#mainFooter {
  margin-top: 6rem;
}
footer#mainFooter .ctaBar {
  background-color: #042F4C;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer#mainFooter .ctaBar p {
  color: white;
  font-family: "museo-slab", serif;
  font-size: 2.25rem;
  margin-bottom: 0;
}
footer#mainFooter .ctaBar .button {
  left: -47px;
}
footer#mainFooter .menuBar {
  background-color: #063B5E;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
footer#mainFooter .menuBar .footerColumn h3 {
  color: #457B74;
  margin-bottom: 0.25rem;
}
footer#mainFooter .menuBar .footerColumn img {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
footer#mainFooter .menuBar .footerColumn .footerNavigation {
  list-style: none;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
footer#mainFooter .menuBar .footerColumn .footerNavigation li {
  color: white;
  line-height: 1.875rem;
  font-weight: 500;
}
footer#mainFooter .menuBar .footerColumn .footerNavigation li a {
  color: white;
}
footer#mainFooter .menuBar .footerColumn .footerNavigation li a img {
  display: none;
}
footer#mainFooter .menuBar .footerColumn .footerNavigation.socialNavigation li a {
  font-size: 1.125rem;
}
footer#mainFooter .menuBar .footerColumn .footerNavigation.socialNavigation li a:not(:last-of-type) {
  margin-right: 1rem;
}
footer#mainFooter .veconet {
  display: block;
  color: white;
  margin-top: 2rem;
}
footer#mainFooter .veconet a {
  color: white;
  text-decoration: underline;
}

.page-template-front-page footer#mainFooter {
  margin-top: 0;
}

.page-template-archive-projecten .productPreviewHolder .imageHolder {
  height: 16rem;
}
.page-template-archive-projecten .productPreviewHolder .contentHolder h3 {
  min-height: unset;
}

.single img.imgMarginTop {
  margin-top: 5.75rem;
}

.modal {
  z-index: 999999;
}

.modal-backdrop {
  z-index: 999998;
}

.sch-absolute-icons {
  position: absolute;
  position: absolute;
  z-index: 1;
  right: 7px;
  top: -7px;
}

.offerte-edit-icon {
  background: white;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  cursor: pointer;
}

.offerte-remove-icon {
  background: white;
  color: tomato;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  cursor: pointer;
}

.productWithIcons {
  position: relative;
}
.productWithIcons .productIcons {
  z-index: 999;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
}
.productWithIcons .productIcons .productIcon {
  border-radius: 50%;
  color: black;
  background: white;
  font-size: 12px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  cursor: pointer;
}
.productWithIcons .productIcons .productIcon.red {
  background: tomato;
  color: white;
  border: 1px solid tomato;
}
.productWithIcons .productIcons .productIcon.red:hover {
  background: white;
  color: tomato;
  transition: all 0.5s;
}
.productWithIcons .productIcons .productIcon.normal {
  background: white;
  color: black;
  border: 1px solid black;
}
.productWithIcons .productIcons .productIcon.normal:hover {
  background: black;
  color: white;
  transition: all 0.5s;
}

.selectedColors {
  margin-top: 1rem;
}
.selectedColors .colors .color {
  margin-bottom: 10px;
}
.selectedColors .colors .color .inner {
  position: relative;
  cursor: pointer;
  min-height: 47px;
  padding: 15px;
  background-position: center;
  background-size: cover;
}
.selectedColors .colors .color .inner .delete {
  position: absolute;
  background: #063B5E;
  color: white;
  height: 100%;
  width: 47px;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selectedColors .colors .color .inner:hover .delete {
  opacity: 1;
}
.selectedColors .button {
  white-space: nowrap;
}

/* Import files */
.gform_wrapper {
  margin-top: 0 !important;
}
.gform_wrapper .gform_body .gfield {
  position: relative;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  margin-bottom: 0;
  transition: 0.2s ease;
  font-weight: 300;
  color: black;
  font-size: 1.125rem;
}
.gform_wrapper .gform_body .gfield.hideLabel .gfield_label {
  opacity: 0;
}
.gform_wrapper .gform_body .gfield.gfieldTextarea .gfield_label {
  margin-bottom: 1rem !important;
  margin-top: 1rem;
}
.gform_wrapper .gform_body .gfield.field--not-empty .gfield_label {
  opacity: 1;
}
.gform_wrapper .gform_body .gfield.gfield_error {
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .gform_body .gfield.gfield_error .gfield_label {
  margin-top: 0 !important;
}
.gform_wrapper .gform_body .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-bottom: 1px solid #063B5E;
}
.gform_wrapper .gform_body .gfield.gfield_error textarea {
  border: 1px solid #063B5E;
}
.gform_wrapper .gform_body .gfield.gfield_error .validation_message {
  color: #063B5E !important;
  padding-top: 0.5rem !important;
}
.gform_wrapper .gform_body .gfield .ginput_complex span label {
  opacity: 0;
  margin-bottom: 1.5rem;
}
.gform_wrapper .gform_body .gfield.newsletterField .gfield_label {
  font-family: "museo-slab", serif;
  color: #063B5E;
  font-weight: 300;
}
.gform_wrapper .gform_body .gfield.newsletterField .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
  margin-right: 0.5rem;
  margin-top: 0;
}
.gform_wrapper .gform_body .gfield.newsletterField .ginput_container_checkbox .gfield_checkbox li label {
  font-size: 1rem;
  color: #191919;
  line-height: 28px;
  font-weight: 500;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  padding: 0.5rem 0.3rem;
  border-bottom: 1px solid #DCDCDC;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #3B6D67;
  outline: none;
}
.gform_wrapper .gform_body textarea {
  border: 1px solid #DCDCDC;
}
.gform_wrapper .gform_body textarea:focus {
  border-color: #3B6D67;
  outline: none;
}
.gform_wrapper .gform_body .gfield_select {
  border: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid #DCDCDC;
  background-color: white;
  color: #777;
}
.gform_wrapper .gform_body .gfield_select:focus {
  border-color: #3B6D67;
  outline: none;
}
.gform_wrapper .gform_body .chosen-container {
  border: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid #DCDCDC;
  background-color: white;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .gfield_required {
  color: #063B5E !important;
}
.gform_wrapper .top_label .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .gform_footer {
  margin-top: 2rem !important;
}
.gform_wrapper .gform_footer .gform_button {
  border: 1px solid #3B6D67;
  color: white;
  background-color: #3B6D67;
  font-size: 0.875rem !important;
}
.gform_wrapper#gform_wrapper_1 .newsletterField {
  margin-top: 3rem;
}
.gform_wrapper#gform_wrapper_5 form {
  text-align: center;
}
.gform_wrapper#gform_wrapper_5 form #input_5_1 {
  text-align: center;
}

/* Responsive */
@media (max-width: 991.98px) {
  .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 0.875rem;
  }
  .gform_wrapper .gform_body .gfield .gfield_label {
    font-size: 1rem;
  }
  .gform_wrapper .gform_body .gfield.newsletterField .ginput_container_checkbox .gfield_checkbox li label {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 0.75rem !important;
  }
}
.slider.slick-dotted {
  margin-bottom: 0;
}
.slider.slick-dotted .slick-dots {
  bottom: 1rem;
  padding: 0 1rem;
  text-align: right;
}
.slider.slick-dotted .slick-dots li button {
  width: 2rem;
  height: 2rem;
}
.slider.slick-dotted .slick-dots li button:before {
  color: white;
  font-size: 14px;
  width: 2rem;
  height: 2rem;
}
.slider .carouselSlide:focus {
  outline: none;
}
.slider.projectCarousel .carouselSlide {
  height: 607px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  padding: 0 2rem 9rem 2rem;
}
.slider.projectCarousel .carouselSlide .slideContent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider.projectCarousel .carouselSlide .slideContent ul li {
  color: white;
}
.slider.projectCarousel .carouselSlide .slideContent ul li h3 {
  text-shadow: 0 5px 5px #000;
}
.slider.projectCarousel .carouselSlide .slideContent ul li a {
  color: white;
  text-shadow: 0 5px 5px #000;
}
.slider.singleColumnCarousel .carouselSlide {
  padding: 0;
  position: relative;
}
.slider.singleColumnCarousel .carouselSlide img {
  max-height: 500px;
  margin: auto;
}
.slider.singleColumnCarousel .carouselSlide .openGallery {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #063B5E;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.slider.singleColumnCarousel .slick-dots {
  text-align: center;
}
.slider.singleColumnCarousel .slick-dots li button:before {
  color: #063B5E;
}
.slider.singleColumnCarousel .slick-arrow {
  z-index: 1;
}
.slider.singleColumnCarousel .slick-arrow.slick-prev {
  left: 25px;
}
.slider.singleColumnCarousel .slick-arrow.slick-next {
  right: 25px;
}
.slider.twoColumnCarousel .carouselSlide {
  padding: 0 1rem;
  width: 1140px;
}
.slider.twoColumnCarousel .carouselSlide .imageHolder {
  height: 37.5rem;
  background-size: cover;
  background-position: center center;
}
.slider.twoColumnCarousel .carouselSlide .slideContent {
  margin-left: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.slider.twoColumnCarousel .carouselSlide .slideContent .product a {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-family: "museo-slab", serif;
  border-radius: 100px;
  padding: 0.35rem 0.85rem;
  position: relative;
  z-index: 1000;
}
.slider.twoColumnCarousel .carouselSlide .slideContent .product a:hover {
  background-color: white;
  color: #191919;
  text-decoration: none;
}
.slider.twoColumnCarousel .carouselSlide .slideContent h2 {
  color: white;
  margin-bottom: 0;
  text-shadow: 0 5px 5px #000;
}

.carouselArrows {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
}
.carouselArrows li {
  display: inline-flex;
  position: relative;
}
.carouselArrows li:last-of-type {
  margin-left: 1rem;
}
.carouselArrows li button {
  background-color: white;
  color: #063B5E;
  height: 3.75rem;
  width: auto;
  border: none;
  font-size: 2rem;
  padding: 0;
}

.carouselDotsOverlay {
  position: absolute;
  left: -3.125rem;
  bottom: -3.125rem;
  height: 6.25rem;
  width: auto;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .slider.projectCarousel .carouselSlide {
    height: 550px;
  }
  .slider.twoColumnCarousel .carouselSlide {
    width: 960px;
  }
  .slider.twoColumnCarousel .carouselSlide .imageHolder {
    height: 30rem;
  }
}
@media (max-width: 991.98px) {
  .slider.projectCarousel .carouselSlide {
    padding: 2rem;
    height: 25rem;
  }
  .slider.twoColumnCarousel .carouselSlide {
    width: 720px;
  }
  .slider.twoColumnCarousel .carouselSlide .imageHolder {
    height: 25rem;
  }
}
@media (max-width: 767.98px) {
  .carouselArrows li button {
    font-size: 1.125rem;
  }
  .slider.projectCarousel .carouselSlide {
    padding: 1.25rem;
    height: 20rem;
  }
  .slider.projectCarousel .carouselSlide .slideContent ul {
    font-size: 0.875rem;
  }
  .slider.projectCarousel .carouselSlide .slideContent ul h3 {
    font-size: 0.875rem;
  }
  .slider.twoColumnCarousel .carouselSlide {
    width: 375px;
  }
  .slider.twoColumnCarousel .carouselSlide .imageHolder {
    height: 20rem;
  }
  .slider.twoColumnCarousel .carouselSlide .slideContent {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .slider.twoColumnCarousel .carouselSlide .slideContent .product a {
    font-size: 0.75rem;
  }
  .slider.twoColumnCarousel .carouselSlide .slideContent h2 {
    font-size: 1rem;
  }
}
@media (max-height: 600px) {
  header#mainHeader {
    position: absolute;
  }
}
/* Responsive */
@media (max-width: 1199.98px) {
  header#mainHeader .menuBar .logo {
    padding: 0 15px;
  }
  .fixedButton {
    position: fixed;
    right: -4.4rem;
    top: 35%;
    z-index: 100;
    transform: rotate(90deg);
  }
  h1 {
    font-size: 2rem;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .button {
    font-size: 0.75rem;
  }
  .button:after {
    height: 44px;
    width: 44px;
    right: -44px;
  }
  .buttonList li {
    display: flex;
    margin-bottom: 1rem;
  }
  .buttonList li:not(:first-of-type) {
    margin-left: 0;
  }
  .container-fluid .textColumnLeft,
  .container .textColumnLeft {
    padding: 4rem 2.5rem;
    max-width: unset;
  }
  .container-fluid .textColumnLeft.extraPaddingBottom,
  .container .textColumnLeft.extraPaddingBottom {
    padding-bottom: 10rem;
  }
  .backgroundBrown h1, .backgroundBrown h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .blockNavigation li a {
    width: 11.6rem;
    height: 11.6rem;
    font-size: 1rem;
  }
  figure figcaption {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    font-size: 1rem;
  }
  .newsletterContainer h2,
  .ctaContainer h2 {
    font-size: 1.75rem;
  }
  .numberContainer .number {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
  }
  .searchResults {
    font-size: 0.875rem;
  }
  .searchResults li a {
    padding: 0.5rem 0;
  }
  .accordion .card .card-header.titleCard {
    padding: 2rem 0;
  }
  .accordion .card .card-header button {
    padding: 2rem 0;
    font-size: 1.125rem;
  }
  .ctaContainer {
    margin-top: 4rem;
  }
  footer#mainFooter .ctaBar p {
    font-size: 1.75rem;
  }
  footer#mainFooter .menuBar .footerColumn .footerNavigation {
    font-size: 0.875rem;
  }
  footer#mainFooter .menuBar .footerColumn .footerNavigation li {
    line-height: 1.75rem;
  }
  footer#mainFooter .veconet {
    font-size: 0.75rem;
  }
  .page-template-archive-nieuws .productPreviewHolder .contentHolder h3 {
    min-height: 42px;
  }
}
@media (max-width: 991.98px) {
  header#mainHeader .menuBar .logo {
    padding: 15px;
  }
  header#mainHeader .navToggleButton {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    margin-right: 15px;
  }
  header#mainHeader .navToggleButton:focus {
    outline: none;
  }
  .offCanvasNavigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 9999;
    padding-top: 10rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.2s ease;
  }
  .offCanvasNavigation .mainNavigation {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    text-align: center;
  }
  .offCanvasNavigation .mainNavigation li {
    line-height: 3rem;
  }
  .offCanvasNavigation .mainNavigation li .sub-menu {
    display: none;
  }
  .offCanvasNavigation .mainNavigation li a {
    color: #063B5E;
    font-size: 1.5rem;
  }
  .offCanvasNavigation .mainNavigation li.current-menu-item a, .offCanvasNavigation .mainNavigation li.current-page-ancestor a {
    color: #457B74;
  }
  .offCanvasNavigation .socialNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .offCanvasNavigation .socialNavigation li {
    display: inline-block;
    margin: 0 0.5rem;
  }
  .offCanvasNavigation .socialNavigation li a {
    font-size: 1.5rem;
    color: #063B5E;
  }
  .offCanvasNavigation .socialNavigation li a .vvvIcon {
    position: relative;
    top: -2px;
  }
  .offCanvasNavigation.toggled {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  h2 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .orderFirst {
    order: -1;
  }
  .breadCrumbs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .headerImage {
    height: 25rem;
  }
  .blockNavigation {
    display: flex;
  }
  .blockNavigation li a {
    width: unset;
    height: 8.5rem;
    font-size: 0.75rem;
  }
  .productPreviewHolder .imageHolder.imageHolderBig {
    height: 14rem;
  }
  .productPreviewHolder .imageHolder .date {
    left: 1rem;
    bottom: 0;
    font-size: 0.75rem;
  }
  .newsletterContainer {
    margin-top: 3rem;
  }
  .projectInformationContainer .informationColumn {
    margin-bottom: 1rem;
  }
  .table {
    font-size: 0.75rem;
  }
  .table td, .table th {
    padding: 0.5rem;
  }
  .accordion h1 {
    font-size: 2rem;
  }
  .accordion .card .card-header.titleCard {
    padding: 1.5rem 0;
  }
  .accordion .card .card-header button {
    padding: 2rem 0;
    font-size: 1rem;
  }
  .accordion .card .card-header button .accordionToggleIcon:after {
    font-size: 0.875rem;
  }
  .accordion .card .card-body .imageHolder {
    margin-top: 1.5rem;
  }
  .repeatableTextRows .textRow:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  footer#mainFooter .ctaBar p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  footer#mainFooter .menuBar .footerColumn {
    margin-bottom: 3rem;
  }
  .single-nieuws .backButton {
    display: none;
  }
  .cornerDots {
    top: 20px;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .project-selectboxes {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  body {
    padding-bottom: 44px;
  }
  header#mainHeader .topBar .topbarNavigation {
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  header#mainHeader .topBar .topbarNavigation li:not(:last-of-type) {
    margin-right: 0.5rem;
  }
  .offCanvasNavigation .mainNavigation li {
    line-height: 3rem;
  }
  .offCanvasNavigation .mainNavigation li a {
    font-size: 1.2rem;
  }
  .container-fluid.containerPadding,
  .container.containerPadding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .container-fluid .textColumnLeft,
  .container .textColumnLeft {
    padding: 2rem 15px;
  }
  .container-fluid .textColumnLeft.smallHeading h1,
  .container .textColumnLeft.smallHeading h1 {
    font-size: 1.75rem;
  }
  .container-fluid .textColumnLeft.extraPaddingBottom,
  .container .textColumnLeft.extraPaddingBottom {
    padding-bottom: 2rem;
  }
  .productPreviewHolder .contentHolder {
    padding: 1rem;
  }
  .productPreviewHolder .contentHolder h3 {
    font-size: 1rem;
  }
  .backgroundBrown h1, .backgroundBrown h2 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .backgroundGrey .dotsOverlay {
    top: calc(-3rem - 49px);
  }
  .filterNavigation {
    font-size: 0.75rem;
  }
  .filterNavigation li a {
    padding: 0.5rem;
  }
  .filterNavigation li:not(:last-of-type) {
    margin-right: 0.5rem;
  }
  .newsletterContainer h2,
  .ctaContainer h2 {
    font-size: 1.25rem;
  }
  .downloadList {
    font-size: 0.875rem;
  }
  .downloadList li a .download {
    display: none;
  }
  .ctaContainer {
    margin-top: 2rem;
  }
  .fixedButton {
    transform: rotate(0deg);
    right: unset;
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  footer#mainFooter {
    margin-top: 3rem;
  }
  footer#mainFooter .ctaBar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer#mainFooter .ctaBar .button {
    left: 0;
    margin-top: 1rem;
  }
  footer#mainFooter .menuBar {
    padding-top: 3rem;
  }
  footer#mainFooter .menuBar .footerColumn {
    margin-bottom: 1.5rem;
  }
  footer#mainFooter .veconet {
    margin-top: 0;
  }
  .single-projecten-form {
    margin-top: 5rem;
  }
}

/*# sourceMappingURL=style.min.css.map */
