@font-face {
  font-family: "source";
  src: url("../fonts/SourceSerifPro-Regular.ttf");
}
@font-face {
  font-family: "mate";
  src: url("../fonts/MateSC-Regular.ttf");
}
@font-face {
  font-family: "antonio";
  src: url("../fonts/Antonio-Bold.ttf");
}
html {
  font-size: 100%;
  font-family: "mate";
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-color: #F1ECE6;
  color: #2E4735;
  padding-bottom: 12px;
}

img.background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.6;
}

body::after {
  content: "";
  width: 200px;
  height: 152px;
  bottom: 0;
  position: absolute;
  background-image: url(img/plant1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  z-index: -1;
}

header {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 72px;
}

header a {
  text-decoration: none;
  color: #2E4735;
}

header a span {
  font-family: "source";
  font-size: 1.25rem;
  margin-top: -12px;
  color: #466850;
}

header nav {
  width: 50%;
  display: block;
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav ul li {
  list-style: none;
}

nav ul li a {
  display: block;
  line-height: 42px;
  padding: 0 24px;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 300ms;
  color: #2E4735;
  font-family: "antonio";
}

nav ul li a:last-child {
  padding: 0 0;
}

nav ul li a.active {
  border-bottom: 4px solid #466850;
}

main {
  display: flex;
  justify-content: center;
  display: block;
  margin-top: 12px;
  margin-bottom: 48px;
}

main #container {
  margin: 12px 72px;
  display: block;
  margin-bottom: 36px;
}

main p.extra_margin {
  margin-bottom: 24px;
}

main #container.content {
  border: 6px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 5px rgba(22, 30, 24, 0.2);
  background-color: #fff;
  padding: 36px;
  overflow: auto;
  position: relative;
}

main #container.content h1 {
  margin-bottom: 24px;
}

main #container.content p {
  font-family: "source";
  color: #161E18;
}

main #container.content img {
  width: 250px;
  float: left;
  display: block;
  position: relative;
  margin-right: 24px;
  margin-bottom: 24px;
}

main #container ul {
  font-family: "source";
  margin-left: 12px;
}

main #container ul li {
  list-style-type: circle;
}

main .button {
  background-color: #466850;
  color: #F1ECE6;
  text-decoration: none;
  padding: 12px;
  text-transform: uppercase;
  font-family: "mate";
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 300ms;
  border: 0;
  font-size: 1rem;
  position: absolute;
  right: 36px;
  bottom: 36px;
}

main form .button {
  margin-bottom: 12px;
}

main .prijslijst-btn {
  right: initial;
  bottom: initial;
  position: relative;
}

main .margin {
  margin-top: 24px;
}

main form span {
  color: rgb(194, 67, 45);
  text-transform: none;
  font-family: "source";
}

main a {
  color: #466850;
}

main .button:hover {
  background-color: #2E4735;
}

main #image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

main table {
  width: 600px;
  border-collapse: collapse;
}

main .extra_info {
  margin-top: 12px;
  font-size: #466850;
  font-size: 0.8rem;
}

main table thead {
  background-color: #466850;
  color: #fff;
  text-transform: uppercase;
  font-family: "mate";
  letter-spacing: 1px;
}

main table tbody {
  font-family: "source";
}

main table td {
  padding: 12px;
}

main table tr {
  border-bottom: 1px solid #cec7be;
}

main form {
  margin-top: 24px;
  width: 600px;
}

main form fieldset {
  font-family: "mate";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 24px;
  padding-bottom: 6px;
  border: 3px solid #466850;
  border-radius: 5px;
}

main form fieldset legend {
  padding: 0 12px;
}

main form input, select {
  font-family: "mate";
  border: 2px solid #cec7be;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 12px;
}

main form input:focus {
  outline: 2px solid #466850;
}

main form input[type=file] {
  border: 2px solid transparent;
  outline: 0;
  margin-left: -12px;
}

main form input[type=submit] {
  width: auto;
  border: 0;
}

#image-gallery .image {
  position: relative;
  flex-grow: 1;
  flex: 1 1 auto;
  border: 6px solid #fff;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 8px 5px rgba(22, 30, 24, 0.2);
}

#image-gallery .image.width {
  height: auto;
  width: 420px;
}

#image-gallery .image.height {
  height: 420px;
  width: auto;
}

#image-gallery .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

#image-gallery .image span {
  position: absolute;
  bottom: 12px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 12px;
}

#image-gallery::after {
  content: "";
  flex-grow: 999;
}

#overlay {
  background-color: rgba(22, 30, 24, 0.8);
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlay img {
  max-width: 80%;
  max-height: 80%;
  border: 6px solid #fff;
}

#overlay::before, #overlay::after {
  content: "";
  width: 5px;
  height: 40px;
  position: absolute;
  top: 26px;
  right: 42px;
  cursor: pointer;
  background: white;
}

#overlay::before {
  transform: rotate(-45deg);
}

#overlay::after {
  transform: rotate(45deg);
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8px;
  left: 72px;
  height: 32px;
}

footer p {
  line-height: 24px;
  color: #756f66;
}

footer img {
  height: 24px;
  margin-left: 6px;
  margin-top: 6px;
}/*# sourceMappingURL=main.css.map */