body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif; }

h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px; }

.topBar {
  background: #161615;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  height: 30px;
  padding: 6px 0;
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9; }
  .topBar h3 {
    padding: 0px;
    margin: 0px;
    font-size: 16px; }
  .topBar .description {
    display: inline-block; }

button.btn-info {
  background: transparent;
  position: absolute;
  top: 2px;
  border: none;
  right: 10px; }

nav.navBar {
  background: #161615;
  opacity: 0.98;
  z-index: 3;
  position: fixed;
  top: 340px;
  height: 40px;
  padding: 5px 0px; }

ul.nav-pills {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  height: 44px; }
  ul.nav-pills .nav-link {
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 3px;
    color: #888888; }
    ul.nav-pills .nav-link.active {
      background: transparent;
      position: relative; }
      ul.nav-pills .nav-link.active:after {
        content: '';
        height: 2px;
        background: #E0741A;
        width: 100%;
        bottom: 5px;
        left: 0px;
        position: absolute; }

a-scene {
  position: fixed;
  top: 30px;
  height: 340px;
  width: 100%;
  z-index: 2; }

#configuratorPanel {
  background: linear-gradient(90deg, #fff 29px, transparent 1%) center, linear-gradient(#fff 29px, transparent 1%) center, rgba(0, 0, 0, 0.4);
  background-size: auto, auto, auto;
  background-size: 30px 30px;
  position: relative;
  top: 60vh; }
  #configuratorPanel #zwembadKnoppen #propyleen, #configuratorPanel #zwembadKnoppen #polyester {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    display: flex;
    padding-top: 40px; }
    #configuratorPanel #zwembadKnoppen #propyleen h3, #configuratorPanel #zwembadKnoppen #polyester h3 {
      display: block;
      width: 100%;
      position: absolute;
      margin-top: -30px; }
    #configuratorPanel #zwembadKnoppen #propyleen button, #configuratorPanel #zwembadKnoppen #polyester button {
      min-height: 130px;
      min-width: 130px;
      margin-right: 10px;
      margin-bottom: 10px;
      background: #ebebeb;
      border: 2px solid #ebebeb;
      white-space: nowrap; }
      #configuratorPanel #zwembadKnoppen #propyleen button.active, #configuratorPanel #zwembadKnoppen #polyester button.active {
        border: 2px solid #E0741A; }
  #configuratorPanel #TrapKnoppen div {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    display: flex;
    padding-top: 40px; }
  #configuratorPanel #TrapKnoppen h3 {
    display: block;
    width: 100%;
    position: absolute;
    margin-top: -30px; }
  #configuratorPanel #TrapKnoppen button {
    min-height: 130px;
    min-width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #ebebeb;
    border: 2px solid #ebebeb;
    white-space: nowrap; }
    #configuratorPanel #TrapKnoppen button.active {
      border: 2px solid #E0741A; }

input#lightSlider, #LichtSchuif {
  display: block !important;
  flex-wrap: nowrap;
  margin-top: 20px; }

.range-slider-parent {
  display: block !important;
  overflow: visible;
  min-width: 300px;
  padding-top: 4px !important; }
  .range-slider-parent .range-container {
    width: 300px;
    height: 25px;
    display: block !important;
    overflow: visible !important;
    padding-top: 0px !important; }
  .range-slider-parent div.aantal {
    display: block !important;
    height: 25px;
    margin-top: 0px;
    padding-top: 0px !important;
    margin-bottom: 15px; }
  .range-slider-parent input {
    width: 100%;
    height: 16px;
    -webkit-appearance: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0; }
    .range-slider-parent input::-webkit-slider-thumb {
      background: #E0741A;
      border-radius: 9999px;
      cursor: pointer;
      height: 16px;
      width: 16px;
      -webkit-appearance: none;
      margin-top: -7px; }
    .range-slider-parent input::-moz-range-thumb {
      background: #E0741A;
      border-radius: 9999px;
      cursor: pointer;
      height: 16px;
      width: 16px; }
    .range-slider-parent input::-webkit-slider-runnable-track {
      background: #ccc;
      height: 2px;
      width: 100%;
      border: 0;
      outline: 0;
      padding: 0;
      margin: 0; }
    .range-slider-parent input::-moz-range-track {
      background: #ccc;
      height: 2px;
      width: 100%;
      border: 0;
      outline: 0;
      padding: 0;
      margin: 0; }

div#lichtKnoppen {
  margin-top: 40px; }
  div#lichtKnoppen div {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    display: flex;
    padding-top: 40px; }
  div#lichtKnoppen h3 {
    display: block;
    width: 100%;
    position: absolute;
    margin-top: -30px; }
  div#lichtKnoppen button {
    min-height: 130px;
    min-width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #ebebeb;
    border: 2px solid #ebebeb;
    white-space: nowrap; }
    div#lichtKnoppen button.active {
      border: 2px solid #E0741A; }

.modal-content {
  background: linear-gradient(90deg, #000 29px, transparent 1%) center, linear-gradient(#000 29px, transparent 1%) center, rgba(55, 55, 55, 0.15);
  background-size: auto, auto, auto;
  background-size: 30px 30px;
  color: #fff;
  border-radius: 0px; }
  .modal-content .modal-header {
    border-bottom: none;
    display: block !important;
    text-align: center; }
  .modal-content .modal-footer {
    border-top: none; }

button.btn-close {
  color: #fff !important;
  filter: invert(1);
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 1; }

/*# sourceMappingURL=custom.css.map */
