/*
Theme Name: My Scratch Theme
Author: Your Name
Description: A lightweight, custom starter theme.
Version: 1.0
License: GNU General Public License v2 or later
*/

/* Add your custom CSS below */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Viewport Height */
    margin: auto;
  background-color: rgb(161, 161, 161);
  font-family: sans-serif;
  font-size: 1rem;
  line-height: normal;
}

main {
    flex: 1 0 auto; /* This grows to fill all empty space, pushing the footer down */
}

footer, .footer {
    flex-shrink: 0;
}

h1 {
  text-align: left;
  font-family: sans-serif;
  font-size: 5rem;
  margin: auto;
  text-decoration: none;
}

h2 {
  text-align: left;
  font-family: sans-serif;
  font-size: 3rem;
  margin: auto;
  text-decoration: underline;
}

h3 {
  text-align: left;
  font-family: sans-serif;
  font-size: 1.8rem;
  margin: auto;
  text-decoration: underline;
}

h4 {
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 100;
  font-size: 1.2rem;
  margin: auto;
  text-decoration: none;
}

p {
  text-align: left;
  font-family: sans-serif;
  font-size: 1.3rem;
  line-height: 150%;
}

.button {
  border: 2px solid #000000;
  background-color: #c7c7c7;
  color: #000000;
  padding: 16px 32px;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  float: left;
  border-radius: 10px;
}

.contact {
  background-color: #797979;
}

.headercontainer {
  display: flex;  /* Moet aanstaan om flex gerelateerde elementen toe te voegen */
  flex-direction: row; /* row voor rij (links-rechts), column voor kolom (boven naar beneden) */
  width: 100%;
  height: 150px;
  margin: 0px auto;
  justify-content: space-between; /* alles gecenteerd of ruimte ertussen in "space-between" */
  flex-wrap: wrap;  /* past de breedte aan waardoor ze volledig zichtbaar worden */
  align-items: flex-start; /* align boven kant */
  align-content: flex-start; /* ruimte tussen rijen */
}

.top {
  background-color: rgb(215, 215, 215);
  height: 20px;
  width: 100%;
  margin: 0%;
  padding-left: 3%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  text-align: left;
}

.top p {
  margin: 0px;
  font-size: 0.9rem;
}

.logo {
  background-color: #000000;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  height: 120px;
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  position:relative;
}

.logo img {
  width: 350px;
  height: auto;
  margin-top: 27px;
  float: left;
}

/* Add a black background color to the top navigation */
.menu {
  background-color: #000000;
  overflow: hidden;
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  float: right;
  display: flex;
  margin-top: 72px;
}

/* Style the links inside the navigation bar */
.menu a {
  float: right;
  color: #f2f2f2;
  font-family: sans-serif;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  flex-direction: row;
}

/* Change the color of links on hover */
.menu a:hover {
  background-color: #A7CEB3;
  color: black;
}

/* Add a color to the active/current link */
.menu a.active {
  background-color: #797979;
  color: white;
}

.container {
  display: flex;  /* Moet aanstaan om flex gerelateerde elementen toe te voegen */
  flex-direction: row; /* row voor rij (links-rechts), column voor kolom (boven naar beneden) */
  width: 100%;
  height: 450px;
  margin: 40px auto;
  justify-content: center; /* alles gecenteerd of ruimte ertussen in "space-between" */
  flex-wrap: wrap;  /* past de breedte aan waardoor ze volledig zichtbaar worden */
  align-items: flex-start; /* align boven kant */
  align-content: flex-start; /* ruimte tussen rijen */
}

.projecten {
  width: 98%;
  height: auto;
  font-size: 4rem;
  text-align: center;
  margin: 1%;
  margin-bottom: 40px;
}

.projecten h2 {
  text-align: center;
  font-family: "Rouge Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5rem;
  margin: auto;
  text-decoration: none;
}

.rouge-script-regular {
  font-family: "Rouge Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.box {
  width: 18%;
  height: auto;
  font-size: 4rem;
  text-align: center;
  margin: 1%;
  margin-bottom: 40px;
}

.box img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footerbox {
  width: 23%;
  height: auto;
  float: left;
  font-size: 4rem;
  text-align: center;
  margin: 1%;
  margin-bottom: 40px;
}

.footerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 20px;
}

.footerbox p {
  text-align: left;
  font-family: sans-serif;
  font-size: 1.3rem;
  line-height: 120%;
}

.footerbutton {
  border: none;
  background-color: #A7CEB3;
  color: #000000;
  padding: 16px 32px;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  float: left;
  border-radius: 10px;
}

.white {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 1.5%;
  width: 15%;
}

.green {
  background-color: #A7CEB3;
  border-radius: 25px;
  padding: 1.5%;
  width: 15%;
}

.small {
  width: 36%;
}

.medium {
  width: 56%;
  height: auto;
  /* order: -1; plaatst div vooraan (-1)*/
}

.big {
  width: 78%;
}

.fullwidth {
  background-image: url("/images/modernwonen2.png");
  background-repeat: no-repeat;
  background-size: auto center;
  background-position: center;
  background-size: 100%;
  height: 400px;
  width: 100%;
  margin: 0%;
  margin-bottom: 30px;
}

.schrink {
  flex-shrink: 1; /* het krimpen instellen */
}

.topfooter {
  background-color: #424242;
  height: 400px;
  width: 80%;
  margin: 0%;
  padding-left: 3%;
  padding-right: 23%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.3rem;
  text-align: left;
  color: #ffffff;
}

#topfooterimage {
  position:relative; 
}

#topfooterimage2 {
  position:absolute; 
}

#topfooterimage img { 
  margin-left: 130%; 
  margin-top: -50%; 
  width: 320px;
  height: 320px;
}

.klanten {
  height: auto;
  width: 80%;
  margin: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 3%;
  padding-right: 23%;
  font-size: 1rem;
  text-align: left;
}

.klanten img {
  border-radius: 25px;
  width: 22%;
  height: 29%;
  margin-top: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
  object-fit: cover;
}

.klant {
  width: 20%;
  height: auto;
  font-size: 4rem;
  text-align: center;
  margin: 1%;
  margin-bottom: 40px;
  margin-top: 40px;
  float: left;
}

.klant img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beneden {
  background-color: #424242;
  height: auto;
  width: 100%;
  margin: 0%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1rem;
  text-align: left;
}

.black {
  background-color: #000000;
  height: 260px;
  width: 100%;
  margin: 0%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 1rem;
  text-align: left;
  color: #ffffff;
}

.bottom {
  width: 100%;
  margin: 0px;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 1rem;
  text-align: left;
}

table {
  border-collapse: separate;
  border-spacing: 15px;
}

table p {
  text-align: left;
  font-family: sans-serif;
  font-size: 1.3rem;
  line-height: 120%;
}