/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
/*d75ae142eec4001c85a4ea43a1e66d36*/
.back-to-top {
  position: fixed;
  bottom: 40px;
  z-index: 9999;
}
/*# forceer printen achtergrond + printstijlen */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .instrkop h3 {
    font-size: 14px !important;
    color: #ccc !important;
  }
  .tekening {
    display: block;
    border: 4px solid #bcbcbc;
    margin-top: 15px;
    padding: 7px;
  }
  .tekening img {
    height: 80%;
  }
  .restruimte {
    font-size: 8px;
  }
  .tttimg {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-right: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    border-right: 1px solid #bcbcbc;
  }
  .tektabbox {
    font-size: 10px;
    padding: 0 7px 7px 7px;
  }
  .tektabrij {
    font-size: 12px;
  }
  .tttimg img {
    width: 70px;
  }
  .tektabtype {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 0;
    font-family: arial;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    background: #dedede !important;
    margin-top: 7px;
    margin-bottom: 0;
    transform: scaleY(0.7);
    transform: scaleX(1);
  }
  .montageteksthead {
    font-size: 17px;
    margin-top: 25px;
  }
  .verwerking {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    font-family: arial;
    background: #ffffff !important;
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #bcbcbc;
  }
  .disclaim {
    font-size: 8px;
    margin-top: 35px;
  }
}
/*animaties*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
body, html {
  font-family: "Lato", sans-serif;
}
em {
  color: #000;
}
.g-logo img {
  width: 50%;
  display: block;
  margin-left: 20px;
  margin-top: 25px;
}
.topdia {
  display: block;
  height: 100%;
}
.topdia .dia-kreet {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 3em;
}
.topdia .uk-overlay-panel {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.topdia .button {
  margin-top: 2em;
}
.topdia .uk-slidenav-position {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}
.uk-cover-background {
  filter: brightness(90%);
}
.uk-dotnav li a {
  background: #f00;
  border-radius: 0;
  width: 3.5em;
  height: 0.4em;
  margin-bottom: 5em;
}
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: left;
  margin-left: 6.5%;
}
.whitetxt .slideshow-caption {
  color: #fff;
}
.blacktxt .slideshow-caption {
  color: #000;
}
#main {
  font-weight: normal;
  font-size: 1.2em;
  background: #fff;
  padding-left: 20px;
}
#main ul li a {
  font-weight: normal;
  font-size: 0.8em;
  text-transform: none;
}
#main .g-menu-item-title {
  display: block;
  margin-bottom: 10px;
  margin-right: -20px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  line-height: 1;
  text-transform: none;
  font-weight: normal;
  font-size: 1em;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-title {
  padding-right: 1em;
  font-size: 18px;
}
#g-navigation .hoofd .g-main-nav {
  margin-right: -50px;
  padding-right: 0;
}
#main .productenmenu .g-dropdown {
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
}
#main .productenmenu .g-dropdown .g-menu-item-title {
  font-weight: normal;
}
.hoofd ul ul li {
  background: #e53434;
  width: 300px;
}
.hoofd ul ul li:hover {
  background: #fff;
}
#main .productenmenu .g-dropdown li {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
#main .productenmenu .g-dropdown li ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #fff !important;
}
#main .lev1 .g-dropdown {
  margin-left: 0px;
}
.g-menu-item-container .g-menu-item-title {
  border-bottom: none !important;
}
.g-menu-parent-indicator {
  display: none !important;
}
.g-menu-item-572 div, .g-menu-item-573 div, .g-menu-item-572 div:hover, .g-menu-item-573 div:hover {
  background: #eeeeee !important;
  cursor: none !important;
  border: none !important;
  color: #000 !important;
}
h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px !important;
}
h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px !important;
}
#g-copyright {
  height: 60px;
}
#copyright-8899-particle {
  text-align: left;
  font-size: 0.9em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.pagebottom {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #e53434 !important;
}
.omhoog {
  background-color: #474747;
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline;
  text-align: center;
}
.omhoog .fa-angle-up {
  color: #fff;
  font-weight: bold;
}
.omhoog:hover, .omhoog:focus, .omhoog:visited {
  color: #e53434;
}
.omhoog.show {
  opacity: 1;
}
.topmail {
  color: #000;
}
.topmail:hover {
  color: #e53434;
}
.ctct {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  background: #e53434;
  height: 68px;
  width: 170px;
  transform: skewX(-16.5deg);
  margin-right: -20px;
  padding-right: 10px;
  font-weight: bold;
  color: #fff;
}
.ctct div {
  transform: skewX(16.5deg);
}
.ctct div a {
  display: flex;
  align-items: center;
  color: #fff;
  float: left;
}
.ctct div i {
  color: #fff;
  margin-left: 10px;
}
.ctct div a > .faa-shake.animated {
  -webkit-animation: none;
  animation: none;
}
.ctct div a:hover > .faa-shake.animated {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}
.faa-shake.animated, .faa-shake.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-shake {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}
#greyskew {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 150px;
  background: #eee;
  height: 68px;
  width: 200px;
  transform: skewX(-16.5deg);
}
.menuright ul li a {
  color: #464646 !important;
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 1em !important;
}
.menuright ul ul li a {
  color: #fff !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.menuright div {
  margin-left: auto;
  margin-right: auto;
}
.menuright ul ul div {
  margin-left: 0px;
  margin-right: auto;
}
.menuright .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  display: none;
}
.menuright nav {
  transform: skewX(16.5deg);
}
.menuright .g-dropdown {
  display: flex;
  background: none !important;
  padding-top: 15px !important;
  margin-left: -15px;
  border: none !important;
}
.menuright .g-dropdown ul {
  background: #e53434;
  width: 370px;
}
.menuright .g-dropdown ul li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.menuright .g-dropdown ul li a {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  padding-left: 38px !important;
}
.totop {
  display: flex;
  align-items: center;
  padding-top: 2px;
  background: #474747;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.totop:hover {
  opacity: 50%;
}
#scrollToTopBtn {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #474747;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.scrollToTopBtn {
  float: right;
  right: 0;
  z-index: 999;
  opacity: 0.8;
  transform: translateY(0px);
  transition: all 0.6s ease;
}
.fa-angle-up {
  color: #fff;
  font-weight: bold;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
}
.divider-wrap {
  -webkit-animation: slideOut 0.5s ease-out;
  display: block;
  width: 62px;
  height: 8px;
  background: #000;
  transform: skewX(-16.5deg);
  border-radius: 2px;
}
@keyframes slideOut {
  from {
    width: 0px;
  }
  to {
    width: 62px;
  }
}
.fixfoot {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #707070 !important;
  padding-bottom: 50px;
}
.fixfoot .g-grid {
  position: relative;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}
.fixfoot .g-block {
  float: left;
}
#g-bottom {
  position: relative;
  width: 100%;
  bottom: 30px;
  padding-bottom: 50px;
  margin-top: 100px;
}
.PS-direct {
  display: flex;
  flex-direction: row;
  height: 68px;
  gap: 15px;
  justify-content: right;
  align-items: center;
  position: absolute;
  right: 380px;
}
.PS-direct p {
  display: inline-flex;
  align-self: center;
}
.icons-contact {
  margin-bottom: 5px;
}
.icons-contact a {
  color: #fff;
}
.icons-contact img {
  margin-right: 10px;
  width: 20px;
}
.icons-contact:hover {
  transition: margin 0.1s;
  transition-timing-function: linear;
  margin-left: 5px;
  opacity: 80%;
}
.disc div {
  display: flex;
  align-items: center;
  height: 100%;
  float: right;
  margin-top: 0;
  font-size: 1em;
  padding: 0;
  color: #fff;
}
.disc div a {
  color: #fff !important;
  text-decoration: none;
}
.disc div a:hover {
  color: #000 !important;
  text-decoration: none;
}
.dwnldslider.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle, .dwnldslider.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
  background-color: #fff;
  color: #e53434;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
.dwnldslider.rl_sliders.accordion > .accordion-group {
  margin-bottom: 2px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  box-shadow: 0px 3px 3px #ddd;
}
.dwnldslider .panel-heading {
  box-shadow: 0px 3px 5px #ddd;
}
.dwnld-line a {
  display: block;
  font-size: 1em;
  color: #000;
  margin-bottom: 5px;
}
.dwnld-line a:hover {
  color: #e53434;
}
.dwnld-line a::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #e53434;
}
.nwsbrf-line a {
  display: block;
  font-size: 1em;
  color: #000;
  margin-bottom: 5px;
}
.nwsbrf-line a:hover {
  color: #e53434;
}
.nwsbrf-line a::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #e53434;
}
.montagecontainer {
  display: flex;
  width: 100%;
  border-top: 10px solid #e53434;
  box-shadow: 0px 5px 5px #d6d6d6;
}
.montageblad {
  display: inline-block;
  width: 50%;
  height: auto;
  background: #eee;
}
.montageblad img {
  width: 100%;
  border-right: 5px solid #eee;
  margin-top: 0;
}
.montagetekst {
  display: inline-block;
  width: 50%;
  background: #fff;
  padding: 30px 25px;
}
.montagecontainer .dwnld-line a {
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  box-shadow: 0px 0px 3px #d9d9d9;
}
.montagecontainer .dwnld-line a:hover {
  background: #e53434;
  color: #fff;
}
.montagecontainer .dwnld-line a:hover::before {
  color: #fff;
}
.montageteksthead {
  font-weight: normal;
  font-size: 1.1em;
  font-family: geom-graphic, sans-serif;
  line-height: normal;
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  .montagecontainer {
    display: block;
  }
  .montageblad {
    width: 100%;
    margin-bottom: 15px;
  }
  .montagetekst {
    width: 100%;
    padding-top: 0;
  }
  .item-pageproduct-page {
    width: 100%;
  }
  .columnwrap {
    display: block;
  }
  .column-left {
    width: 100%;
  }
  .column-right {
    width: 100%;
  }
  .blokkiewrap {
    display: flex;
    flex-direction: column;
  }
  .blokkie.mid {
    margin: 20px 0px;
  }
}
.item-pageproduct-page {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.columnwrap {
  display: flex;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.column-left {
  width: 50%;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
}
.column-right {
  width: 45%;
  display: inline-block;
  font-size: 0.9em;
}
.column-right p {
  display: flex;
  margin: 0.2em;
}
.column-right p:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #e53434;
}
.blokkiewrap {
  display: flex;
}
.blokkie {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: top;
  flex-direction: column;
  height: 220px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  text-align: center;
}
.blokkie i {
  color: #e53434;
}
.blokkie.mid {
  margin: 0px 20px;
}
.blokkietop {
  display: flex;
  align-items: center;
  height: 100px;
}
.overzicht-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 5px;
  padding: 1.2em;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5em;
}
.intro-img {
  text-align: center;
}
.intro-titel {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #e53434;
}
.montagecontainer-ps {
  display: flex;
  width: 100%;
}
.button-skew {
  border-radius: 5px !important;
  transform: skewX(-16.5deg);
}
.button-skew .zetrecht {
  transform: skewX(16.5deg) !important;
}
.columnwrap-ps .column-left h3 {
  margin: 0;
}
.toeptable {
  border: 1px solid #ddd;
  width: 100%;
}
.toepheadrow {
  font-weight: bold;
  background: #eee;
  color: #000;
  padding: 5px;
}
.toepbeeld {
  padding: 0 20px 10px 0;
  width: 100px;
}
.toepbeeld img {
  max-width: 100px;
}
.toeptxt {
  width: 50%;
}
.toeptxt-A {
  width: 30%;
}
.toeptxt-B {
  width: 40%;
}
.blog h2 {
  font-size: 24px !important;
}
.blog H2::after {
  content: "";
  display: block;
  width: 75px;
  height: 8px;
  background: #000;
  transform: skewX(-16.5deg);
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.rightblocks {
  background: none;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: fixed;
  float: right;
  top: 150px;
  right: 0;
  padding: 0;
  margin: 0;
}
.rightblocksmob {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1024;
  height: 110px;
  background: #fff;
  padding-top: 2px;
}
.voetje {
  margin-bottom: 90px;
}
@media only screen and (max-width: 810px) {
  .rightblocks {
    display: none;
  }
  h2 {
    font-size: 36px !important;
  }
  .g-slideshow-desc {
    font-size: 0.5em;
    word-break: break-word;
  }
  .leste {
    display: block;
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 811px) {
  .rightblocksmob {
    display: none;
  }
}
.kleinekop .page-header h1, h1 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#rl_tooltip_0 h3 {
  font-size: 24px !important;
}
.rapkolomcont {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.raprij {
  display: flex;
  flex-direction: row;
  column-gap: 25px;
  align-items: stretch;
  justify-content: center;
}
.rapkolom {
  background: #eee;
  width: 30%;
  padding: 10px;
  text-align: center;
}
.rapbut {
  width: 30%;
  padding: 10px;
  background: #e53434;
  text-align: center;
}
.rapbut a {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  color: #000;
}
.rapbut a:hover {
  background: #000;
  color: #fff;
}
/*# montagetekeningpaginas */
.tekening {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 5px solid #bcbcbc;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px;
}
.tektab {
  font-size: 0.9em;
  line-height: normal;
  font-family: Arial;
}
.toprow {
  width: 100%;
  background-color: unset;
  box-shadow: inset 0 0 0 1000px #ccc;
  font-weight: bold;
}
.tektab tr:first-child td {
  border: 1px solid #bcbcbc;
  line-height: normal;
}
.tektab td {
  border: 1px solid #bcbcbc;
  line-height: normal;
}
.leid {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.instrtitle {
  color: #ddd !important;
  float: left;
}
.instrkop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.instrkop h3 {
  color: #ccc !important;
  font-size: 20px !important;
}
.montage h3, .blokkiewrap-B h3 {
  font-size: 24px !important;
}
.montageteksthead {
  clear: both;
  font-size: 24px;
}
.tekening {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 5px solid #bcbcbc;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 10px;
}
.restruimte {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
}
.tektabbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  font-size: 14px;
  line-height: normal;
}
.tektabkopbox, .tektabrij {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  column-gap: 10px;
}
.tektabtype {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  background: #dedede;
  margin-top: 10px;
  margin-bottom: 0;
  border: 1px solid #bcbcbc;
}
.tttimg {
  background: #ffffff !important;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-right: 15px;
  border-right: 1px solid #bcbcbc;
}
.tttimg img {
  width: 100px;
}
.tektabkopsplit {
  width: 50%;
  display: flex;
  justify-content: center;
  font-family: arial;
  font-weight: bold;
  border: 1px solid #bcbcbc;
  background: #eee !important;
  padding: 5px;
}
.tektabrijwand, .tektabrijvloer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.tektabrijleft {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: arial;
  font-weight: bold;
  border: 1px solid #bcbcbc;
  border-top: none;
  background: #fff;
  padding: 2px 7px;
}
.tektabrijleft.brk, .tektabrijright.brk {
  border-bottom: 5px solid #bcbcbc;
}
.tektabrijright {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: arial;
  font-weight: normal;
  border: 1px solid #bcbcbc;
  border-top: none;
  background: #fff;
  padding: 2px;
}
.back-to-top {
  display: none;
}
.maxsparing {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  font-family: arial;
  background: #ccc !important;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #bcbcbc;
}
.verwerking {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  font-family: arial;
  background: #fff;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #bcbcbc;
}
.brkline {
  border-bottom-width: 13px;
}
.disclaim {
  margin-top: 50px;
  font-size: 11px;
}
.tektabrij1 {
  width: 25%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: arial;
  font-weight: bold;
  border: 1px solid #bcbcbc;
  border-top: none;
  padding: 2px 7px;
}
.tektabrij5kol1 {
  width: 24%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: arial;
  font-weight: bold;
  border: 1px solid #bcbcbc;
  border-top: none;
  padding: 2px 7px;
}
.tektabrij2, .tektabrij3, .tektabrij4 {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: arial;
  font-weight: normal;
  border: 1px solid #bcbcbc;
  border-top: none;
  padding: 2px;
}
.tektabrij5kol2, .tektabrij5kol3, .tektabrij5kol4, .tektabrij5kol5 {
  width: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: arial;
  font-weight: normal;
  border: 1px solid #bcbcbc;
  border-top: none;
  padding: 2px;
}
.tektabrij1.lichtgrijsbg, .tektabrij2.lichtgrijsbg, .tektabrij3.lichtgrijsbg, .tektabrij4.lichtgrijsbg, .tektabrij5kol1.lichtgrijsbg, .tektabrij5kol2.lichtgrijsbg, .tektabrij5kol3.lichtgrijsbg, .tektabrij5kol4.lichtgrijsbg, .tektabrij5kol5.lichtgrijsbg {
  background: #efefef !important;
  border-bottom: 1px solid #bcbcbc !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tektabrij75 {
  width: 75%;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
  font-family: arial;
  font-weight: normal;
  border: 1px solid #bcbcbc;
  border-top: none;
  background: #fff;
  padding: 2px;
  padding-left: 10px;
}
.tektabrij80 {
  width: 76%;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: center;
  font-family: arial;
  font-weight: normal;
  border: 1px solid #bcbcbc;
  border-top: none;
  background: #fff;
  padding: 2px;
  padding-left: 10px;
}
.tektabrij1.brk, .tektabrij2.brk, .tektabrij3.brk, .tektabrij4.brk, .tektabrij75.brk, .tektabrij5kol1.brk, .tektabrij5kol2.brk, .tektabrij5kol3.brk, .tektabrij5kol4.brk, .tektabrij5kol5.brk, .tektabrij80.brk {
  border-bottom: 5px solid #bcbcbc;
}
.search-pagination .page-link {
  color: #e53434;
}
.search-pagination .page-link:hover {
  color: #fff;
  background: #e53434;
  border: 1px solid #e53434;
}
.search-pagination .page-item.active .page-link {
  background: #e53434;
  border: 1px solid #e53434;
}
.search-pagination .page-item.active .page-link:hover {
  background: #000;
  border: 1px solid #000;
}
.js-finder-searchform div:first-of-type {
  width: 100%;
  padding: 0;
}
.js-finder-searchform fieldset input {
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  margin-bottom: 10px;
  color: #e53434;
  font-size: 2em;
}
.js-finder-searchform .btn {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.js-finder-searchform fieldset input:hover, .js-finder-searchform fieldset input:focus {
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
}
@media screen and (max-width: 460px) {
  .montagecontainer-ps {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: -100px;
    margin-bottom: -50px;
  }
  .systeemimg {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .systeemimg img {
    width: 100%;
    border-right: 5px solid #eee;
  }
  .systeemtekst {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 0px;
  }
  .systhead {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: normal;
  }
  .syst-subhead {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-top: 10px;
  }
  .divider-wrap-static {
    display: block;
    width: 75px;
    height: 8px;
    background: #000;
    transform: skewX(-16.5deg);
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-title {
    padding-right: 1em;
    font-size: 0.8em;
  }
  .blokkiewrap-B {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
  .blokkie-B {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: top;
    flex-direction: column;
    background: #efefef;
    padding: 30px;
    text-align: center;
  }
  .blokkie-B i {
    color: #808080;
  }
  .blokkie-B.mid {
    margin: 0px;
  }
  .blokkietop-B {
    display: flex;
    align-items: center;
    height: 100px;
  }
  .blokkie-B h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.2em !important;
  }
  .blokkie-B ul {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  .blokkie-B ul li {
    display: flex;
    list-style: none;
  }
  .blokkie-B ul li:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #e53434;
  }
  .downloadswrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
  }
  .downloads-iconblok {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #e53434;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .downloads-iconblok h3 {
    font-size: 1.5em !important;
  }
  .downloads-iconblok a {
    color: #fff !important;
  }
  .downloads-iconblok a:hover {
    color: #000 !important;
  }
  .downloadsblok {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #efefef;
    padding: 20px 50px 50px 50px;
  }
  .downloadsblok-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #efefef;
    padding: 0;
  }
  .downloadsblok h3, .downloadsblok-product h3 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .downloadblok-link {
    display: flex;
    color: #000;
  }
  .downloadblok-link:hover {
    color: #e53434;
  }
  .downloadblok-link:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #000;
  }
  .bimobjectimg {
    width: 25%;
  }
  .bimobjectimg img {
    width: 100%;
  }
  .buttonwrap-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0px;
  }
  .button-3a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: top;
    flex-direction: column;
    background: #efefef;
    padding: 0px;
    width: 100%;
  }
  .buttonwrap-3 .button-3a {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .buttonwrap-3 .button-3a:hover {
    margin-top: -20px;
    margin-bottom: 20px;
    transition-duration: 0.5s;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
  }
  .button-3a-top {
    font-family: "Inter";
    line-height: normal;
    padding: 15px;
    background: #001854;
    width: 100%;
    color: #fff;
    margin: 0;
    text-align: center;
  }
  .button-3a-bot {
    display: flex;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #000;
  }
}
@media screen and (min-width: 460px) {
  .montagecontainer-ps {
    display: flex;
    width: 100%;
  }
  .systeemimg {
    display: inline-block;
    width: 33%;
    height: auto;
  }
  .systeemimg img {
    width: 100%;
    border-right: 5px solid #eee;
    margin-top: 0;
  }
  .systeemtekst {
    display: inline-block;
    width: 67%;
    background: #fff;
    padding: 30px;
  }
  .systhead {
    font-family: "Inter", sans-serif;
    font-size: 30px;
  }
  .syst-subhead {
    font-family: "Inter", sans-serif;
    font-size: 20px;
  }
  .divider-wrap-static {
    display: block;
    width: 75px;
    height: 8px;
    background: #000;
    transform: skewX(-16.5deg);
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blokkiewrap-B {
    display: flex;
    margin-top: 30px;
  }
  .blokkie-B {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: top;
    flex-direction: column;
    background: #efefef;
    padding: 30px;
    text-align: center;
  }
  .blokkie-B i {
    color: #808080;
  }
  .blokkie-B.mid {
    margin: 0px 25px;
  }
  .blokkietop-B {
    display: flex;
    align-items: center;
    height: 100px;
  }
  .blokkie-B h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .blokkie-B ul {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  .blokkie-B ul li {
    display: flex;
    list-style: none;
  }
  .blokkie-B ul li:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #e53434;
  }
  .downloadswrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-top: 50px;
  }
  .downloads-iconblok {
    display: flex;
    flex-direction: column;
    width: 25%;
    background: #e53434;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .downloads-iconblok h3 {
    font-size: 1.5em !important;
  }
  .downloads-iconblok a {
    color: #fff !important;
  }
  .downloads-iconblok a:hover {
    color: #000 !important;
  }
  .downloadsblok {
    width: 50%;
    display: flex;
    flex-direction: column;
    background: #efefef;
    padding: 20px 50px 50px 50px;
  }
  .downloadsblok-product {
    width: 75%;
    display: flex;
    flex-direction: column;
    background: #efefef;
    padding: 20px 50px 50px 50px;
  }
  .downloadsblok h3, .downloadsblok-product h3 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .downloadblok-link {
    display: flex;
    color: #000;
  }
  .downloadblok-link:hover {
    color: #e53434;
  }
  .downloadblok-link:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #000;
  }
  .bimobjectimg {
    width: 25%;
  }
  .bimobjectimg img {
    width: 100%;
  }
  .buttonwrap-3 {
    display: flex;
    margin-top: 30px;
  }
  .button-3a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: top;
    flex-direction: column;
    background: #efefef;
    padding: 0px;
    margin: 0 20px;
  }
  .buttonwrap-3 .button-3a {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .buttonwrap-3 .button-3a:hover {
    margin-top: -20px;
    margin-bottom: 20px;
    transition-duration: 0.5s;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.2);
  }
  .button-3a-top {
    font-family: "Inter";
    line-height: normal;
    padding: 15px;
    background: #001854;
    width: 100%;
    color: #fff;
    margin: 0;
    text-align: center;
  }
  .button-3a-bot {
    display: flex;
    padding: 15px;
    text-align: center;
    color: #000;
  }
}
@media screen and (min-width: 761px) {
  .kolommen {
    display: flex;
    gap: 20px;
  }
  .kolomp {
    display: block;
    width: 24%;
    float: left;
  }
}
@media screen and (max-width: 760px) {
  .kolommen {
    display: block;
  }
  .kolomp {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .videocontainer {
    display: flex;
    flex-direction: column;
  }
  .videoblok {
    display: flex;
    width: 200%;
  }
  .videotext {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fdaa38;
    background: linear-gradient(180deg, #fdaa38 0%, #ff8000 100%);
    margin-top: 10px;
    color: #fff;
    padding: 35px;
    padding-top: 25px;
    font-size: 1.2em;
  }
  .videotext:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fdaa38;
    border-left: 10px solid transparent;
    margin-top: -45px;
  }
  .videobox {
    margin-top: 15px;
  }
  .videotext2 h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: normal;
  }
}
@media only screen and (min-width: 961px) {
  .videocontainer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .videocontainer2 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .videobox {
    display: flex;
    flex-direction: column;
    Width: 32%;
  }
  .videoblok {
    display: flex;
    width: 100%;
  }
  .videotext {
    display: flex;
    flex-direction: column;
    width: 50%;
    background: #fdaa38;
    background: linear-gradient(180deg, #fdaa38 0%, #ff8000 100%);
    margin-left: 0px;
    color: #fff;
    padding: 35px;
    font-size: 1.2em;
  }
  .videotext2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    margin-left: 0px;
    color: #000;
    padding: 0px;
    font-size: 1em;
  }
  .videotext2 h3 {
    margin-bottom: 15px;
    font-size: 22px !important;
    line-height: 24px;
  }
  .videoblok:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid #FE941B;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    align-self: center;
    margin-left: 0px;
  }
}
.btn-video {
  color: #e53434;
  font-size: 1.5em;
  width: 2.5em;
  height: 2.5em;
}
.price-compare-wrapper {
  display: none;
}
/* aanpassingen naar flamro.com */
.topline {
  font-size: var(--h4);
  font-weight: 700;
  margin-bottom: 5px;
  color: #676767;
}
.itemtxt {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  margin-top: 20px;
}
.blokkiewrap-C {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 30px;
  width: 80%;
}
.blokkie-C {
  flex: 1;
  display: flex;
  justify-content: top;
  flex-direction: column;
  background: #f4f4f4;
  padding: 30px;
  text-align: left;
}
.blokkie-C ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.blokkie-C h3 {
  margin-bottom: 10px;
}
a.internationaal {
  display: inner-flex;
  padding: 20px;
  background: #001854;
  color: #fff;
  font-family: "Inter", Sans-serif;
  font-weight: 800;
  font-size: 20px;
}
a.internationaal:hover {
  display: inner-flex;
  padding: 20px;
  background: #e53434;
  color: #fff;
  font-family: "Inter", Sans-serif;
  font-weight: 800;
  font-size: 20px;
}
#main .g-menu-item-title {
  padding-top: 10px;
}
.g-logo {
  transform: scale(1.5);
  transform-origin: top left;
}
/*# sourceMappingURL=custom_9.css.map */