@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
body {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: 100%
}
.wrapper-big {
  padding-left: 8%;
  padding-right: 8%;
}
.btn-outline-white {
  display: inline-block;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: transparent;
  transition: all .2s;
  z-index: 1;
  border-radius: 0;
  position: relative;
  font-weight: 700;
  border: solid 2px rgba(255, 255, 255, 1);
}
.btn-outline-white:after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .2s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  text-decoration: none !important;
  color: rgba(0, 0, 0, 1) !important;
}
.btn-outline-white:hover {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 1) !important;
}
.btn-outline-white:focus:after, .btn-outline-white:hover:after {
  height: 100%;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 1) !important;
}
.btn-outline-orange {
  display: inline-block;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #cb4a1c;
  transition: all .2s;
  z-index: 1;
  border-radius: 0;
  position: relative;
  font-weight: 700;
  border: solid 2px #cb4a1c;
}
.btn-outline-orange:after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .2s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  text-decoration: none !important;
  color: rgba(0, 0, 0, 1) !important;
}
.btn-outline-orange:hover {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 1) !important;
}
.btn-outline-orange:focus:after, .btn-outline-orange:hover:after {
  height: 100%;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 1) !important;
}
header.masthead {
  background-image: url("../../imgs/asfalttransport_head.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header.masthead h1, header.masthead .h1 {
  font-size: 2.25rem;
}
.overlay-black {
  background-color: rgba(0, 0, 0, .6);
  height: 100vh;
}
.top-logo {
  text-align: right;
  padding-top: 35px;
  padding-right: 35px;
}
.top-logo img {
  width: 200px;
}
.home_intro_content h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 110%;
  max-width: 800px;
  color: #fff;
  margin-bottom: 35px;
}
.home_intro_content h2 {
  background-color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  margin-bottom: 35px;
  color: #000;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1, header.masthead .h1 {
    font-size: 3.5rem;
  }
}
.intro-white {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #4c4c4c;
  font-weight: 200;
  padding: 10%;
}
.intro-white h2 {
  font-size: 40px;
  color: #cb4a1c;
  font-weight: 400;
}
.intro-white-photo {
  height: 0;
  padding-bottom: 65%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.intro-grey {
  font-size: 20px;
  line-height: 34px;
  color: #4c4c4c;
  font-weight: 200;
  background-color: rgba(169, 180, 192, .137);
  padding: 10%;
}
.intro-grey strong {
  font-weight: 600;
}
#carouselAsfalttransport {
  position: relative;
}
#carouselAsfalttransport .wrapper-controls {
  position: absolute;
  z-index: 5;
  bottom: -14px;
  right: 35px;
}
#carouselAsfalttransport .wrapper-controls a {
  background-color: #CB4A1C;
  padding: 20px 30px 20px 30px;
  color: #fff;
  font-size: 20px;
}
#carouselAsfalttransport .wrapper-controls a:hover {
  background-color: #000;
}
.wrapper-cta {
  padding-bottom: 10%;
  padding-top: 10%;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  background-image: url("../../imgs/cta-background.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  color: #fff;
}
.wrapper-cta h2 {
  font-size: 60px;
}
.wrapper-cta h3 {
  background-color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  margin-bottom: 25px;
  color: #000;
}
.text-block {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #4c4c4c;
  font-weight: 200;
  padding: 5% 10%;
}
.text-block a {
  color: #4c4c4c;
  text-decoration: none;
}
.text-block a:hover {
  color: #cb4a1c;
  text-decoration: none;
}
.text-block h2 {
  font-size: 60px;
  line-height: 60px;
  color: #cb4a1c;
  font-weight: 700;
  margin-bottom: 30px;
}
.text-block h3 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
}
.text-block h4 {
  font-size: 30px;
  line-height: 30px;
  color: #cb4a1c;
  font-weight: 400;
  margin-bottom: 30px;
}
.textzone-right {
  text-align: left !important;
  border-left: solid 2px #cb4a1c;
}
.textzone-left {
  text-align: left !important;
}
#opsomming {
  background-color: #EFEFEF;
  padding-top: 0;
  margin-top: 100px;
  padding-bottom: 50px;
}
.photo-opsomming {
  padding-top: 0px;
  margin-top: -70px;
}
#contact {
  background-color: #CB4A1C;
  padding-top: 100px;
  padding-bottom: 100px;
}
#contact h2 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
#contact h3 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
#contact .text-block {
  font-size: 20px;
  line-height: 34px;
  font-weight: 200;
  padding: 0px 10%;
  color: #ffffff;
  text-align: left;
}
.contact-form .inputfield {
  background-color: rgba(255, 255, 255, .55);
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.contact-form .inputfield:focus, .contact-form .text-area:focus {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
}
.contact-form .text-area {
  height: 150px;
  background-color: rgba(255, 255, 255, .55);
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.contact-form label {
  color: #fff;
  text-align: left;
  font-size: 18px
}
#map {
  height: 600px;
  width: 100%;
  margin-top: 50px;
}
#footer {
  background-color: #EFEFEF;
  padding-top: 50px;
  padding-bottom: 50px;
}
.logo-ft img {
  width: 225px;
}
.copyright-ft {
  text-align: center;
  font-weight: 200;
}
.copyright-ft a {
  color: #000;
  text-decoration: none;
}
.copyright-ft a:hover {
  color: #CB4A1C;
  text-decoration: none;
}
.wrapper-gdpr h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #e59172;
  margin-bottom: 20px;
  margin-top: 150px;
}
.wrapper-gdpr h2 {
  color: #e59172;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}
.wrapper-gdpr h3 {
  background: #e59172;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.wrapper-gdpr p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em;
}
.wrapper-gdpr strong {
  color: #000;
  font-weight: 600;
}
.wrapper-gdpr table {
  width: 100%;
}
.wrapper-gdpr thead th {
  border: 1px solid #353535;
  padding: 10px;
}
.wrapper-gdpr thead {
  background-color: #4c4c4c;
  color: #fff;
}
.wrapper-gdpr tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}
.wrapper-gdpr a {
  color: #e59172;
  font-weight: 700;
  text-decoration: none;
}
.wrapper-gdpr ul {
  color: #7e7e7e;
  font-size: 19px;
}
@media(max-width:1200px) {}
@media(max-width:991px) {
  .textzone-right {
    text-align: left !important;
    border-left: none;
  }
  .photo-opsomming {
    padding-top: 0px;
    margin-top: 0px;
  }
  .text-block, .intro-white, .intro-grey, .wrapper-cta {
    padding: 70px 0px 70px 0px;
  }
  #footer .text-block {
    padding: 30px 0px 30px 0px;
  }
}
@media(max-width:767px) {
  .wrapper-big {
    padding-left: 0px;
    padding-right: 0px;
  }
  .intro-white h2 {
    font-size: 30px;
  }
  .wrapper-cta h2, .wrapper-cta h2 {
    font-size: 40px;
  }
  .text-block h2, #contact h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .container-fluid, .container-fluid row, .container-fluid col {
    padding: 0px 0px 0px 0px;
  }
}
@media(max-width:550px) {
  .top-logo {
    text-align: center;
    padding-right: 0px;
  }
}

.errors-nieuwsbrief {
  color: #ffffff;
  font-weight:bold;
  margin-bottom: 0.412em;
  padding: 5px;
  text-align: left;
  font-size: 15px;
  background: #ff0000;
}