/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

html {
  font-size: 100%;
  color: #3d5c5f;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.container {
  margin: 0 auto;
}

.mobileHide {
  display: none;
}
@media (min-width: 768px) {
  .mobileHide {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .tabletHide {
    display: inline-block;
  }
}

.desktopHide {
  display: block;
}
@media (min-width: 992px) {
  .desktopHide {
    display: none;
  }
}

/*=========================================================================
	Transitions
========================================================================== */
/*=========================================================================
	Animations
========================================================================== */
h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 4.5rem;
  }
}

strong {
  display: block;
  font-size: 3rem;
}
@media (min-width: 576px) {
  strong {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  strong {
    font-weight: lighter;
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  strong {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  strong {
    font-size: 8rem;
  }
}

h2 {
  font-family: "LaParisienneFour", "sans-serif";
  font-size: 3rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 5rem;
  }
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-family: "Advent Pro", sans-serif;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

p, a, li {
  font-family: "Advent Pro", sans-serif;
  list-style: none;
  text-decoration: none;
  color: #3d5c5f;
  font-size: 1rem;
}
@media (min-width: 768px) {
  p, a, li {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  p, a, li {
    font-size: 1.3rem;
  }
}

a, a > p {
  transition: all 300ms linear 0s;
}
a:hover, a > p:hover {
  color: #dfb3a6;
}

.achtergrond {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  background-size: cover;
  background-color: #bed8d9;
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .achtergrond {
    background-size: cover;
    background-position: bottom center;
  }
}

header.container-fluid, header.container {
  z-index: 999;
  left: 0;
  right: 0;
  padding: 1rem;
  width: 100%;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  header.container-fluid, header.container {
    background-color: transparent;
  }
}
header.container-fluid .logo, header.container .logo {
  position: fixed;
  left: 2rem;
  z-index: 999;
  width: 30%;
}
@media (min-width: 992px) {
  header.container-fluid .logo, header.container .logo {
    width: 20%;
  }
}
header.container-fluid .logo img, header.container .logo img {
  display: block;
  width: 100%;
}
header.container-fluid .header-rechts .contactgegevens, header.container .header-rechts .contactgegevens {
  margin-right: 1rem;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
  text-align: right;
}
@media (min-width: 576px) {
  header.container-fluid .header-rechts .contactgegevens, header.container .header-rechts .contactgegevens {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  header.container-fluid .header-rechts .contactgegevens, header.container .header-rechts .contactgegevens {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  header.container-fluid .header-rechts .contactgegevens, header.container .header-rechts .contactgegevens {
    align-items: center;
    justify-content: center;
  }
}
header.container-fluid .header-rechts .contactgegevens section, header.container-fluid .header-rechts .contactgegevens email, header.container .header-rechts .contactgegevens section, header.container .header-rechts .contactgegevens email {
  font-size: 1.4rem;
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  header.container-fluid .header-rechts .contactgegevens section, header.container-fluid .header-rechts .contactgegevens email, header.container .header-rechts .contactgegevens section, header.container .header-rechts .contactgegevens email {
    font-size: 1.2rem;
    margin: 0 0.3rem;
    padding: 0;
  }
}
header.container-fluid .header-rechts .contactgegevens section i, header.container-fluid .header-rechts .contactgegevens email i, header.container .header-rechts .contactgegevens section i, header.container .header-rechts .contactgegevens email i {
  font-size: 0.8rem;
}
@media (min-width: 375px) {
  header.container-fluid .header-rechts .contactgegevens section i, header.container-fluid .header-rechts .contactgegevens email i, header.container .header-rechts .contactgegevens section i, header.container .header-rechts .contactgegevens email i {
    font-size: 1.2rem;
  }
}
@media (min-width: 576px) {
  header.container-fluid .header-rechts .contactgegevens section i, header.container-fluid .header-rechts .contactgegevens email i, header.container .header-rechts .contactgegevens section i, header.container .header-rechts .contactgegevens email i {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  header.container-fluid .header-rechts .contactgegevens section i, header.container-fluid .header-rechts .contactgegevens email i, header.container .header-rechts .contactgegevens section i, header.container .header-rechts .contactgegevens email i {
    font-size: 1.2rem;
  }
}
header.container-fluid .header-rechts .contactgegevens section a, header.container-fluid .header-rechts .contactgegevens email a, header.container .header-rechts .contactgegevens section a, header.container .header-rechts .contactgegevens email a {
  font-family: "Advent Pro", sans-serif;
  font-weight: normal;
  transition: all 300ms linear 0s;
}
header.container-fluid #uitklapMenuLogo, header.container #uitklapMenuLogo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  right: 10%;
  font-size: 0.8rem;
  margin-top: 14px;
  color: #3d5c5f;
  cursor: pointer;
  z-index: 999;
  transition: all 300ms linear 0s;
}
@media (min-width: 375px) {
  header.container-fluid #uitklapMenuLogo, header.container #uitklapMenuLogo {
    margin-top: 9px;
    font-size: 1.2rem;
  }
}
@media (min-width: 576px) {
  header.container-fluid #uitklapMenuLogo, header.container #uitklapMenuLogo {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  header.container-fluid #uitklapMenuLogo, header.container #uitklapMenuLogo {
    margin-top: 10px;
    font-size: 2rem;
    margin-top: 0;
    right: 2rem;
    text-align: right;
  }
}
header.container-fluid #uitklapMenuLogo:hover, header.container #uitklapMenuLogo:hover {
  color: #dfb3a6;
}
header.container-fluid nav, header.container nav {
  width: 80%;
  text-align: center;
  color: white;
  padding: 0;
  margin-top: 4rem;
  right: -1000px;
  position: fixed;
  z-index: 999;
}
@media (min-width: 768px) {
  header.container-fluid nav, header.container nav {
    width: 70%;
  }
}
@media (min-width: 992px) {
  header.container-fluid nav, header.container nav {
    width: 60%;
    text-align: right;
    margin-right: 2rem;
    right: 0;
    top: 4rem;
    margin: 0 0 auto auto;
  }
}
header.container-fluid nav ul, header.container nav ul {
  padding: 0;
  margin-bottom: 0;
  box-shadow: -1px 4px 4px 2px #3d5c5f;
  background-color: #3d5c5f;
}
@media (min-width: 992px) {
  header.container-fluid nav ul, header.container nav ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 10px;
    box-shadow: none;
    background: none;
  }
}
header.container-fluid nav ul li, header.container nav ul li {
  padding: 2rem 1rem;
  padding-left: 1rem;
  text-align: left;
  border-bottom: 1px inset #3d5c5f;
}
header.container-fluid nav ul li:last-child, header.container nav ul li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  header.container-fluid nav ul li, header.container nav ul li {
    padding: 0 1.5rem;
    display: inline-block;
    border-bottom: none;
    border-right: 1px inset #3d5c5f;
  }
  header.container-fluid nav ul li:last-child, header.container nav ul li:last-child {
    border-right: none;
  }
}
header.container-fluid nav ul li a, header.container nav ul li a {
  font-size: 1.2rem;
  color: white;
  transition: all 300ms linear 0s;
}
@media (min-width: 375px) {
  header.container-fluid nav ul li a, header.container nav ul li a {
    font-size: 1.3rem;
  }
}
@media (min-width: 576px) {
  header.container-fluid nav ul li a, header.container nav ul li a {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  header.container-fluid nav ul li a, header.container nav ul li a {
    font-size: 1rem;
    color: #3d5c5f;
  }
}
@media (min-width: 1200px) {
  header.container-fluid nav ul li a, header.container nav ul li a {
    font-size: 1.3rem;
  }
}
header.container-fluid nav ul li a:hover, header.container nav ul li a:hover {
  color: #dfb3a6;
  font-weight: bold;
}
@media (min-width: 992px) {
  header.container-fluid nav ul li a:hover, header.container nav ul li a:hover {
    color: white;
  }
}
header.container-fluid #scrollToTop, header.container #scrollToTop {
  position: fixed;
  right: 0px;
  bottom: -200px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #85a69d;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.5rem;
  color: #3d5c5f;
  cursor: pointer;
  padding: 1rem;
  transition: all 300ms linear 0s;
  z-index: 999;
}
header.container-fluid #scrollToTop:hover, header.container #scrollToTop:hover {
  color: #bed8d9;
  font-size: 1.5rem;
}

footer {
  background-color: rgba(190, 216, 217, 0.8);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 1rem;
}
footer .logo {
  width: 100%;
  padding: 5%;
}
footer .logo a {
  display: block;
  width: auto;
}
footer .logo a img {
  display: block;
}
footer .contactgegevens {
  width: 100%;
  padding-left: 5%;
}
footer .contactgegevens .telefoonnummer a, footer .contactgegevens .email a {
  display: block;
}
footer .contactgegevens .telefoonnummer a i, footer .contactgegevens .telefoonnummer a p, footer .contactgegevens .email a i, footer .contactgegevens .email a p {
  display: inline-block;
}
footer nav {
  width: 100%;
  padding-left: 5%;
}
footer nav ul {
  padding-left: 0;
}
@media (min-width: 576px) {
  footer .contactgegevens {
    width: 50%;
  }
  footer nav {
    width: 40%;
    padding-right: 5%;
    padding-left: auto;
    margin-bottom: 2rem;
  }
  footer nav ul li {
    text-align: right;
  }
}
@media (min-width: 768px) {
  footer .logo {
    width: 45%;
  }
  footer .contactgegevens {
    width: 45%;
    padding-right: 5%;
    padding-top: 5%;
    text-align: right;
  }
  footer nav {
    width: 90%;
    margin-bottom: 1rem;
    padding-left: 5%;
    justify-self: flex-start;
  }
  footer nav ul li {
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer nav ul {
    display: flex;
    justify-content: space-between;
  }
}

main > section {
  padding-top: 5rem;
  min-height: 100vh;
}
main > section:first-child {
  padding: 0;
}
@media (min-width: 768px) {
  main > section:first-child {
    padding: 0;
  }
}

#hp-titel {
  min-height: 90vh;
  padding-top: 3rem;
  margin-top: 0;
}
@media (min-width: 576px) {
  #hp-titel {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  #hp-titel {
    height: 30vh;
    padding-top: 0;
    margin-top: 12vh;
    width: 60%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
  }
}
#hp-titel .titel {
  margin: 0 auto;
}
#hp-titel .titel h1 {
  text-shadow: 1px 1px 1px rgba(61, 92, 95, 0.8);
  text-align: center;
  color: #3d5c5f;
}
@media (min-width: 375px) {
  #hp-titel .titel h1 {
    margin: 0 auto;
    width: 65%;
  }
}
@media (min-width: 576px) {
  #hp-titel .titel h1 {
    margin-top: 2rem;
    width: 65%;
  }
}
@media (min-width: 768px) {
  #hp-titel .titel h1 {
    margin-top: 1rem;
    text-align: right;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  #hp-titel .titel h1 {
    width: 80%;
    margin-top: 0rem;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  #hp-titel .titel h1 {
    margin-top: 1rem;
  }
}
@media (min-width: 1600px) {
  #hp-titel .titel h1 {
    margin-top: 5rem;
  }
}
#hp-titel .titel h2 {
  text-align: center;
  margin: 0 auto;
  margin-top: 1.5rem;
  color: white;
  width: 50%;
  text-shadow: 2px 2px 3px rgba(61, 92, 95, 0.8);
}
@media (min-width: 375px) {
  #hp-titel .titel h2 {
    margin-top: 2rem;
  }
}
@media (min-width: 576px) {
  #hp-titel .titel h2 {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  #hp-titel .titel h2 {
    margin-top: 1rem;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #hp-titel .titel h2 {
    margin-top: 1rem;
    margin-right: 2rem;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  #hp-titel .titel h2 {
    margin-top: 1rem;
  }
}
@media (min-width: 1600px) {
  #hp-titel .titel h2 {
    margin-top: 4rem;
  }
}
#hp-titel .titel .btn {
  width: 80%;
  bottom: 3rem;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 2rem;
  left: 0;
  right: 0;
}
@media (min-width: 375px) {
  #hp-titel .titel .btn {
    margin-top: 2.2rem;
  }
}
@media (min-width: 576px) {
  #hp-titel .titel .btn {
    margin-top: 2.6rem;
  }
}
@media (min-width: 768px) {
  #hp-titel .titel .btn {
    margin-top: 2.2rem;
    width: 60%;
  }
}
@media (min-width: 992px) {
  #hp-titel .titel .btn {
    width: 30%;
    margin: 3rem 2rem auto auto;
    bottom: auto;
  }
}
@media (min-width: 1200px) {
  #hp-titel .titel .btn {
    margin-top: 3rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1600px) {
  #hp-titel .titel .btn {
    margin-right: 1.5rem;
  }
}

#main-content {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #3d5c5f;
  overflow: hidden;
  position: relative;
  box-shadow: 0 -7px 7px #3d5c5f;
}
#main-content .figuur1 {
  width: 60%;
  height: 60%;
  top: 100px;
  left: 0;
  transform: skew(20deg);
  background-color: #85a69d;
  position: absolute;
  display: none;
  z-index: 0;
}
#main-content .figuur2 {
  position: absolute;
  width: 0;
  height: 0%;
  border-bottom: 60vh solid #dfb3a6;
  border-left: 60vh solid transparent;
  right: 0;
  bottom: -5px;
  top: auto;
  left: auto;
  padding: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  #main-content .figuur2 {
    border-bottom-width: 80vh;
    border-left-width: 0;
    border-right: 75vw solid transparent;
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  #main-content .figuur2 {
    border-bottom-width: 100vh;
  }
}
#main-content .image {
  position: absolute;
  bottom: 0;
  top: auto;
  left: auto;
  margin: auto;
  left: auto;
  right: 0;
  width: 80%;
}
@media (min-width: 768px) {
  #main-content .image {
    width: 70%;
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  #main-content .image {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  #main-content .image {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  #main-content .image {
    width: 40%;
  }
}
#main-content .image img {
  display: block;
  opacity: 30%;
  width: 100%;
}
@media (min-width: 768px) {
  #main-content .image img {
    opacity: 100%;
  }
}
@media (min-width: 768px) {
  #main-content .image img {
    opacity: 30%;
  }
}
#main-content .fadeInRight {
  -webkit-animation: fadeInRight .5s ease .4s both;
  animation: fadeInRight .5s ease .4s both;
}
@media (prefers-reduced-motion) {
  #main-content .fadeInRight .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important;
  }
}
#main-content .fadeInLeft {
  -webkit-animation: fadeInLeft .5s ease .4s both;
  animation: fadeInLeft .5s ease .4s both;
}
@media (prefers-reduced-motion) {
  #main-content .fadeInLeft .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#main-content article {
  position: relative;
  color: #dfb3a6;
}
@media (min-width: 768px) {
  #main-content article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
  }
}
#main-content article .titel {
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #main-content article .titel {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #main-content article .titel {
    width: 100%;
  }
}
#main-content article .titel h2 {
  text-align: center;
  margin: 0;
  margin-bottom: -2.8rem;
}
@media (min-width: 576px) {
  #main-content article .titel h2 {
    margin-bottom: 1rem;
    padding: 0;
  }
}
#main-content article .titel h2:nth-child(2) {
  color: #3d5c5f;
  font-size: 5rem;
}
@media (min-width: 576px) {
  #main-content article .titel h2:nth-child(2) {
    margin-left: -1rem;
    margin-right: -1rem;
    font-size: 8rem;
  }
}
#main-content article .titel h2:last-of-type {
  margin-bottom: 1rem;
}
#main-content article .will-fadeIn {
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  z-index: 10;
  margin: 0;
}
#main-content article .will-fadeIn p {
  color: #3d5c5f;
}
#main-content article .tekst-webdesign, #main-content article .tekst-webdevelopment {
  width: 90%;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 768px) {
  #main-content article .tekst-webdesign, #main-content article .tekst-webdevelopment {
    width: 50%;
    padding: 5%;
  }
}
@media (min-width: 768px) {
  #main-content article .tekst-webdesign {
    text-align: left;
    margin-top: -2rem;
  }
}
@media (min-width: 992px) {
  #main-content article .tekst-webdesign {
    margin-top: -3rem;
  }
}
#main-content article .tekst-webdevelopment {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #main-content article .tekst-webdevelopment {
    text-align: right;
    margin-top: 2.5rem;
    border-left: 1px solid white;
  }
}
@media (min-width: 992px) {
  #main-content article .tekst-webdevelopment {
    margin-top: 1rem;
  }
}

.hp-portfolio {
  background-color: transparant;
  color: white;
}
.hp-portfolio h2 {
  text-align: center;
  padding-top: 2rem;
}
.hp-portfolio .lightSliderContainer {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .hp-portfolio .lightSliderContainer {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .hp-portfolio .lightSliderContainer {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .hp-portfolio .lightSliderContainer #lightSlider {
    display: flex;
    overflow: hidden;
    gap: 0.5rem;
    padding: 0;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}
.hp-portfolio .lSSlideOuter .lSPager.lSpg > li {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.hp-portfolio .lSSlideOuter .lSPager.lSpg > li:hover a, .hp-portfolio .lSSlideOuter .lSPager.lSpg > li.active a {
  border: 2px solid #3d5c5f;
  background-color: #3d5c5f;
}
.hp-portfolio .lSSlideOuter .lSPager.lSpg > li a {
  border: 2px solid #3d5c5f;
  height: 12px;
  width: 12px;
  background-color: transparent;
}
.hp-portfolio .lSSlideWrapper {
  position: static;
}
.hp-portfolio .lSSlideWrapper .lSAction > .lSPrev {
  top: 35%;
  left: -35px;
}
@media (min-width: 576px) {
  .hp-portfolio .lSSlideWrapper .lSAction > .lSPrev {
    left: -50px;
  }
}
.hp-portfolio .lSSlideWrapper .lSAction > .lSNext {
  right: -35px;
  top: 35%;
}
@media (min-width: 576px) {
  .hp-portfolio .lSSlideWrapper .lSAction > .lSNext {
    right: -50px;
  }
}

.werkwijze {
  text-align: center;
  min-height: 100vh;
  padding-top: 5rem;
  background-color: #bed8d9;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .werkwijze {
    text-align: right;
    width: 50%;
    background-color: rgba(190, 216, 217, 0.8);
  }
}
.werkwijze h2 {
  color: #3d5c5f;
  text-align: center;
  margin-bottom: 1rem;
}
.werkwijze .accordion {
  background-color: transparent;
}
.werkwijze .accordion .accordion-item {
  background-color: transparent;
}
.werkwijze .accordion .accordion-item .accordion-button {
  background-color: transparent;
}
.werkwijze .accordion .accordion-item .accordion-button::after {
  filter: invert(50%);
}
.werkwijze .accordion .accordion-item .accordion-button h3 {
  color: #3d5c5f;
  transition: all 300ms linear 0s;
}
.werkwijze .accordion .accordion-item .accordion-button h3:hover {
  color: #dfb3a6;
}
.werkwijze .accordion .accordion-item .accordion-button h3 i {
  margin-right: 1rem;
  width: 1rem;
}
@media (min-width: 576px) {
  .werkwijze .accordion .accordion-item .accordion-button h3 i {
    margin-right: 2rem;
    width: 2rem;
  }
}
@media (min-width: 992px) {
  .werkwijze .accordion .accordion-item .accordion-button h3 i {
    margin-right: 3rem;
    width: 3rem;
  }
}
.werkwijze .accordion .accordion-item .accordion-collapse {
  background-color: #85a69d;
  border: solid 1px white;
}
.werkwijze .accordion .accordion-item .accordion-collapse h4 {
  color: #dfb3a6;
}
@media (min-width: 992px) {
  .werkwijze .cta-werkwijze {
    margin-top: 3rem;
  }
}
.werkwijze .cta-werkwijze a.btn {
  margin: 2rem;
  margin-top: 0;
  transition: all 300ms linear 0s;
}
.werkwijze .cta-werkwijze a.btn:hover {
  color: white;
}
@media (min-width: 992px) {
  .werkwijze .cta-werkwijze a.btn {
    width: 50%;
  }
}
.werkwijze .cta-werkwijze a.btn h2 {
  transition: all 300ms linear 0s;
}
.werkwijze .cta-werkwijze a.btn h2:hover {
  color: white;
}

#hp-contact {
  display: flex;
  padding-top: 0;
}
#hp-contact .contactformulier {
  background-color: #85a69d;
  text-align: center;
  padding-bottom: 1rem;
  border: 3px outset #85a69d;
  padding-top: 5rem;
  min-height: 100vh;
  width: 100%;
}
@media (min-width: 768px) {
  #hp-contact .contactformulier {
    text-align: left;
    margin-left: 0rem;
    width: 50%;
  }
}
#hp-contact .contactformulier > div {
  width: 90%;
  margin: 0 auto;
}
#hp-contact .contactformulier > div h2 {
  color: white;
}
@media (min-width: 768px) {
  #hp-contact .contactformulier > div h2 {
    text-align: center;
  }
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form {
  position: relative;
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p label {
  width: 95%;
  margin: 0 auto;
  font-weight: bold;
}
@media (min-width: 768px) {
  #hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p label {
    width: 100%;
  }
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p label .wpcf7-form-control-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  #hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p label .wpcf7-form-control-wrap {
    width: 100%;
  }
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p label .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 80px;
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p .wpcf7-form-control {
  background-color: #bed8d9;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  #hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p .wpcf7-form-control {
    width: 100%;
  }
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p .wpcf7-spinner {
  display: block;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  #hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p:last-of-type {
    width: 50%;
    margin: 0 auto;
    margin-right: 2rem;
  }
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p:last-of-type .wpcf7-form-control {
  text-align: center;
  border: outset 3px #e8ae42;
  background-color: #e8ae42;
  transition: all 300ms linear 0s;
  font-family: "Advent Pro", sans-serif;
  color: #3d5c5f;
  font-weight: bold;
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form p:last-of-type .wpcf7-form-control:hover {
  border-style: inset;
  font-weight: bolder;
  color: #bed8d9;
}
#hp-contact .contactformulier > div .wp-block-contact-form-7-contact-form-selector .wpcf7 form .wpcf7-response-output {
  font-family: "Advent Pro", sans-serif;
  color: #3d5c5f;
  margin-top: -2.5rem;
  background-color: #e8ae42;
  margin-bottom: 1rem;
}
#hp-contact .image-naast-contact {
  display: none;
}
@media (min-width: 768px) {
  #hp-contact .image-naast-contact {
    width: 50%;
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 15rem;
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  #hp-contact .image-naast-contact {
    margin-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  #hp-contact .image-naast-contact {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1600px) {
  #hp-contact .image-naast-contact {
    margin-bottom: 1rem;
  }
}
#hp-contact .image-naast-contact img {
  display: block;
  width: 100%;
}

#hp-overVanEVE {
  background-color: #dfb3a6;
  text-align: center;
}
@media (min-width: 768px) {
  #hp-overVanEVE {
    text-align: left;
  }
}
#hp-overVanEVE h2 {
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  #hp-overVanEVE h2 {
    text-align: right;
    margin-right: 2rem;
  }
}
#hp-overVanEVE .foto {
  float: left;
  width: 50%;
  border-right: 1px solid #3d5c5f;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  #hp-overVanEVE .foto {
    width: 30%;
    margin-top: -5rem;
    margin-left: -0.75rem;
    border-right: 1px inset #3d5c5f;
  }
}
#hp-overVanEVE .foto img {
  display: block;
  width: 100%;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  filter: grayscale(100%);
}
#hp-overVanEVE .tekst {
  text-align: left;
  padding: 1rem;
}
@media (min-width: 768px) {
  #hp-overVanEVE .tekst {
    padding: 2rem;
  }
}

.btn {
  display: block;
  text-align: center;
  border: outset 3px #e8ae42;
  background-color: #e8ae42;
  transition: all 300ms linear 0s;
  font-family: "Roboto", sans-serif;
  color: #3d5c5f;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .btn {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  .btn {
    font-size: 2rem;
  }
}
.btn:hover {
  border-style: inset;
  font-weight: bolder;
  color: #bed8d9;
}

.portfolioProjectThumbnail {
  background-color: rgba(190, 216, 217, 0.8);
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .portfolioProjectThumbnail {
    position: relative;
  }
}
.portfolioProjectThumbnail .project-image {
  padding: 0;
}
.portfolioProjectThumbnail .project-image img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .portfolioProjectThumbnail .project-tekst {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .portfolioProjectThumbnail .project-tekst:hover .project-samenvatting {
    height: 70%;
  }
}
.portfolioProjectThumbnail .project-tekst .project-titel {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .portfolioProjectThumbnail .project-tekst .project-titel {
    text-align: right;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .portfolioProjectThumbnail .project-tekst .project-titel {
    position: absolute;
    bottom: 70%;
    left: 0;
    right: 0;
    background-color: rgba(190, 216, 217, 0.8);
    overflow: hidden;
    width: 100%;
    height: 30%;
  }
}
@media (min-width: 768px) {
  .portfolioProjectThumbnail .project-tekst .project-titel h3 {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .portfolioProjectThumbnail .project-tekst .project-titel h3 {
    font-size: 1.2rem;
  }
}
.portfolioProjectThumbnail .project-tekst .project-titel a {
  font-family: "Roboto", sans-serif;
}
.portfolioProjectThumbnail .project-tekst .project-samenvatting {
  text-align: center;
}
@media (min-width: 576px) {
  .portfolioProjectThumbnail .project-tekst .project-samenvatting {
    text-align: right;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .portfolioProjectThumbnail .project-tekst .project-samenvatting {
    position: absolute;
    background-color: rgba(190, 216, 217, 0.8);
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    transition: all 300ms linear 0s;
  }
}
@media (min-width: 768px) {
  .portfolioProjectThumbnail .project-tekst .project-samenvatting p {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1rem;
    background-color: #bed8d9;
    padding: 1rem;
  }
}
.portfolioProjectThumbnail .project-tekst .project-samenvatting a {
  transition: all 300ms linear 0s;
  font-weight: bold;
  font-size: 0.8rem;
}
.portfolioProjectThumbnail .project-tekst .project-samenvatting a:hover {
  font-weight: normal;
  color: #dfb3a6;
}

.single-portfolio .project-tekst .project-titel h3 {
  font-size: 2rem;
}
@media (min-width: 576px) {
  .single-portfolio .project-tekst .project-titel h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .single-portfolio .project-tekst .project-titel h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .single-portfolio .project-tekst .project-titel h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .single-portfolio .project-tekst .project-titel h3 {
    font-size: 3.2rem;
  }
}

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