@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,700|Playfair+Display:700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5; }

.notificatie-wrapper {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.notificatie_bg {
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7; }

.notificatie-bericht {
  position: relative;
  background: white;
  max-width: 600px;
  padding: 4rem; }

.container {
  max-width: 1080px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem; }

.notificatie-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2.5rem;
  font-weight: 700;
  cursor: pointer; }

h1,
h2 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.05rem; }

h2 {
  margin-bottom: 1.5rem; }

* {
  box-sizing: border-box;
  margin: 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

p {
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }

nav {
  display: flex; }
  nav a {
    padding: 1rem;
    color: white;
    text-decoration: none; }

header, header.toggle-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s all; }
  header img, header.toggle-active img {
    max-height: 65px;
    transition: 0.3s all; }
  header.scroll, header.toggle-active {
    background: white;
    color: black;
    padding: 1rem 2rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.151); }
    header.scroll img, header.toggle-active img {
      height: 45px; }
    header.scroll a, header.toggle-active a {
      color: black; }
    header.scroll img, header.toggle-active img {
      filter: invert(1); }

#hero {
  height: 80vh;
  min-height: 700px;
  background: lightgrey;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.slogan-wrap {
  position: relative;
  color: white;
  background: rgba(110, 146, 119, 0.6);
  padding: 2rem;
  max-width: 600px;
  text-align: center;
  margin-top: 3rem; }
  .slogan-wrap h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    line-height: 1.4; }
  .slogan-wrap p {
    color: white;
    max-width: 450px;
    margin: auto;
    line-height: 1.8;
    margin-bottom: 2rem; }

.btn {
  background: #f9e3d6;
  padding: 1rem 2rem;
  border-radius: 2rem;
  color: #222;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  transition: filter 0.3s;
  font-size: 100%;
  font-family: inherit;
  cursor: pointer;
  border: 0; }
  .btn:hover {
    filter: brightness(95%); }

.btn.btn-header {
  padding: 0.7rem 1rem; }

.text-center {
  text-align: center; }

.btn-center {
  display: table;
  margin: auto; }

.bg-overlay {
  background: linear-gradient(to bottom, #222, rgba(34, 34, 34, 0));
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  height: 89%; }

.image-col {
  background-size: cover;
  background-position: center center;
  min-height: 400px; }

.row {
  display: flex;
  flex-wrap: wrap; }

.row.col-pad {
  margin-left: -1rem;
  margin-right: -1rem; }

.col {
  padding-left: 1rem;
  padding-right: 1rem; }

.col-6 {
  width: 50%; }

.col-12 {
  width: 100%; }

.col-4 {
  width: calc(100% * 4/12); }

.col-8 {
  width: calc(100% * 8/12); }

.align-center {
  align-items: center; }

.section-pad {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.section-pad-top {
  padding-top: 1rem; }

.section-pad-large {
  padding-top: 4rem;
  padding-bottom: 4rem; }

main {
  padding-top: 1rem; }

.inner {
  height: 100%;
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column; }

.primary-nav ul {
  margin: 0;
  padding: 0; }
  .primary-nav ul li {
    display: inline-block;
    list-style: none; }
    .primary-nav ul li.active a {
      color: #6e9277; }
    .primary-nav ul li a {
      padding: 1rem 1.5rem; }
    .primary-nav ul li .btn {
      width: 200px;
      display: block;
      text-align: center;
      margin-left: 1rem; }

.rood {
  background: #e3b7ac; }

.lichtgroen {
  background: #CDD4C9; }

.groen {
  background: #6e9277;
  color: white; }

.roze {
  background: #E3B7AC; }

.oranje {
  background: #f9e3d6; }
  .oranje a {
    color: #e58851; }

.grijs {
  background: #f1f1f1; }

.jc_c {
  justify-content: center; }

.fd_c {
  flex-direction: column; }

.flex {
  display: flex; }

.jc_fe {
  justify-content: flex-end; }

.cta {
  padding: 4rem 0rem; }
  .cta p {
    margin-bottom: 1.5rem; }

.order-last {
  order: 999; }

.prijs {
  padding: 1rem 0rem; }
  .prijs span {
    font-weight: 200; }
  .prijs .prijs-bot {
    padding-top: 0.5rem;
    display: flex; }
    .prijs .prijs-bot div {
      flex-basis: 50%; }

.prijs-col img {
  width: calc(100% + 2rem); }

.contact {
  line-height: 1.8; }
  .contact h2 {
    margin-bottom: 4rem; }

form {
  background: rgba(255, 255, 255, 0.17);
  padding: 2rem; }
  form input {
    width: 100%; }
  form textarea {
    width: 100%;
    min-height: 140px; }
  form label {
    width: 100%;
    margin-top: 1.5rem;
    display: block;
    margin-bottom: 0.3rem; }
    form label:first-child {
      margin-top: 0; }
  form input.btn {
    width: auto;
    min-width: 180px;
    margin-top: 1rem; }

input, textarea {
  padding: 0.6rem;
  background: transparent;
  box-shadow: 0;
  border: 2px solid white; }

footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 90%;
  color: #525252; }
  footer .copyright {
    padding-top: 4rem;
    font-size: 85%;
    opacity: 0.8; }

.nav-toggle {
  display: none;
  width: 35px;
  height: 20px;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer; }
  .nav-toggle span {
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background: white;
    position: relative;
    transition: 0.3s all; }
  .nav-toggle.active {
    justify-content: center; }
    .nav-toggle.active span:first-child {
      transform: rotate(45deg); }
    .nav-toggle.active span:nth-child(2) {
      opacity: 0; }
    .nav-toggle.active span:last-child {
      transform: rotate(-45deg); }

.toggle-active .nav-toggle span {
  background: black; }

.scroll .nav-toggle span, header.toggle-active .nav-toggle span {
  background: black; }

.hidden {
  visibility: hidden;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.rood h2, .lichtgroen h2, .roze h2, .oranje h2, .grijs h2 {
  color: #222; }

.rood p, .lichtgroen p, .roze p, .oranje p, .grijs p {
  color: #2c2c2c; }

.timeline {
  margin-left: 0;
  padding-left: 0;
  margin-top: 2rem; }
  .timeline li {
    color: #2c2c2c;
    list-style: none;
    position: relative;
    padding-bottom: 1.5rem;
    display: flex; }
    .timeline li:before {
      width: 15px;
      height: 15px;
      background: #6e9277;
      border-radius: 50%;
      content: '';
      display: inline-block;
      vertical-align: top;
      margin-top: 0rem;
      margin-right: 1.2rem;
      border: 5px solid #f1f1f1;
      z-index: 2;
      position: relative;
      flex-shrink: 0; }
    .timeline li:after {
      top: 15px;
      position: absolute;
      left: 12px;
      height: 100%;
      width: 1px;
      background: #6e9277;
      content: '';
      z-index: 1; }
    .timeline li:last-child:after {
      display: none; }

.page-template #hero {
  height: 60vh;
  min-height: 350px; }
  .page-template #hero h1.title-only {
    margin-bottom: 0; }

@media (max-height: 760px) {
  #hero {
    align-items: flex-end; }
  .slogan-wrap {
    margin-top: 0rem;
    margin-bottom: 2rem; } }

@media (max-width: 1280px) {
  .primary-nav ul li a {
    padding: 1rem 1rem;
    font-size: 90%; } }

@media (max-width: 1260px) {
  .btn.btn-header {
    margin-top: 1rem; }
  header nav li:last-child .btn.btn-header {
    margin-top: 2rem; }
  header, header.toggle-active {
    padding-left: 1rem;
    padding-right: 1rem; }
    header.scroll, header.toggle-active {
      padding-left: 1rem;
      padding-right: 1rem; }
  .nav-toggle {
    display: flex; }
  .primary-nav ul li a {
    font-size: 100%; }
  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    transform: translateX(100%); }
    .primary-nav.active {
      transition: transform 0.5s ease-in-out;
      transform: translateX(0%); }
    .primary-nav ul {
      display: flex;
      flex-direction: column;
      padding: 2rem; }
      .primary-nav ul li {
        display: block; }
      .primary-nav ul a {
        padding: 1rem;
        display: block;
        text-align: right; } }

@media (max-width: 880px) {
  .slogan-wrap {
    max-width: calc(100% - 2rem);
    margin-top: auto;
    margin-bottom: 4rem; }
    .slogan-wrap h1 {
      font-size: 1.6rem; }
  html {
    font-size: 15px; }
  .inner {
    padding: 2rem 2rem; } }

@media (max-width: 600px) {
  footer .col-4 {
    margin-bottom: 2rem; }
    footer .col-4:last-child {
      margin-bottom: 0; }
  header img, header.toggle-active img {
    height: 40px; }
  header.scroll img, header.toggle-active img {
    height: 36px; }
  .col-8 {
    width: 100%; }
  .col-4 {
    width: 100%; }
  form {
    margin-top: 2rem; }
  .mobile-last {
    order: 9999; }
  .row {
    flex-wrap: wrap; }
  .col-6 {
    width: 100%; } }
