@font-face {
  font-family: 'SFProDisplay-Ultralight';
  src: local("Source Sans Pro"), local("Source Sans Pro"), url('/fonts/SFProDisplay-Ultralight.ttf') format('truetype');
  font-display: swap;
}



@font-face {
  font-family: 'SFProDisplay-Light';
  src: local("Source Sans Pro"), local("Source Sans Pro"), url('/fonts/FontsFree-Net-SFProDisplay-Light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay-Regular';
  src: local("Source Sans Pro"), local("Source Sans Pro"), url('/fonts/FontsFree-Net-SFProDisplay-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay-Semibold';
  src: local("Source Sans Pro"), local("Source Sans Pro"), url('/fonts/FontsFree-Net-SFProDisplay-Semibold.ttf') format('truetype');
  font-display: swap;
}

/* @font-face {
  font-family: 'BarlowSemiCondensed-Regular';
  src: local("Source Sans Pro"), local("Source Sans Pro"), url('/fonts/BarlowSemiCondensed-Regular.ttf') format('truetype');
  font-display: swap;
} */

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    /* // min-width: 1280px; */
    margin: 0px;
    background: black;
    font-family: 'SFProDisplay-Light', "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.4;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
}

#mainNav {
  padding-left: 88px;   
  z-index: 1003; 
  background-color: black; 
  height: 86px
}

#mainNav.navbar {
  justify-content: left;
}

#searchDiv {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: white;
  position: fixed;
  overflow: auto;
  margin-top: 85px;
  padding-bottom: 85px;
}

#searchTitle{
  line-height: 1.4;
  font-size: 26px;
  font-family: 'SFProDisplay-Regular';
}

#search {
  position: absolute;
  right: 88px;
  width: 400px;
}

#search input {
  width: 75%;
}

#search-mobile {
  display: none;
}

#search-mobile input {
    width: 75%;
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 14px;
    height: 38px;
}



#menuWrapper {
  margin-left: 104px; 
  height: 100%;
}

.hidden {
  display: none;
}

#mainMenu {
  display: none; 
  width: 100%; 
  height: 100%; 
  background-color: #ED1D24; 
  z-index: 1002; 
  position: fixed; 
  overflow: auto;
  padding-top: 86px;
}

.primaryLink:hover,
.secondaryLink:hover {
  color: black;
  text-decoration: none;
}

.primaryLink{
  display: block;
  font-family: 'SFProDisplay-Semibold',"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: white;
  font-size: 60px;
  text-decoration-line: none;
  padding: 10px 0px;
}

.secondaryLink {
  display: block;
  font-family: 'SFProDisplay-Regular',
  "Helvetica Neue",
  Helvetica,
  Arial,
  sans-serif;
  color: white;
  font-size: 24px;
  line-height: 24px;
  text-decoration-line: none;
  padding: 8px 0px;
}

.section {
  width: 100%;
  height: 80vh;
  position: relative;
  font-family: 'SFProDisplay-Regular';
}

#first {
  height: 80vh;
}

#second {
  height: 90vh;
}

#hero{
  font-family: 'SFProDisplay-Ultralight';
  font-size: 60px;
  line-height: 59px;
  position: absolute; 
  bottom: 50px; 
  left: 100px; 
  z-index: 100;
}

#animatie {
  position: absolute; 
  width: 50%; 
  top: 30%; 
  left: 25%; 
  color: white;
}

#heroSecond{
  font-family: 'SFProDisplay-Semibold';
  position: absolute;
  bottom: 50px;
  left: 100px;
}

#mainCarousel .carousel-control-prev,
#mainCarousel .carousel-control-next {
  width: 64px;
}

#mainCarousel .carousel-caption {
  position: absolute;
  right: initial;
  top: 70vh;
  left: 104px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'SFProDisplay-Semibold';
  text-shadow: 1px 0px black;
}

  /* .carousel-inner img {
    height: 90vh;
  } */


.contact {
  padding-top: 20%;
}

.contactShowroom {
  display: block;
  color: #EC1D24;
  font-family: "SFProDisplay-Semibold";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}

.contactTitle {
  margin-top: 12px;
  display: block;
  font-family: 'SFProDisplay-Light';
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;

}
.contactAddress {
  display: block;
  margin: 16px 0px;
}

.contactAddress a {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'SFProDisplay-Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.contactPhone {
  display: block;
}

.contactPhone a {
  color: #FFFFFF;
  font-family: 'SFProDisplay-Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.contactMail a {
  color: #FFFFFF;
  font-family: 'SFProDisplay-Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

#to-top {
    display: none;
    width: 68px;
    height: 68px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    background-color: #ED1D24;
    border-color: #ED1D24;
    border-radius: 50%;
    padding: 15px;
    opacity: .5;
    z-index: 1002;
}

#to-top:hover {
  opacity: .9;
}

#title {
    color: #ED1D24; 
    font-size: 18px; 
    padding: 6px 0px 6px 104px; 
    background: black
}

#productsLink, .prodLink {
  cursor: pointer;
}

#productsLink:hover, .prodLink:hover {
  color: black;
}

#productFamily {
  color: white; 
  font-size: 36px; 
  padding: 6px 0px 6px 104px; 
  background: black; 
  font-family: 'SFProDisplay-Semibold';
}

.cardsWrapper{
  min-height: 80vh; 
  margin: 0px 104px;
  padding-top: 86px;
}



.card-text {
  font-family: 'SFProDisplay-Semibold';
  font-size: 20px;
  text-align: left;
  line-height: 24px;
}

.subtitle {
  font-family: 'SFProDisplay-Regular';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

#prodContainer a:hover{
  opacity: .6;
}

#sidenav {
  padding-top: 165px;
  display: inline-block;
  margin: 0px 0px 0px 104px;
  width: 374px;
  position: relative;
  z-index: 99;
}

#sidenav a:hover {
  color: #EC1D24;
  text-decoration: none;
}

#imageContainer {
  padding-top: 86px;
  width: calc(100% - 503px); 
  margin-right: 20px;
  display: inline-block; 
  min-height: 80vh;
  vertical-align: top;
}

.sidenav-item{

  padding-top: 4px;
  padding-bottom: 4px;

}

.sidenav-item span{
  font-size: 18px;
  font-family: 'SFProDisplay-Light';
  color: white;
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}
.sidenav-item span:hover{
  color: #EC1D24;
}

.sidenav-item span.active {
  color: #EC1D24;
}

.imgRow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.imgColumn {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.imgColumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


#featuredImagesModal {
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

#featuredImagesModal .close {
  color: white;
  position: absolute;
  z-index: 20;
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
}

#featuredImagesModal .modal-dialog {
  max-width: 95%;
}

#featuredImagesModal .modal-content {
  background-color: transparent;
}

#featuredImagesModal img {
  width: 100%;
  max-height: 92vh;
  object-fit: contain;
}

#featuredImagesModal .modal-body {
  padding: 0px;
}

/* Next & previous buttons */
.prev,
.next {
  width: 64px; 
  height: 64px; 
  background: #ED1D24;
  text-align: center;
  opacity: .5;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 32px);
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 999;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  opacity: .9;
  text-decoration: none;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid black;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sectionTitle {
  width: 100%;
  padding: 10px;
  padding-left: 104px;
  color: white;
  background: #ED1D24;
  top: 86px;
  position: fixed;
  z-index: 100;
}

.sectionTitle a {
  color: white;
  font-family: 'SFProDisplay-Regular';
  font-size: 36px; 
}

.sectionTitle span{
  line-height: 1.4; 
  font-size: 26px;
  font-family: 'SFProDisplay-Regular';
}

#projectsTitle {
  color: #ED1D24; 
  font-size: 36px; 
  /* padding: 75px 0px 0px 104px;  */
  background: black; 
  font-family: 'SFProDisplay-Regular';
}

#projectTitle {
  padding-top: 75px;
  font-size: 48px;
  font-family: 'SFProDisplay-Regular';
  margin-bottom: 20px;
  color: white;
  opacity: .9;
}

#downloadsTitle {
  color: #ED1D24; 
  font-size: 36px; 
  padding: 6px 0px 36px 104px; 
  background: black; 
  font-family: 'SFProDisplay-Semibold';
}


#downloads {
  display: none;
  margin-left: 500px; 
  background: black; 
  width: calc(100% - 500px); 
  height: 100%; 
  position: fixed;
  z-index: 1000;
  top: 0px;
}

#contacts {
  padding: 0px 100px; 
  height: 80%;
}


#social {
  margin: 16px 0px;
}

#social svg {
  margin-right: 16px;
}


.downloadCardName{
  font-size: 18px;
  font-family: 'SFProDisplay-Semibold';
}

.downloadCardType{
  font-size: 16px;
  font-family: 'SFProDisplay-Regular';
  color: #818182;
  text-transform: uppercase;
}



.downloadCardLink{
  cursor: pointer; 
  border: 1px solid;
  background-color: white;
  font-size: 14px;
  font-family: 'SFProDisplay-Regular';
}

.downloadCardLink:hover {
 opacity: .6;
}

.col-md-3{
  padding: 0px 5px;
}

#contactsWrapper {
  padding-top: 100px;
  height: 100vh;
}

#termsSection {
  width: 100%; 
  min-height: 200px; 
  background-color: #F2F2F2; 
  padding: 95px 104px 0px 104px;
}

  .cookie-banner .col-md-9 {
    padding-left: 104px;
  }

@media screen and (max-width: 900px) {
  .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .cardsWrapper{
    margin: 0px 52px;
  }

  #termsSection {
    padding: 95px 50px 0px 50px;
  }

  .cookie-banner .col-md-9 {
    padding-left: 52px;
  }

  .prev,
  .next {
    width: 40px; 
  }

    #search { 
    display: none;
  }

  #search-mobile {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0px 15px;
  }

  body {
    min-width: 100%;
  }

  .section {
    height: 65vh;
  }

  #mainNav {
    padding-left: 16px;   
  }

  #menuWrapper {
    margin-left: 16px; 
  }

  .primaryLink{
    font-size: 48px;
    padding: 8px 0px;
  }
  
  #hero {
    left: 16px;
    font-size: 38px;
    line-height: 1;
  }

  #animatie {
    width: 100vw;
    top: 35%;
    left: 0;
  }
  #second {
    height: 39vh;
  }
  #mainCarousel a {
    display: none;
  }

  .carousel-inner {
    width: 100vw;
    height: 50vh;
  }

  .carousel-inner img {
    height: 300px;
  }

  #contacts {
    padding: 16px; 
    height: 100%;
  }

  #to-top {
    width: 48px;
    height: 48px;
    bottom: 16px;
    right: 16px;
    padding: 5px;
  }

  .contact {
    padding-top: 5%;
  }

  #title {
      padding: 6px 0px 6px 16px; 
  }

  #productFamily {
    padding: 6px 0px 6px 16px; 
  }

  #downloadsTitle {
    padding: 6px 0px 36px 16px; 
  }

  #sidenav {
    margin: 16px 0px 0px 16px;
  }

 .sectionTitle {
    padding-left: 15px;
  }

  .sectionTitle a {
    font-size: 28px;
  }

  .cardsWrapper{
    margin: 0px 16px;
  }

  #projectTitle {
    font-size: 36px;
    text-align: center;
 }

  /* Create four equal columns that sits next to each other */
  .imgColumn {
    flex: 100%;
    max-width: 100%;
    padding: 0 4px;
  }

  #imageContainer {
    width: 100%; 
    margin-right: 0px;
    display: inline-block; 
    min-height: 80vh;
    vertical-align: top;
  }

  #third {
    height: 80vh;
  }

  .contactTitle {
    margin-top: 8px;
    font-size: 28px;
    line-height: 28px;
  }

  .contactAddress {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0px;
  }

  #termsSection {
    padding: 95px 16px 0px 16px;
  }

  .cookie-banner .col-md-9 {
    padding-left: 16px;
  }

  #searchTitle {
    font-size: 18px;
  }

}

@media screen and (max-width: 350px) {
  #third {
    height: 100vh;
  }
}


@media screen and (min-height: 1024px) {
  .section {
    height: 45vh;
  }
}

@media screen and (max-height: 600px) {
  #mainNav {
    padding-left: 16px;
}

#first {
  height: 100vh;
}

  #hero {
    left: 16px;
    font-size: 38px;
    line-height: 1;
  }
}


.cookie-banner {
  position: fixed;
  bottom: 0px;
  /* width: 100%; */
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#toggleNavigationButton:focus{ 
  box-shadow: 0 0 0 0.2rem rgba(236,29,36,.25);
}

@media only screen 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

  #first {
    height: 50vh;
  }

  #second {
    height: 39vh;
  } 
}

@media only screen 
and (max-device-width: 812px)
and (orientation : landscape) { 
  
  #first {
    height: 90vh;
  }

}

@media only screen 
and (min-device-width : 640px) 
and (orientation : portrait) { 
  #mainNav {
    padding-left: 52px;
  }
  #sidenav {
    margin: 0px 0px 0px 52px;
    width: 230px;
  }
  .sectionTitle {
    padding-left: 52px;
  }
  #imageContainer {
    width: calc(100% - 330px);
  }
  #search {
    display: none;
  }
}



/* iPhone X Portrait */
/* @media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { 

  #first {
    height: 50vh;
  }

  #second {
    height: 39vh;
  }
  
} */

/* iPhone X Landscape */
/* @media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
  
  #first {
    height: 100vh;
  }

} */

/* iPad Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    
    #first {
      height: 40vh;
    }
    
    #animatie {
      width: 60%;
      left: 20%;
    }
}

/* iPad Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    
    #first {
      height: 60vh;

    }
  }
