html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  min-width: 300px;
  background-color: #f1f1f1;
}

h1 {
  font-size: 2.4em;
}


a {
  color: #f47b30;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#naviBalk {
  z-index: 2;
  position: relative;
  background-color: #000;
  margin: 0;
  opacity: 0.8;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.naviLinks {
  list-style: none;
}

.naviLinks li {
  display: inline-block;
  padding: 10px;
}

.naviLinks li a {
  font-size: 1.2em;
}

.naviLinks li a:hover {
  color: #fff;
}

.hamburger {
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}

.logo {
  background-image: url("img/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 204px;
  height: 150px;
}



.container-vakmanschap {
  min-height: 800px;
  background-image: url("img/achtergrond-garage-goossens.webp");
  background-color: #000;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: -160px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.container-vakmanschap .tekstVlak {
  background-color: #000;
  opacity: 0.9;
  flex-basis: 500px;
  padding: 20px;
  margin: 20px;
}

.container-vakmanschap h3 {
  font-size: 1.6em;
  font-weight: 700;
  color: #e7e7e7;
  margin: 0;
}


.button {
  border: 2px solid #ffffff;
  background-color: #70c4a5;
  color: #fff;
  padding: 15px 32px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  cursor: pointer;
  z-index: 9;
  opacity: 1;
}

.button:hover {
  background-color: #f47b30;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.heelErgWit {
  background-color: #fff;
  padding: 20px;
}

.privacy-zaken {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.privacy-zaken h2 {
  text-align: left;
  padding: 0;
}


.bovenErkenning {
  background-color: #e2e2e2;
  padding: 20px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.bovenErkenning>h2 {
  padding: 20px;
  text-align: center;
}

.bovenErkenning>p {
  padding: 20px;
  max-width: 700px;
  text-align: center;
}

.erkenning {
  background-color: #e2e2e2;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}



.erkend {
  margin: 40px;
}

.bovag {
  background-image: url("img/bovag.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 142px;
  height: 213px;

}

.rdw {
  background-image: url("img/rdw.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  height: 97px;

}

.sbb {
  background-image: url("img/sbb.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;

}

.monteurs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 10px;
  column-gap: 20px;
}

.drie {
  flex-basis: 100px;
  background-color: #292929;
}

.nick {
  background-image: url("img/nick_goossens.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nick:hover {
  background-image: url("img/nick_goossens.png");
  transition-duration: 1s;
  transition-timing-function: ease-in;
}

.martijn {
  background-image: url("img/martijn_goossens.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.martijn:hover {
  background-image: url("img/martijn_goossens.png");
  transition-duration: 1s;
  transition-timing-function: ease-in;
}



.auto-type {
  color: #b3b3b3;
}

.boven-type {
  color: #e7e7e7;
}






.achtergrondDonker {
  background-color: #000;
}

.achtergrondOranje {
  background-color: #f47b30;

}

.spacingNormaal {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}


.reviewContainer {
  padding: 40px 40px 100px 40px;
}

.container-reviews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}

.container-reviews>div {

  background-color: #8d8d8d;
  flex: 1 0 300px;
  /* Kan niet groeien (0), niet krimpen (0), en begin lengte (350px) */
  min-height: 200px;
  margin: 20px;
  padding: 10px;
}

.container-reviews>div>p {
  color: #1a1a1a;
  font-size: 1rem;
}

.container-reviews>div>h3 {
  color: #363636;
  font-size: 1rem;
  font-weight: 700;
}

.container-reviews>div>.sterren {
  margin-left: 5px;
  color: #e6cb36;
  font-size: 3rem;
}







.bewegendeTekst {
  height: 200px;
  text-align: center;
  padding: 10px;
  font-size: 2.2em;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #292929;
}







.kopTekst {
  text-align: center;
  padding: 40px;
  font-size: 2em;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #292929;
}

.kopTekstWit {
  text-align: center;
  padding: 40px;
  font-size: 2em;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #e7e7e7;
}

h2 {
  text-align: center;
  padding: 40px;
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


.wit {
  color: #ffffff;
}

.zwart {
  color: #000000;
}

.oranje {
  color: #f47b30;
}


.bovenContact {
  padding: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.bovenContact>h1 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}

.contactContainer {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.contactContainer>div {
  padding: 20px;
}


.contactContainer>div>h3 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
}


.contactContainer>div>img {
  width: 100%;
  max-width: 200px;
  border-radius: 30px;
}

.belContainer {
  padding: 0 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.belContainer>div {
  background-color: #f47b30;
  padding: 40px;
}

.belContainer>div>h2 {
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
}
.belContainer>div>a.belLink:link {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  margin-top: -20px;
  text-decoration: none;
}

.belContainer>div>a.belLink:hover {
  text-decoration: underline;
}





.container-personeel {
  margin-bottom: -180px;
  padding: 100px 20px 300px 20px;
  background-color: #000;
  background-image: url("img/achtergrond-garage-goossens-2.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 880px) {

.container-personeel {
  margin-bottom: -450px;
  padding: 20px 20px 470px 20px;
}

.contactContainer>div {
  padding: 10px;
}

}

.doorzichtig {
  background-color: #000;
  opacity: 0.9;
  padding: 20px;
  margin: 20px;
  height: 340px;
}

.container-wit {
  background-color: #e2e2e2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}

.container-wit>div {
  padding: 40px;
    flex-grow: 2;
}

.container-wit h3 {
  font-size: 1.6em;
  font-weight: 900;
  color: #1a1a1a;
}

ul.belangrijkeInfo {
  color: #252525;
  padding: 0;
  list-style: none;
}

.walnoot {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  padding: 40px 20px 40px 20px;
}

.walnoot>div {
  padding: 20px;
}

.walnoot>div>h1,
h3,
p {
  margin: 10px;
}

.walnoot>div>img {
  width: 100%;
  max-width: 600px;
  border-radius: 30px;
  margin: 10px;
}

.footer {
  background-color: #000;
  opacity: 0.8;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer>.contactGegevens {
  font-size: 0.9em;
  color: #f5f5f5;
  padding: 10px;
  flex-grow: 2;
}

.footer>.contactGegevens>h3 {
  font-size: 1.2em;
  color: #ebebeb;
}