
body {
  background-color: #173825;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300; /* Light */
  color: #ACB4A3;
  font-size: 25px;
}

.fontwhite {
  color: white;
}


@media (max-width: 450px) {
body {
  font-size: 11px;
}}

.bouwconsigliere-logo {
  height: 100px;
}

@media (max-width: 450px) {
  .bouwconsigliere-logo {
    height: 60px;
  }
}


.preheader{
  display: flex;
  justify-content: space-between; /* pushes left + right apart */
  align-items: center;
  margin: 20px 20px; 
}

.preheader-text{
  display: flex;
  gap: 10px;
}

.preheader-grip::before{
  content: "|";
  margin: 0 8px;
}

@media (max-width: 450px) {

.preheader{
display: flex;
justify-content: space-between; /* pushes left + right apart */
align-items: center;
margin: 10px 10px; 
}

..preheader-text{
  display: flex;
  gap: 0px;
}

.preheader-grip::before{
  content: "|";
  margin: 4px;
}


}
/*
.preheader-bouwconsigliere {
padding: 0px -5px 0px 0px;

}
*/
.preheader-images{
  display: flex;
  gap: 10px;
}

.preheader-image{
  height: 25px;
}

header {
  --text: #173825;
  --text-inverse: #333;
  --background: #FAF8EE;

  position: absolute;
  /* origneel: fixed 
  wat betekend left en right*/
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center; /*die doet wellicht niks */
  padding: 1em 3em;
  transition: background 250ms ease-in;
  background: var(--background);
  color:var(--text);
  margin-top: 0px; /*157.5px bij Husky*/ 
}

@media (max-width: 450px) {
  header {
    padding: 20px 15px;
    justify-content: unset;
  }
}

.lijn {
  width: 100%;
  height: 10px;      /* hoogte van de lijn */
  background-color: #ACB4A3; /* kleur */
  margin-top: 175px; /*nieuw*/
}

@media (max-width: 450px) {
.lijn {
  margin-top: 183px; /*nieuw*/
  }
}
.na-menu {
margin: 40px;
  margin-top: 0px; /*nieuw*/ 
/*background-color: #ACB4A3;*/

}

@media (max-width: 450px) {
.na-menu {
margin: 40px;
margin-top: 0px; /*nieuw*/ 

  }
}


#menu_icon {
display: none;
position: relative;
left: 0px;
}

@media (max-width: 450px) {
#menu_icon {
  display: block;
  position: relative;
  left: 110px;
  }
}

#closebtn {
  color: #f3f3f3;
  display: none;
  text-decoration: none;
  
}

@media (max-width: 450px) {
  #closebtn {
    display: none;
    position: relative;
    left: 110px;
    top: 5px;
    list-style: none;
    
  }
}


.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

@media  (max-width: 450px) {
 /* .nav__list {
    display: none;
  } verwijderd en vervangen door: */

  .nav__list {
    display: flex;
    flex-direction: column;   /* stack links vertically */
    align-items: flex-start;  /* align to the left */
    gap: 10px;
    margin-top: 10px;
  }

  .nav__list-item {
margin: auto;
padding: 0px 0px 0px 10px;
  }

}



.nav__link {
  --spacing:1em;
  text-decoration: none;
  color: inherit;
  display: inline-block; /* dit lijkt nergens van invloed op te zijn */
  padding: calc(var(--spacing) / 2) var(--spacing);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

@media (max-width: 450px) {

  .nav__link {
    font-size: 0.72rem; /* 80% of the current 0.9rem */
  }

  #link_een {
margin-top: -20px;
margin-bottom: -20pv;
  }

  #link_twee {
margin-top: -30px;
margin-bottom: -30pv;
  }
  }
}

.nav__link:after {
  content: ""; /* Wat is content property */
  position: absolute;
  bottom: 0;
  left: var(--spacing);
  right: var(--spacing);
  height: 2px;
  background: currentColor;

  /*wat is webkit, wat is transition */

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.nav__link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* BUTTON LINKS */
.nav__btn {
  border: 1.5px solid currentColor;
  border-radius: 2em;
  padding: 0.6em 1.4em;
  display: inline-flex;
  align-items: center;
}

/* Disable underline effect on buttons */
.nav__btn::after {
  display: none;
}

.nav__btn--primary {
  background: orange;
  color: white;
  border-color: orange;
}

/* Optional hover */
.nav__btn--primary:hover {
  background: #ff8c00;
}

/* Onnodig. want geen butons 
.nav__link--btn { 
  border: 1.5px solid currentColor;
  border-radius: 2em;
  margin-left: 1em;
  transition: background 250ms ease-in-out;
  letter-spacing: 1px;
  padding: 0.75em 1.5em;
}


*/

/* deze wordt beinvloed door javascript */ 
.nav-scrolled {
  --text: #333;
  --text-inverse: red;
  --background: rgba(20, 21, 20, 255);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  position: fixed;
  color:inherit
}

#language-nav-list-item{
  display: flex;
  position: relative;
  z-index: 3;
  margin-right: 0px;
  color: #898989;
  display: none;
}


#language-nav-item{
  display: flex;
  position: relative;
  z-index: 3;
  margin-right: 0px;
  color: #898989;
  
}

@media  (max-width: 450px) {
  .language-nav-item {
    display: flex;
    position: relative;
    right: 7px;
    z-index: 3;
  }
}

.main-nav {
margin: -10px;
}

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;   /* space between menu items */
}

.flag {
  height: 20px;
  width: 30px;
  margin: 0px 14px;
}

@media  (max-width: 450px) {
.flag {
  height: 20px;
  width: 30px;
  margin: 0px 7px;
}
}

.two-columns{
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 gelijke kolommen */
    gap: 60px; /* ruimte tussen kolommen */
    max-width:max-content;
    margin: 40px;
}

@media (max-width: 450px) {

  .two-columns{
    grid-template-columns: 1fr; /* only one column */
    gap: 20px;                  /* optional: smaller gap for mobile */
    margin: 20px;
  }

}

@media (max-width: 450px) {

  .na-menu {
    margin: 20px;
  }

  .two-columns{
    grid-template-columns: 1fr;
    margin: 20px;
  }

}

.column img{
    width: 75%;
    height: auto;
}

/* Hier komt mogelijk nog iets tussen. Ook bij HTML */

footer {
  
  --text: #f4f4f4;
  --text-inverse: #333;
  --background: black;

  position: relative;
  /* origneel: fixed */
  top: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3em;
  transition: background 250ms ease-in;
  background: var(--background);
  color:
    /*var(--text)*/
    white;
  width: 100%;

  
}

.footer {
  background-color: black;
  color: #318F6D;
  padding: 45px;
  margin: 60px 0 0 0;
  width: 100%;
  box-sizing: border-box;

  clear: both; /* IMPORTANT because .main-picture is floated */
}

.footer-links {
list-style: none;
padding: 0;


}

.footer-tekst {
  color: inherit;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-right: 0px;
  font-size: 14px;
}

.footer-copyright {
  font-size: 16px;
  margin-left: 15px;
}

.footer {
font-family: "Montserrat", sans-serif;
  font-weight: 300; /* Light */


}

@media (max-width: 450px) {
  footer {
    flex-direction: column;   /* stack items vertically */
    align-items: flex-start;  /* align left */
    gap: 15px;                /* space between items */
    
  }

}

.keuken {
width: auto; 

}