@charset "UTF-8";
/*
Theme Name: Miscagri
Text Domain: Miscagri
Version: 1.0.3
Description: Thema dat door Nuuf & Artometis specifiek ontwikkeld is voor Miscagri.
Tags: miscagri, responsive
Author: Nuuf powered by Artometis
Author URI: https://www.nuuf.be/
*/
/*******************
* Variables
********************/
/*******************
* Fonts
********************/
@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/Figtree.woff2") format("woff2"), url("assets/fonts/Figtree.ttf") format("truetype");
  font-weight: 10 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/Figtree-Italic.woff2") format("woff2"), url("assets/fonts/Figtree-Italic.ttf") format("truetype");
  font-weight: 10 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonPro";
  src: url("assets/fonts/CrimsonPro.woff2") format("woff2"), url("assets/fonts/CrimsonPro.ttf") format("truetype");
  font-weight: 10 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CrimsonPro";
  src: url("assets/fonts/CrimsonPro-Italic.woff2") format("woff2"), url("assets/fonts/CrimsonPro-Italic.ttf") format("truetype");
  font-weight: 10 900;
  font-style: italic;
  font-display: swap;
}
/*******************
* Imports
********************/
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Normalize font features
*/
:root {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2: -webkit-text-size-adjust */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3: -moz-tab-size */
  font-feature-settings: normal; /* 4 */
  font-variation-settings: normal; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Correct the odd `em` font sizing in all browsers.
2. Use a web-safe monospace font.
*/
code,
kbd,
samp,
pre {
  font-size: 1em; /* 1 */
  font-family: "Courier New", Courier, monospace; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; /* -webkit-appearance */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* -webkit-appearance */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; /* -webkit-appeaance */
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* -webkit-appearance */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to gray.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default.
  (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default.
  (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio.
(https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

/*
  Adds smooth scrolling when a user is navigated to an
  anchor on a page.
*/
:root {
  /* scroll-behavior: smooth; */
}

@media (prefers-reduced-motion) {
  :root {
    scroll-behavior: auto;
  }
}
/*******************
* Globals
********************/
*::-moz-selection {
  background-color: #a7c873;
  color: rgba(255, 255, 255, 0.99);
}
*::selection {
  background-color: #a7c873;
  color: rgba(255, 255, 255, 0.99);
}
* ::-webkit-scrollbar {
  width: 0.5rem;
}
* ::-webkit-scrollbar-track {
  background: white;
  padding: 10px;
}
* ::-webkit-scrollbar-thumb {
  background: #607345;
  border-radius: 3rem;
}

/*******************
* Text
********************/
* {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

p {
  color: rgba(45, 58, 37, 0.8);
  font-weight: 200;
}

h1 i,
h2 i {
  display: block;
  font-family: CrimsonPro, serif;
  text-transform: none;
  font-weight: 100;
}

h1 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #607345;
  font-family: CrimsonPro;
}

h2 {
  font-size: 2.5em;
  line-height: 1;
  font-weight: 800;
  font-family: CrimsonPro;
  font-weight: 400;
  color: #607345;
}
h2 i {
  font-weight: 300;
}

h3 {
  color: #607345;
  font-family: CrimsonPro;
  font-size: 1.625rem;
  font-weight: 400;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 2rem;
    text-wrap: balance;
  }
}
.rich-text ul {
  list-style-type: disc;
  margin-left: 2rem;
}

/*******************
* Wrappers
********************/
.content {
  width: 100%;
  max-width: 1200px;
}

.wrapper {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
  display: flex;
  justify-content: center;
  width: 100%;
}

.top-down {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 1000px) {
  .wrapper {
    padding-right: 6vw !important;
    padding-left: 6vw !important;
  }
  .top-down {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }
}
/*******************
* Navbar
********************/
.nav-wrapper {
  background: transparent;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 6rem;
  z-index: 3;
}
.nav-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease transform, 0.3s ease box-shadow;
  background: white;
  background-color: white;
  transform-origin: top;
  transform: scaleY(0%);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  z-index: -1;
}
.nav-wrapper.active {
  color: #2d3a25;
}
.nav-wrapper.active::before {
  transform: scaleY(100%);
  box-shadow: 0 5px 10px rgba(96, 115, 69, 0.1);
}
.nav-wrapper.active .dropdown .nav-link::after {
  content: url("assets/icons/dropdown-green.svg");
}
.nav-wrapper.active #burger span {
  background-color: #607345;
}
.nav-wrapper.mobile-active #burger span {
  background-color: white;
}

.nav-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.nav-logo {
  display: grid;
  height: 70%;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-logo img {
  grid-area: 1/1;
  width: auto;
  height: 100%;
  display: block;
  transition: opacity 0.3s ease;
}

.nav-logo.white #logo-darkgreen {
  opacity: 0;
}
.nav-logo.white #logo-green {
  opacity: 0;
}
.nav-logo.white #logo-white {
  opacity: 1;
}

.nav-logo.green #logo-darkgreen {
  opacity: 0;
}
.nav-logo.green #logo-green {
  opacity: 1;
}
.nav-logo.green #logo-white {
  opacity: 0;
}

.nav-logo.darkgreen #logo-darkgreen {
  opacity: 1;
}
.nav-logo.darkgreen #logo-green {
  opacity: 0;
}
.nav-logo.darkgreen #logo-white {
  opacity: 0;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  list-style: none;
}
.nav-links .separator {
  border: 0.2px solid rgba(221, 198, 114, 0.5);
  display: none;
}

.nav-link {
  font-size: 1rem;
  transition: 0.3s ease color;
}

.active-link {
  font-weight: 600;
}
.active-link::before {
  transform: scaleX(100%) !important;
}

.dropdown {
  position: relative;
}
.dropdown .nav-link {
  position: relative;
}
.dropdown .nav-link::after {
  content: url("assets/icons/dropdown.svg");
  width: auto;
  height: 1rem;
  aspect-ratio: 1;
  margin-left: 5px;
  transition: 0.3s ease content;
}
.dropdown .dropdown-menu {
  margin-left: -0.5rem;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  background-color: white;
  color: #607345;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px rgba(45, 58, 37, 0.2);
  z-index: 10;
  list-style-type: none;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease transform, 0.3s ease opacity, 0.3s ease filter;
  filter: blur(0.2rem);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}
.dropdown:hover .dropdown-menu {
  filter: blur(0rem);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  pointer-events: all;
}

#burger {
  width: 30px;
  display: none;
  cursor: pointer;
}
#burger span {
  display: block;
  width: 100%;
  height: 2px !important;
  background-color: white;
  transition: 0.3s ease background-color;
  margin: 6px 0px;
}
#burger:hover {
  cursor: pointer;
}

/*******************
* Hero
********************/
.hero-wrapper {
  background-size: cover;
  background-position: center;
  border-bottom: 1rem solid #a7c873;
  position: relative;
}
.hero-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 0;
  height: 18rem;
}
.hero-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 0;
  height: 80%;
}

.hero-content {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 26rem;
  z-index: 1;
}

.hero-text {
  max-width: 600px;
}
.hero-text h1 {
  color: white;
  font-family: Figtree, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.7em;
}
.hero-text h1 i {
  font-size: 1.1em;
}
.hero-text p {
  color: white;
}
.hero-text p b {
  font-weight: 100;
  position: relative;
  font-family: CrimsonPro, serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1rem;
}
.hero-text p b::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #a7c873;
  bottom: -0.25rem;
  left: 0;
}

.hero-btn {
  margin-top: 1.7rem;
}

/*******************
* Wat is miscanthus
********************/
.what-wrapper {
  background: rgba(167, 200, 115, 0.1);
}

.what-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

.what-text {
  width: 50%;
}
.what-text h2 {
  margin-bottom: 1em;
}
.what-text h2 i {
  display: inline;
}

.what-image {
  width: 50%;
  aspect-ratio: 1;
  min-height: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out filter;
  border-radius: 1rem;
}
.what-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1rem;
}

/*******************
* Voordelen sectie
********************/
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.card-section-text {
  text-align: center;
  max-width: 600px;
}
.card-section-text h2 {
  margin-bottom: 1rem;
}
.card-section-text p b {
  font-weight: 100;
  font-family: CrimsonPro, serif;
  font-size: 1.15rem;
  font-weight: 500;
  font-style: italic;
  position: relative;
  color: #607345;
  white-space: nowrap;
}
.card-section-text p b::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 0.15rem;
  background-color: #a7c873;
  bottom: -0.25rem;
  left: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
}

.card {
  border-radius: 1rem;
  background-color: rgba(151, 178, 108, 0.1);
  padding: 2em;
}
.card .card-image {
  height: 5em;
  width: auto;
}
.card .card-text {
  margin-top: 2em;
}
.card .card-text h3 {
  margin-bottom: 0.5em;
}
.card .card-text p {
  font-weight: 100;
  color: rgba(45, 58, 37, 0.8);
}

/*******************
* Solutions
********************/
.solution-wrapper {
  background: #607345;
}

.solution-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
  position: relative;
  min-height: 500px;
}

.solution-image {
  height: 100%;
  width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out filter;
}
.solution-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.solution-text {
  padding-left: max(4rem, (100vw - 1200px) / 2);
  padding-right: calc(500px + 4rem);
  color: white;
}
.solution-text h2 {
  color: white;
  margin-bottom: 2rem;
}
.solution-text article {
  max-width: 600px;
}
.solution-text .solution-btn {
  margin-top: 2rem;
}

/*******************
* About sectie
********************/
.about-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

.about-text {
  width: 50%;
}
.about-text h2 {
  margin-bottom: 0.75em;
}

.about-image {
  width: 50%;
  aspect-ratio: 1;
  min-height: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out filter;
  border-radius: 1rem;
}
.about-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1rem;
}

/*******************
* Image Container
********************/
.image-container {
  position: relative;
}
.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d3a25;
  opacity: 1;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  border-radius: 1rem;
}
.image-container img {
  filter: blur(0.5rem);
  transition: 0.4s ease filter 0.1s;
}
.image-container.loaded img {
  filter: blur(0rem);
}
.image-container.loaded::after {
  opacity: 0;
}

/*******************
* Bestellen
********************/
.order-wrapper {
  background: #2d3a25;
}

.order-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

.order-image img {
  width: 400px;
  height: auto;
}

.order-text {
  color: white;
}
.order-text h2 {
  color: white;
  margin-bottom: 2rem;
}

/*******************
* Contact section home
********************/
.contact-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

.contact-text h2 {
  margin-bottom: 1rem;
}

.contact-card {
  background: rgba(167, 200, 115, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #a7c873;
}

.contact-card-phone-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.contact-card-phone-wrapper .contact-card-phone {
  width: -moz-max-content;
  width: max-content;
}
.contact-card-phone-wrapper .contact-card-phone h4 {
  margin-top: 0rem;
}

.contact-card-title {
  color: #607345;
  font-family: CrimsonPro, serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.contact-card-title.no-margin {
  margin-top: 0;
}

.contact-btn {
  margin-top: 1rem;
}

/*******************
* Footer
********************/
.footer-wrapper {
  background: #607345;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5rem;
}

.footer-image img {
  height: 175px;
  width: auto;
}

.footer-text {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-text * {
  color: white;
}
.footer-text .margin-top {
  margin-top: 1rem;
}
.footer-text h4 {
  color: white;
  font-family: CrimsonPro, serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.madeby-wrapper {
  background: #2d3a25;
}

.madeby-content {
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.madeby-content p {
  color: white;
}
.madeby-content p a {
  font-family: CrimsonPro;
  font-weight: 200;
  font-style: italic;
  line-height: 1rem;
  font-size: 1.2rem;
}

/*******************
* Awesome footer ;)
********************/
body {
  position: relative;
  overflow-x: hidden;
}

main {
  min-height: calc(100vh - var(--footer-height, 400px));
  margin-bottom: var(--footer-height, 400px);
  background: white;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(45, 58, 37, 0.3);
}

footer {
  position: fixed;
  bottom: 0;
  height: auto;
  background: #2d3a25;
  width: 100%;
  z-index: -3;
}

/*******************
* Page header
********************/
.page-header-wrapper {
  background-image: url("assets/images/header-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 6rem;
  border-bottom: 0.5rem solid #a7c873;
  z-index: 1;
  position: relative;
}
.page-header-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 0;
  height: 12rem;
  display: none;
  pointer-events: none;
}
.page-header-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: -1;
  height: 80%;
  display: none;
  pointer-events: none;
}
.page-header-wrapper.photo-header {
  background-position: center;
}
.page-header-wrapper.photo-header::before, .page-header-wrapper.photo-header::after {
  display: block;
}

.page-header-content {
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
}
.page-header-content.photo-header {
  padding-top: 10rem;
}
.page-header-content h1 {
  color: white;
  font-family: Figtree, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 2.2rem;
  margin-bottom: 0.2em;
}
.page-header-content h1 i {
  font-weight: 100;
  margin-bottom: 0.3rem;
}

/*******************
* Contact page
********************/
.contact-page-content .text-block {
  max-width: 700px;
  margin-top: 2rem;
}
.contact-page-content .contact-card {
  padding: 1.5rem;
  min-width: 400px;
}

.contact-form {
  margin-top: 2rem;
}
.contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-form form label {
  font-weight: 300;
  margin-bottom: 0.2rem;
  display: inline-block;
  font-size: 1rem;
  position: relative;
  color: #607345;
}
.contact-form form label.required::after {
  content: "*";
  position: absolute;
  font-weight: 200;
  right: -0.8rem;
  top: -0.1rem;
  color: #ddc672;
  font-size: 1.5rem;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: rgba(167, 200, 115, 0.1);
  border: none;
  color: #607345;
  font-weight: 300;
  border-bottom: 3px solid #607345;
  transition: 0.3s ease border-bottom, 0.3s ease background-color;
}
.contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder, .contact-form form select::-moz-placeholder {
  color: rgba(96, 115, 69, 0.3);
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder,
.contact-form form select::placeholder {
  color: rgba(96, 115, 69, 0.3);
}
.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form select:focus {
  background-color: rgba(167, 200, 115, 0.2);
  border-bottom: 3px solid #a7c873;
  outline: none;
}
.contact-form form input:focus::-moz-placeholder, .contact-form form textarea:focus::-moz-placeholder, .contact-form form select:focus::-moz-placeholder {
  color: transparent;
}
.contact-form form input:focus::placeholder,
.contact-form form textarea:focus::placeholder,
.contact-form form select:focus::placeholder {
  color: transparent;
}
.contact-form form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23607345' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  cursor: pointer;
}
.contact-form form select option {
  padding: 0.75rem 1rem;
  background-color: white;
  color: #607345;
}
.contact-form form .span-two-columns {
  grid-column: 1/-1;
}
.contact-form form button {
  width: 100%;
}

.contact-notification {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 1rem;
}
.contact-notification.error {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #ff4949;
  opacity: 1;
  visibility: visible;
}
.contact-notification.error .error-text {
  display: block;
}
.contact-notification.success {
  background-color: #90da90;
  padding: 1rem;
  margin-bottom: 2rem;
  opacity: 1;
  visibility: visible;
}
.contact-notification.success .success-text {
  display: block;
  color: black;
}
.contact-notification .notification-text {
  color: white;
  display: none;
}

/*******************
* End product page
********************/
.endproduct-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.endproduct {
  border-radius: 1rem;
  background-color: rgba(151, 178, 108, 0.1);
  padding: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
}
.endproduct .endproduct-content .endproduct-image {
  height: 20em;
  width: 100%;
  overflow: hidden;
}
.endproduct .endproduct-content .endproduct-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0.5em;
}
.endproduct .endproduct-content .endproduct-text {
  margin-top: 1em;
  flex-grow: 1;
}
.endproduct .endproduct-content .endproduct-text h3 {
  margin-bottom: 0.5em;
}
.endproduct .endproduct-content .endproduct-text p {
  font-weight: 100;
  color: rgba(45, 58, 37, 0.8);
}
.endproduct .btn {
  text-align: center;
  width: 100%;
}

/*******************
* Order widget
********************/
.order-section-wrapper {
  background: rgba(167, 200, 115, 0.1);
}
.order-section-wrapper.inverse {
  background: white;
}

.order-section-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5rem;
}

.order-section-text h2 {
  font-family: Figtree, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.order-section-text p {
  max-width: 700px;
}
.order-section-text .btn {
  margin-top: 1.5rem;
}

.order-section-image {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.order-section-image img {
  width: 270px;
  height: auto;
  transform: translateY(0.03rem);
}

/*******************
* Single Endproduct page
********************/
.page-header-back-btn {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 10%;
  color: white;
  margin-left: 1rem;
  margin-top: 0rem;
  position: relative;
}
.page-header-back-btn::after {
  content: "←";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%) translateX(0rem) rotate(0deg);
  transition: 0.3s ease transform;
}
.page-header-back-btn:hover::after {
  transform: translateY(-50%) translateX(-0.1rem) rotate(180deg);
}

.page-header-content {
  position: relative;
}

.page-header-image {
  width: 20em;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 30px rgba(50, 70, 22, 0.5);
}
.page-header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1rem;
}

.single-page-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
.single-page-content .text-block {
  flex: 1;
}
.single-page-content .empty-space {
  width: 20rem;
}

.page-section-wrapper {
  background: rgba(167, 200, 115, 0.1);
}
.page-section-wrapper.inverse {
  background: white;
}

.page-section-title {
  font-size: 2em;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}
.page-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #a7c873;
  margin-top: 0.1rem;
}

.page-section-text {
  margin-bottom: 0.5em;
}

.section-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2em;
  width: 100%;
  margin-top: 1.5rem;
}
.section-block .section-block-image {
  width: 20em !important;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.section-block .section-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1rem;
}
.section-block .section-block-content {
  flex: 1;
}
.section-block .section-block-content .section-block-text {
  width: -moz-fit-content;
  width: fit-content;
}
.section-block .section-block-content h3 {
  font-family: Figtree;
  text-transform: uppercase;
  letter-spacing: 10%;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 1em;
}
.section-block.inverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.section-block-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 800px;
}
.section-block-gallery .image-container {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.section-block-gallery .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1rem;
}

/*******************
* Algemeen
********************/
.btn {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease color, 0.3s ease background-color, 0.3s ease border;
}
.btn.outline-dark-bg {
  border: 2px solid #a7c873;
  color: white;
}
.btn.outline-dark-bg:hover {
  background-color: #a7c873;
  color: white;
}
.btn.outline-light-bg {
  border: 2px solid #a7c873;
  color: #2d3a25;
}
.btn.outline-light-bg:hover {
  background-color: #a7c873;
  color: white;
}

.hover-link {
  position: relative;
  opacity: 1;
  transition: 0.3s ease color, 0.3s ease opacity;
}
.hover-link::before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #a7c873;
  transform: scaleX(0);
  transition: 0.3s ease transform;
  transform-origin: right;
  z-index: -1;
}
.hover-link:hover {
  cursor: pointer;
  color: #a7c873;
}
.hover-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.hover-link-underline {
  position: relative;
  opacity: 1;
  transition: 0.3s ease color, 0.3s ease opacity;
  z-index: 1;
}
.hover-link-underline::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0rem;
  width: 100%;
  height: 0.1rem;
  background-color: #a7c873;
  transform: scaleY(100%) scaleX(100%);
  transition: 0.3s ease height, 0.3s ease transform;
  transform-origin: center;
  z-index: -1;
}
.hover-link-underline:hover {
  cursor: pointer;
  color: white;
}
.hover-link-underline:hover::before {
  transform: scaleX(105%);
  height: calc(100% + 0.2rem);
}

.text-block > * {
  margin-top: 1em;
}
.text-block p:first-child {
  margin-top: 0;
}
.text-block ul li {
  color: rgba(45, 58, 37, 0.8);
  list-style-type: disc;
  margin-left: 2rem;
}
.text-block ul li::marker {
  color: #607345;
}
.text-block ul ul {
  margin-left: 2rem;
}

.white-text p {
  color: rgba(255, 255, 255, 0.8);
}

/*******************
* Loading
********************/
.loading {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading #loadingAnimation {
  width: 25rem;
  aspect-ratio: 1;
  height: auto;
  max-width: 90vw;
  z-index: 1;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f9f2;
  z-index: -2;
}
.loading.loaded::before {
  animation: fadeOut 1s ease forwards 1.2s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*******************
* Responsive
********************/
@media (max-width: 1000px) {
  /*******************
  * Algemeen
  ********************/
  .hover-link {
    width: -moz-fit-content;
    width: fit-content;
  }
  .hover-link:hover {
    color: unset;
    opacity: 0.5 !important;
  }
  /*******************
  * Navbar
  ********************/
  .nav-wrapper {
    height: 5rem;
  }
  .nav-wrapper.mobile-active .nav-links,
  .nav-wrapper.mobile-active .nav-links * {
    pointer-events: auto !important;
  }
  .nav-wrapper.mobile-active .nav-links::before {
    transform: translateX(0%);
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup {
    transform: translateY(0px);
    opacity: 1;
    filter: blur(0px);
    transition: 0.4s ease transform, 0.4s ease opacity, 0.4s ease filter !important;
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup:nth-child(1) {
    transition-delay: 0.05s !important;
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup:nth-child(2) {
    transition-delay: 0.1s !important;
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup:nth-child(3) {
    transition-delay: 0.15s !important;
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup:nth-child(4) {
    transition-delay: 0.2s !important;
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup:nth-child(5) {
    transition-delay: 0.25s !important;
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup:nth-child(6) {
    transition-delay: 0.3s !important;
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup:nth-child(7) {
    transition-delay: 0.35s !important;
  }
  .nav-wrapper.mobile-active .nav-links .nav-fadeup:nth-child(8) {
    transition-delay: 0.4s !important;
  }
  .nav-links {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding-top: 9rem;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 60%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    margin: 0;
    color: white;
    z-index: -1;
  }
  .nav-links,
  .nav-links * {
    pointer-events: none !important;
  }
  .nav-links .separator {
    display: block;
  }
  .nav-links::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #2d3a25;
    z-index: -1;
    transform: translateX(-102%);
    transition: 0.3s ease transform;
  }
  .nav-links .nav-fadeup {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(5px);
    transition: 0.3s ease opacity, 0.3s ease transform 0s, 0.3s ease filter 0s !important;
  }
  .nav-link {
    pointer-events: none;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .nav-link.active-link {
    font-weight: 800;
  }
  .dropdown {
    pointer-events: none;
  }
  .dropdown .nav-link {
    margin-bottom: 0.15rem;
  }
  .dropdown .nav-link::after {
    display: none;
  }
  .dropdown .dropdown-menu {
    position: static;
    width: unset;
    padding: 0;
    margin-left: 2rem;
    color: white;
    transform: none;
    opacity: 1;
    background: none;
    box-shadow: none;
    filter: none;
    gap: 0.1rem;
    display: flex;
    flex-direction: column;
  }
  .dropdown .dropdown-menu::before {
    display: block;
    content: "Miscanthus als...";
    font-family: CrimsonPro, serif;
    text-transform: none;
    font-style: italic;
    font-weight: 100;
    font-size: 1.25rem;
  }
  .dropdown-link {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
  }
  .dropdown-link.active-link {
    font-weight: 800;
  }
  #burger {
    display: block;
  }
  /*******************
  * Hero
  ********************/
  .hero-content {
    min-height: 60vh;
    padding-top: 15rem;
  }
  .hero-text h1 i {
    display: inline;
  }
  /*******************
  * Wat is miscanthus
  ********************/
  .what-content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
  .what-text {
    width: 100%;
  }
  .what-text h2 {
    margin-bottom: 1rem;
  }
  .what-image {
    display: block;
    width: 100%;
    aspect-ratio: unset;
    height: auto;
    min-height: unset;
    max-height: 400px;
  }
  .what-image img {
    height: 100%;
  }
  /*******************
  * Voordelen sectie
  ********************/
  .card-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .card {
    padding: 1.5em;
  }
  .card .card-text {
    margin-top: 1rem;
  }
  .card .card-text h3 {
    margin-bottom: 0.2em;
  }
  /*******************
  * Solutions
  ********************/
  .solution-content {
    flex-direction: column-reverse;
    gap: 0rem;
    justify-content: initial;
    min-height: unset;
  }
  .solution-image {
    position: static;
    width: 100vw;
    height: 300px;
  }
  .solution-text {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    max-width: unset;
  }
  .solution-text h2 {
    margin-bottom: 1rem;
  }
  .solution-text .solution-btn {
    margin-top: 1rem;
  }
  /*******************
  * About
  ********************/
  .about-content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .about-text {
    width: 100%;
  }
  .about-text h2 {
    margin-bottom: 1.5rem;
  }
  .about-image {
    display: block;
    width: 100%;
    aspect-ratio: unset;
    height: auto;
    min-height: unset;
    max-height: 400px;
  }
  .about-image img {
    height: 100%;
  }
  /*******************
  * Order
  ********************/
  .order-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }
  .order-image {
    display: none;
  }
  /*******************
  * Contact section
  ********************/
  .contact-content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
  .contact-text {
    width: 100%;
  }
  .contact-text h2 {
    margin-bottom: 1.5rem;
  }
  .contact-card {
    width: 100%;
    padding: 1rem;
  }
  .contact-card-phone-wrapper {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .contact-card-phone:first-child {
    margin-right: 0.5rem;
  }
  /*******************
  * Contact page
  ********************/
  .contact-page-content .contact-card {
    min-width: unset;
  }
  .contact-form form {
    grid-template-columns: 1fr;
  }
  /*******************
  * End product page
  ********************/
  .endproduct-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  /*******************
  * Order widget
  ********************/
  .order-section-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }
  .order-section-image {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .order-section-image img {
    width: auto;
    height: 200px;
  }
  /*******************
  * Single Endproduct page
  ********************/
  .page-header-content h1 {
    font-size: 1.5em;
  }
  .page-header-wrapper.responsive-photo-header {
    background-image: var(--mobile-bg);
  }
  .page-header-wrapper.responsive-photo-header::before, .page-header-wrapper.responsive-photo-header::after {
    display: initial;
  }
  .page-header-content.responsive-photo-header {
    padding-top: 10em;
  }
  .page-header-image {
    display: none;
  }
  .empty-space {
    display: none;
  }
  .section-block,
  .section-block.inverse {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  .section-block .section-block-image,
  .section-block.inverse .section-block-image {
    width: 100% !important;
    max-height: 400px;
    height: auto;
    position: relative;
  }
  .section-block .section-block-image img,
  .section-block.inverse .section-block-image img {
    height: 100% !important;
    width: 100% !important;
  }
  .section-block-gallery {
    grid-template-columns: 1fr;
  }
  /*******************
  * Footer
  ********************/
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .footer-content .footer-image {
    margin-bottom: 1rem;
  }
  .footer-content .footer-image img {
    height: 100px;
  }
  .footer-content .footer-text {
    gap: 1rem;
  }
  .footer-content .margin-top {
    margin-top: 0.25rem;
  }
  .madeby-content {
    flex-direction: column;
    align-items: center;
  }
  .madeby-content p {
    text-align: center;
  }
}
/*******************
* Footer
********************/
#viernulvier-page main {
  min-height: unset;
  margin-bottom: unset;
  background: white;
  z-index: 1;
  box-shadow: none;
  height: 100vh;
  background: rgba(167, 200, 115, 0.1);
}
#viernulvier-page main .wrapper {
  height: 100%;
}
#viernulvier-page main .wrapper .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  justify-content: center;
  gap: 1rem;
}
#viernulvier-page main .wrapper .content img {
  width: 400px;
  max-width: 80%;
  height: auto;
  margin-bottom: 1em;
}
#viernulvier-page main .wrapper .content h1 {
  font-family: Figtree, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
#viernulvier-page main .wrapper .content h1 i {
  font-size: 1.1em;
}
#viernulvier-page footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: none;
  border-bottom: 2rem solid #a7c873;
}
#viernulvier-page footer img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 20rem;
  max-width: 50%;
  height: auto;
}/*# sourceMappingURL=style.css.map */