@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  height: 100%;
  background-color: rgba(248, 249, 248, 1);
  color: rgba(61, 54, 49, 1);
}

/*************

Brown: color: rgba(61,54,49, 1);
Brown 2 Lighter: color: rgba(153, 124,91, 1);
Beige: color: rgba(170,145,110, 1);
Beige 2 Lighter: color: rgba(197,179,157, 1);
Grey: color: rgba(172,167,160, 1);
Grey 2 Lighter: color: rgba(248,249,248, 1);

*************/
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}

.cookieinfo {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 80px !important;
  padding-right: 35px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: 'Poppins', sans-serif !important;
  background-color: rgba(61, 54, 49, 1) !important;
  color: #fff !important;
  background-image: url(/imgs/layout/cookies.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  background-position: 35px 23px !important
}

.cookieinfo a {
  text-decoration: underline !important;
  -webkit-transition: all .7s ease !important;
  transition: all .7s ease !important;
  color: #fff !important
}

.cookieinfo-close {
  border-radius: 5px !important;
  -webkit-transition: all .7s ease !important;
  transition: all .7s ease !important;
  background-color: rgba(153, 124, 91, 1) !important;
  color: #fff !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: solid 2px rgba(153, 124, 91, 1) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif !important;
}

.cookieinfo-close:hover {
  border: solid 2px #fff !important;
  background-color: #fff !important;
  color: rgba(61, 54, 49, 1) !important;
}

.link-brown-line {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(153, 124, 91, 1);
  font-weight: 700;
  font-size: 16px;
}

.link-brown-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 125%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.link-brown-line:hover {
  color: rgba(61, 54, 49, 1);
}

.link-brown-line:focus:after,
.link-brown-line:hover:after {
  background-color: rgba(61, 54, 49, 1);
}

.link-white-line {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 16px;
}

.link-white-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 125%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.link-white-line:hover {
  color: rgba(255, 255, 255, .65);
}

.link-white-line:focus:after,
.link-white-line:hover:after {
  background-color: rgba(255, 255, 255, .35);
}

.pl210 {
  padding-left: 35%;
}

.mt70 {
  margin-top: 70px;
}

.mt140 {
  margin-top: 140px;
}

.bg-topfade {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  height: 175px;
}

#top-logo {
  background-image: url(../../imgs/layout/logo_brandhout-supply.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 125px;
  margin-top: 35px;
}

#top-logo.top-logo-shrink {
  background-image: url(../../imgs/layout/logo_brandhout-supply-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 100px;
  margin-top: 20px;
}

#mainNav {
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 210px;
  padding-right: 210px;
}

#mainNav.navbar-shrink {
  padding-top: 0px;
  padding-bottom: 20px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  /* backdrop-filter: blur(3px);*/
}

#wrapper-topbar-firstnav {
  padding-top: 55px;
}

#wrapper-topbar-firstnav-shrink {
  padding-top: 35px;
}

.wrapper-topnavbar .topbar-firstnav .nav-item {
  margin-left: 10px;
  padding: 0;
}

.wrapper-topnavbar .topbar-firstnav .nav-item a.nav-link {
  padding: 0;
  margin-left: 35px;
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 7px;
  background-image: linear-gradient(rgba(153, 124, 91, 1), rgba(153, 124, 91, 1));
  background-position: 0 100%;
  background-size: 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;
}

.wrapper-topnavbar .topbar-firstnav .nav-item a:hover.nav-link {
  background-position: 100% 100%;
  background-size: 100% 2px;
  color: rgba(255, 255, 255, 1);
}

.wrapper-topnavbar .topbar-firstnav .dropdown-toggle::after {
  margin-left: 5px;
  border-top: 0.21em solid;
  border-right: 0.21em solid transparent;
  border-bottom: 0;
  border-left: 0.21em solid transparent;
}

.wrapper-topnavbar .topbar-firstnav a.btn-top-contact {
  background-color: rgba(153, 124, 91, 1);
  color: rgba(255, 255, 255, 1) !important;
  padding-top: 10px;
  display: block;
  padding: 10px 20px 10px 20px !important;
  margin-top: -10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600 !important;
  -webkit-transition: all .7s ease !important;
  transition: all .7s ease !important;
}

.wrapper-topnavbar .topbar-firstnav a:hover.btn-top-contact {
  background-position: 0% 0% !important;
  background-size: 0% 0px !important;
  background-color: rgba(170, 145, 110, 1);
  -webkit-transition: all .7s ease !important;
  transition: all .7s ease !important;
}

.wrapper-topnavbar .topbar-firstnav a.btn-top-contact i {
  margin-right: 10px;
  font-size: 14px;
}

.offerteaanvraag-small-devices {
  text-align: right;
}

.main_container {
  position: relative;
}

#intro-photo-homepage .fullheight {
  min-height: 100vh;
}

.flex-fill {
  flex: 1 1 auto;
}

#photo-topzone {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.wrapper-intro-photo-topzone-content {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.intro-photo-topzone {
  background-color: rgba(255, 255, 255, 1);
  padding: 210px 210px 210px 210px;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 28px;
}

.intro-photo-topzone strong {
  font-weight: 600;
}

.intro-photo-topzone h1 {
  font-size: 45px;
  font-weight: 800;
  line-height: 48px;
  color: rgba(153, 124, 91, 1);
  margin-bottom: 70px;
}

.intro-photo-topzone a {
  font-weight: 700;
  color: rgba(153, 124, 91, 1);
  text-decoration: none;
  display: inline-block;
  margin-top: 35px;
  font-size: 16px;
}

.wrapper-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  margin-top: 15px;
}

#brandhout {
  background-color: rgba(61, 54, 49, 1);
  padding-top: 105px;
  padding-bottom: 105px;
  color: rgba(255, 255, 255, 1);
}

#brandhout .wrapper-photo {
  padding-bottom: 135%;
}

.text-block {
  font-size: 18px;
  line-height: 28px;
}

.text-pages a {
  color: rgba(153, 124, 91, 1);
  font-weight: 700;
}

.text-pages a:hover {
  color: rgba(170, 145, 110, 1);
  font-weight: 700;
}

.text-pages h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(61, 54, 49, 1);
}

.text-block h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
}

.text-block h2::after {
  content: '';
  display: block;
  border: 1px solid rgba(197, 179, 157, 1);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 45px;
}

.text-block h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: rgba(197, 179, 157, 1);
}


.text-block-prijzen {
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: rgba(216, 205, 194, 1);
  padding: 35px 35px 25px 35px;
  border: solid 10px rgba(153, 124, 91, 1);
}

.text-block-prijzen h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 15px;
  color: rgba(61, 54, 49, 1);
}

.text-block-prijzen .table.prijzen {
  color: rgba(153, 124, 91, 1);
  font-weight: 600;
  font-size: 18px;
}

.text-block-prijzen .table.prijzen td {
  padding: 12px 0px 12px 0px;
  border-bottom: none;
}

.text-block-prijzen .table.prijzen tr {
  border-bottom: solid 1px rgba(153, 124, 91, .35);
}

.text-block-prijzen .table.prijzen tr:last-child {
  border-bottom: none;
}

.text-block-prijzen .table.prijzen .prijs {
  text-align: right;
  font-weight: 700;

}




#levering {
  background-color: rgba(153, 124, 91, 1);
  padding-top: 105px;
  padding-bottom: 105px;
  color: rgba(255, 255, 255, 1);
}

#levering .wrapper-photo {
  padding-bottom: 100%;
}

#afhaling {
  background-color: rgba(170, 145, 110, 1);
  padding-top: 105px;
  padding-bottom: 105px;
  color: rgba(255, 255, 255, 1);
}

#afhaling .wrapper-photo {
  padding-bottom: 85%;
}

#contact {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 105px;
  padding-bottom: 105px;
  color: rgba(61, 54, 49, 1);
}

#contact .text-block h2 {
  color: rgba(153, 124, 91, 1);
}

.contact-form {
  font-size: 16px;
}

.contact-form .inputfield {
  background-color: rgba(153, 124, 91, .05);
  border: 1px solid rgba(153, 124, 91, .35);
  box-shadow: none;
  font-size: 16px;
  color: rgba(61, 54, 49, 1);
  font-weight: 600;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}

.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: rgba(153, 124, 91, .10);
  border: 1px solid rgba(153, 124, 91, .55);
}

.contact-form .select {
  background-color: rgba(153, 124, 91, .05);
  border: 1px solid rgba(153, 124, 91, .35);
  box-shadow: none;
  font-size: 16px;
  color: rgba(61, 54, 49, 1);
  font-weight: 500;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}

.contact-form .form-group label {
  color: rgba(61, 54, 49, 1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.contact-form .form-check label,
.contact-form .form-label {
  color: rgba(61, 54, 49, 1);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.contact-form .form-check span,
.contact-form .form-group label span,
.contact-form .form-label span {
  color: rgba(153, 124, 91, .5);
  font-size: 12px;
  padding-left: 5px
}

.contact-form .form-check {
  padding-top: 15px;
  padding-bottom: 5px
}

::placeholder {
  color: rgba(40, 39, 38, .5) !important;
}

.btn-form {
  text-decoration: none;
  color: rgba(153, 124, 91, 1);
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: solid 2px rgba(153, 124, 91, 1);
  padding: 15px 60px !important;
  background-color: rgba(255, 255, 255, 1);
  transition: all .2s;
  border-radius: 0;
  margin-top: 15px;
  font-weight: 600
}

.btn-form:hover {
  transition: all .2s;
  background-color: rgba(153, 124, 91, 1);
  border: solid 2px rgba(153, 124, 91, 1);
  color: rgba(255, 255, 255, 1);
}

.text-block.contactgegevens {
  padding: 70px;
  background-color: rgba(153, 124, 91, .05);
  margin-top: 105px;
  color: rgba(153, 124, 91, 1);
  line-height: 30px;
}

.text-block.contactgegevens h3 {
  font-weight: 700;
  color: rgba(170, 145, 110, 1);
  margin-bottom: 35px;
}

.text-block.contactgegevens a {
  color: rgba(153, 124, 91, 1);
  font-weight: 600;
  text-decoration: none;
}

.text-block.contactgegevens a:hover {
  color: rgba(61, 54, 49, 1);
}

.wrapper-ft-disclaimer {
  padding-top: 35px;
  padding-bottom: 18px;
  text-align: center;
}

.wrapper-ft-disclaimer .wrapper-ft-disclaimer-items {
  text-align: center;
}

.wrapper-ft-disclaimer .wrapper-ft-disclaimer-items li a {
  color: rgba(153, 124, 91, .55);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: .2px;
}

.wrapper-ft-disclaimer .wrapper-ft-disclaimer-items li a:hover {
  color: rgba(153, 124, 91, 1);
}

/***** START FORM *****/
.flashMessages {
  margin-top: 45px;
  background-color: #e1efe9;
  border: solid 1px #badbcc;
  padding: 35px;
  color: #0f5132;
}

.errors-contact {
  font-weight: 600;
  color: crimson;
}

/***** END FORM *****/
@media(max-width:1920px) {
  #mainNav {
    padding-left: 105px;
    padding-right: 105px;
  }

  .intro-photo-topzone {
    background-color: rgba(255, 255, 255, 1);
    padding: 105px 105px 105px 105px;
  }
}

@media(max-width:1500px) {
  #mainNav {
    padding-left: 70px;
    padding-right: 70px;
  }

  .intro-photo-topzone {
    padding: 105px 90px 105px 90px;
  }
}

@media(max-width:1350px) {
  #mainNav {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media(max-width:1200px) {
  .pl210 {
    padding-left: 0%;
  }

  .intro-photo-topzone {
    padding: 70px;
  }

  #top-logo {
    background-image: url(../../imgs/layout/logo_brandhout-supply-white.svg);
  }

  .wrapper-intro-photo-topzone-content {
    position: relative;
  }
}

@media(max-width:991px) {
  .fixed-top {
    position: absolute;
  }

  #wrapper-topbar-firstnav {
    padding-top: 15px;
  }

  #photo-topzone {
    height: 650px;
  }

  .wrapper-topnavbar {
    padding: 0;
    margin: 0;
  }

  .wrapper-header {
    padding-right: 0;
    padding-left: 20px;
    margin: 0;
  }

  #top-logo,
  .top-logo-shrink {
    width: 100% !important;
    background-position: center;
    margin-bottom: 10px;
  }

  #mainNav.navbar-shrink {
    padding-top: 0px;
  }

  .navbar-toggler {
    background-color: rgba(153, 124, 91, 1);
    color: #fff;
    padding: 15px 20px 15px 20px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 5px;
  }

  .navbar-toggler i {
    margin-right: 5px;
  }

  .navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    color: rgba(61, 54, 49, 1);
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }

  .navbar .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-collapse {
    padding: 0px 45px 15px 10px;
    background-color: rgba(61, 54, 49, 1);
    border-radius: 5px;
  }

  .navbar .dropdown-menu {
    padding: 10px;
  }

  .navbar-nav {
    width: 100%;
    padding-top: 20px;
  }

  .navbar li a {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-topnavbar .topbar-firstnav .nav-item {
    margin-left: 0px;
  }

  .wrapper-topnavbar .topbar-firstnav .nav-item a.nav-link {
    display: block;
  }

  .btn-form {
    width: 100%;
  }

  .btn-top-contact {
    margin-top: 15px !important;
    margin-bottom: 25px;
  }

  #photo-topzone {
    height: 450px;
  }

  #intro-photo-homepage .fullheight {
    min-height: auto;
  }

  .wrapper-intro-photo-topzone-content {
    position: relative;
  }

  .intro-photo-topzone {
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 15px;
  }
}

@media(max-width:767px) {
  .top-logo {
    text-align: center;
  }

  #brandhout {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #levering {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .topbar-firstnav {
    display: none;
  }
}

@media(max-width:550px) {
  .intro-photo-topzone h1 {
    font-size: 35px;
    line-height: 38px;
  }

  .text-block h2 {
    font-size: 30px;
    line-height: 34px;
  }

  #brandhout .wrapper-photo {
    margin-top: 70px;
  }

  #levering .wrapper-photo {
    margin-top: 70px;
  }

  .text-block.contactgegevens {
    padding: 50px;
    text-align: center;
  }
}