@import url("https://use.typekit.net/sxt6pes.css");
/*! Version: 1.0 -  - ubjl3ci */
:root {
  --primary: #005f73;
  --secondary: #0a9396;
  --accent: #94d2bd;
  --light: #f0f0f0;
  --dark: #001219;
  --text: #333;
  --white: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", Arial, sans-serif;
  color: #031e64;
  background-color: #ffffff;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #031e64;
  color: #ffffff;
  padding: 8px;
  z-index: 100;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}
.container h2 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0em;
  line-height: 0.9;
  border-left: 0.75rem #ffc800 solid;
  padding-left: 2rem;
}
@media (min-width: 1000px) {
  .container h2 {
    font-size: 6.25rem;
  }
}
@media (min-width: 1000px) {
  .container h2 {
    padding-left: 4.5rem;
  }
}
.container h3 {
  letter-spacing: 0em;
  line-height: 1.15;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .container h3 {
    font-size: 1.5rem;
  }
}
.container p {
  letter-spacing: 0em;
  line-height: 1.15;
  padding-left: 2.75rem;
  max-width: 30rem;
}
@media (min-width: 1000px) {
  .container p {
    font-size: 1.5rem;
    padding-left: 5.25rem;
  }
}
.container p.intro,
.container p strong {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (min-width: 1000px) {
  .container p.intro,
.container p strong {
    font-size: 2rem;
  }
}
.container p a {
  color: inherit;
  text-decoration: none;
}
.container p a:link, .container p a:visited {
  color: inherit;
  text-decoration: none;
}
.container p a:active, .container p a:hover {
  text-decoration: underline;
  color: inherit;
}
.container p a.button {
  color: #ffffff;
  background-color: #031e64;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.container p a.button:hover {
  background-color: #5eaf85;
  color: #ffffff;
}
.container p.wide {
  max-width: 60rem;
}
@media (min-width: 1000px) {
  .container p.wide {
    padding-left: 12.25rem;
  }
}
.container p.small {
  font-size: 0.8rem;
}
.container p.full {
  padding-inline: 0 !important;
  max-width: unset;
}
.container p.center {
  text-align: center;
}

.site-header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(3, 30, 100, 0.1);
}
.site-header .container {
  max-width: 100vw;
  width: auto;
  padding: 1rem 2rem 1rem;
}
@media (min-width: 1000px) {
  .site-header .container {
    padding-top: 2rem;
  }
}
.site-header h1.logo {
  margin: 0;
}
@media (min-width: 1000px) {
  .site-header h1.logo {
    display: none;
  }
}
.site-header h1.logo img {
  max-height: 4rem;
}
.site-header .main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
@media (min-width: 1000px) {
  .site-header .main-nav ul {
    gap: 0.75rem;
  }
}
.site-header .main-nav ul.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-header .main-nav ul a {
  text-decoration: none;
  color: #031e64;
}
.site-header .main-nav ul a:hover {
  color: #5eaf85;
}
.site-header .main-nav ul li.logolink .logo_img {
  display: none;
}
@media (min-width: 1000px) {
  .site-header .main-nav ul li.logolink .logo_img {
    height: 10rem;
    width: auto;
    display: inline-block;
  }
}
.site-header .main-nav ul li ul.sub {
  display: flex;
  flex-direction: column;
}

#hero {
  background: #5eaf85;
  color: #ffffff;
  padding: 14rem 0 0;
  position: relative;
}
@media (min-width: 1000px) {
  #hero {
    padding-top: 6rem;
  }
}
#hero .hero_img {
  width: 100%;
  height: auto;
}

#intro p {
  max-width: 46rem;
}
#intro p.intro {
  max-width: 60rem;
}

.section {
  padding: 1rem;
  scroll-snap-margin-top: 14rem;
  scroll-margin-top: 14rem;
}
@media (min-width: 1000px) {
  .section {
    scroll-snap-margin-top: 9rem;
    scroll-margin-top: 9rem;
  }
}
@media (min-width: 1000px) {
  .section {
    padding: 4rem 1rem;
  }
}
.section img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media (min-width: 1000px) {
  .section img {
    margin: 2rem 0;
  }
}
.section.green {
  background-color: #5eaf85;
  color: #ffffff;
}
.section.blue {
  background-color: #031e64;
  color: #ffffff;
}
.section.yellow {
  background-color: #ffc800;
  color: #031e64;
}

.site-footer {
  background-color: #031e64;
  color: #ffffff;
  padding: 3rem 1rem 1rem;
}

.contact-form {
  font-family: "Avenir Next", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin: 0 auto 2rem auto;
}
@media (min-width: 1000px) {
  .contact-form {
    font-size: 1.25rem;
  }
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  width: calc(100% - 3rem);
  font-family: "Avenir Next", Arial, sans-serif;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .contact-form input,
.contact-form textarea {
    font-size: 1.25rem;
  }
}
.contact-form button {
  font-family: "Avenir Next", Arial, sans-serif;
  color: #ffffff;
  background-color: #5eaf85;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .contact-form button {
    font-size: 1.25rem;
  }
}
.contact-form button:hover {
  background-color: #ffc800;
  color: #ffffff;
}
.contact-form div.fit {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .contact-form div.fit {
    flex-direction: row;
  }
  .contact-form div.fit input {
    width: 65%;
  }
  .contact-form div.fit button {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
h2.big_title {
  font-size: 2.5rem;
  line-height: 0.875;
  text-transform: uppercase;
  color: #031e64;
  text-align: left;
}
@media (min-width: 1000px) {
  h2.big_title {
    font-size: 5rem;
  }
}
h2.big_title strong {
  color: #ffffff;
  font-weight: inherit;
}

#circulair {
  background-image: url("assets/imgs/circulair.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 45vw;
}

#energie {
  background-image: url("assets/imgs/energieopwekking.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 45vw;
}

#layercake {
  background-image: url("assets/imgs/LayerCake.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 45vw;
}

#outro {
  background-image: url("assets/imgs/Energieveld_impressie.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
  position: relative;
}

#energieveld p.wide {
  margin-block: 0;
}
#energieveld p.wide img {
  margin: 0;
  padding: 0;
  min-width: 65vw;
}

#partners_pers .logobar {
  display: grid;
  justify-content: space-evenly;
  align-items: center;
  justify-items: center;
}
@media (min-width: 1000px) {
  #partners_pers .logobar {
    grid-template-columns: repeat(4, 1fr);
  }
}
#partners_pers .logobar a {
  text-align: center;
}
#partners_pers .logobar a img {
  max-height: 12rem;
  max-width: 60%;
  width: auto;
}

.cols_two p {
  padding-left: 0;
}
@media (min-width: 1000px) {
  .cols_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-evenly;
  }
}

span.caption {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  font-size: 0.75rem;
  display: inline-block;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */