@charset "UTF-8";
/* Body */
body {
  font-family: "Roboto", sans-serif;
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 5%;
  padding-right: 5%;
  font-style: normal;
  font-weight: 400;
  font-size: 12pt;
}
/* Container */
.container {
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
  background-color: #f2f2f2;
}
/* Navigation */
header {
  width: 100%;
  height: 0%;
}
.logo {
  width: 15%;
  float: left;
  padding: 3%;
  margin-top: 0px;
  margin-left: 0px;
}
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #5a5a5a;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #ffc526;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Hero Section */
.hero {
  background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 1)
    ),
    url(../images/houtverbinding_hero_transparant.jpg);
  background-size: contain;
  padding-top: 20%;
  padding-bottom: 18%;
  margin-top: 0px;
}

.underline_image {
  transition: ease-in-out 1s;
  margin: auto;
  display: block;
  width: 40%;
}

.tagline {
  text-align: center;
  color: #ffffff;
  margin-top: 4px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Diensten Section */

.diensten {
  position: relative;
  height: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  display: inline-block;
  background-color: #f2f2f2;
}

.titel_diensten {
  margin-left: 10%;
  margin-right: 40%;
  margin-bottom: 0%;
  color: grey;
  font-size: 27px;
}

.text_diensten {
  margin-left: 10%;
  margin-right: 40%;
  margin-top: 0%;
  margin-bottom: 0%;
  font-weight: 400;
  font-size: 18px;
}

.diensten_image {
  position: absolute;
  width: 30%;
  height: auto;
  float: right;
  margin-left: 65%;
  margin-right: 10%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* About Section */

.about {
  position: relative;
  padding-top: 8%;
  padding-bottom: 8%;
  height: auto;
  display: inline-block;
  background-color: #cca000;
}

.about_titel {
  margin-left: 39%;
  margin-right: 10%;
  margin-top: 0%;
  margin-bottom: 0%;
  color: grey;
  font-size: 27px;
}
.about_text {
  margin-left: 39%;
  margin-right: 10%;
  margin-top: 0%;
  font-weight: 400;
  font-size: 18px;
}

.about_image {
  width: 15%;
  float: left;
  margin-left: 20%;
  margin-top: 1%;
}

.pijl_jan {
  position: relative;
  width: 10%;
  height: auto;
  margin-left: 28%;
  margin-right: 10%;
}

.pijl_jan_mobile {
  display: none;
}
.about_image_mobile {
  display: none;
}
/* Projecten Section */

.projecten {
  position: relative;
  height: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  display: inline-block;
  background-color: #ffffff;
}

.container_projecten {
  position: relative;
  padding-bottom: 5%;
}

.titel_projecten {
  position: absolute;
  margin-left: 10%;
  margin-right: 40%;
  margin-top: 11%;
  color: grey;
  font-size: 27px;
}

.text_projecten {
  position: absolute;
  margin-left: 10%;
  margin-right: 52%;
  margin-top: 13%;
  font-weight: 400;
  font-size: 18px;
  padding-top: 1%;
}

.projecten_image1 {
  position: absolute;
  width: 20%;
  height: auto;
  float: left;
  margin-left: 40%;
}

.projecten_image2 {
  position: relative;
  width: 30%;
  height: auto;
  margin-left: 50%;
  padding-top: 10%;
}

.projecten_image3 {
  position: relative;
  width: 20%;
  height: auto;
  margin-left: 70%;
  margin-top: -5%;
  z-index: 1;
}

.container_projecten_mobile {
  display: none;
}

.container_projecten_images_grid {
  display: none;
}

/* More info */
.footer_banner {
  background-color: #5a5a5a;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0px;
}

.contact_titel {
  color: white;
  text-align: center;
}

.contact_text {
  color: white;
  text-align: center;
  font-size: 14pt;
}
.button {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  border: 3px solid #ffc526;
  color: #ffc526;
  transition: all 0.3s linear;
}
.button:hover {
  background-color: #ffc526;
  color: #1f1f1f;
  cursor: pointer;
}

/* Footer low */
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1f1f1f;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: 2px;
  border-top-width: 2px;
  font-size: 14px;
  text-decoration: none;
}

a: link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

/* Mobile------------------------------------------------------------------------------------------------------ */
@media (max-width: 700px) {
  body {
    padding-left: 1%;
    padding-right: 1%;
  }
  .topnav a {
    display: none;
    padding: 5px 10px;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    font-size: 10px;
  }

  .logo {
    width: 20%;
  }

  .underline_image {
    width: 50%;
  }

  .diensten {
    height: fit-content;
    display: inline-block;
  }
  .diensten_image {
    display: none;
  }

  .titel_diensten {
    margin-left: 20px;
    float: left;
    margin: auto;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 19px;
  }

  .text_diensten {
    margin: auto;
    padding-right: 10%;
    overflow: hidden;
    font-size: 12px;
  }

  .about {
    height: fit-content;
    display: inline-block;
  }
  .about_titel {
    margin-left: 20px;
    float: right;
    margin: auto;
    padding-right: 5%;
    padding-left: 3%;
    font-size: 19px;
  }

  .about_text {
    margin: auto;
    padding-left: 10%;
    padding-right: 20%;
    font-size: 12px;
  }

  .about_image {
    display: none;
  }

  .about_image_mobile {
    display: block;
    padding-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }
  .pijl_jan {
    display: none;
  }

  .pijl_jan_mobile {
    width: 15%;
    display: block;
    position: absolute;
    margin-left: 79%;
    margin-top: 8%;
    float: right;
  }

  .titel_projecten {
    position: relative;
    margin-left: 5%;
    margin-right: 2%;
    margin-top: 0px;
    float: left;
    padding-right: 0%;
    padding-left: 3%;
    font-size: 15px;
  }

  .text_projecten {
    padding-top: 0px;
    position: relative;
    margin-right: 5%;
    margin-top: 0px;
    overflow: hidden;
    font-size: 12px;
  }

  .container_projecten_mobile {
    display: unset;
  }

  .container_projecten_images {
    display: none;
  }

  .projecten_image1 {
    display: none;
  }

  .projecten_image3 {
    display: none;
  }

  .container_projecten_images_grid {
    padding: 3%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid_images {
    max-width: 100%;
  }

  .contact_titel {
    font-size: 20px;
  }
  .contact_text {
    font-size: 15px;
  }
  .button {
    background-color: #ffc526;
    color: black;
    box-shadow: 1px 1px 15px 2px #ffc526;
  }
}

/* Small Phones */
@media (max-width: 500px) {
  .pijl_jan_mobile {
    height: 60%;
    margin-top: 15%;
  }
  .copyright {
    font-size: 10px;
  }
}

/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
  .thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .thumbnail {
    width: 50%;
  }
  .parallax {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 20%;
  }
  .parallax_description {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_column {
    width: 100%;
  }
}

/* Small Desktops */
@media (min-width: 700px) and (max-width: 1096px) {
  .text_projecten {
    padding-top: 2%;
  }
}
