/*  Footer altijd aan onderkant van pagina  */
body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.no-scroll {
  max-height: 100vw;
  position: relative;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

body, html {
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #EDE4D9;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: reross-rectangular, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1C2C3F;
  margin-bottom: 1rem;
}

p {
  color: #1C2C3F;
  font-weight: 500;
  line-height: 1.6;
}

header {
  z-index: 100;
  height: 185px;
}
@media screen and (max-width: 768px) {
  header .nav {
    flex-direction: column;
    align-items: flex-end;
  }
}
header .nav .nav-link {
  border-radius: 50px;
  background-color: #1C2C3F;
  color: #ffffff !important;
  display: inline-block;
  overflow: hidden;
  padding: 0.5rem 1.25rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 0.9rem;
}
header .nav .nav-link:hover {
  background-color: #F37F65;
}
@media screen and (min-width: 576px) {
  header .nav .nav-link svg {
    padding-right: 0.5rem;
  }
}

main {
  margin-top: -185px;
}

section#hero {
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 3.5rem;
  background: transparent linear-gradient(133deg, #005B6E 0%, #7BA59C 100%) 0 0 no-repeat padding-box;
}
@media screen and (max-width: 992px) {
  section#hero {
    margin-bottom: 3rem;
    height: unset;
    min-height: 400px;
  }
}
section#hero .hero-content__wrapper {
  justify-self: baseline;
  z-index: 2;
  margin-top: 12rem;
}
@media screen and (max-width: 992px) {
  section#hero .hero-content__wrapper {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  section#hero .hero-content__wrapper {
    margin-top: 10.5rem;
  }
}
section#hero .hero-content__wrapper * {
  color: #ffffff;
}
section#hero .hero-content__wrapper h1 {
  opacity: 0;
  animation-name: opacityIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
section#hero .hero-content__wrapper p {
  opacity: 0;
  transform: translateY(-20px);
  animation-name: opacitySlideDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
section#hero .hero-content__img {
  position: absolute;
  right: -35px;
  opacity: 0;
  animation-name: opacityIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  section#hero .hero-content__img {
    display: none;
  }
}
section#hero .hero-content__img img {
  object-fit: cover;
  object-position: center;
  max-height: 40vh;
  transform: translateY(8rem);
  min-width: calc(100% - 3.5rem);
  margin-left: 3.5rem;
  height: 650px;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  section#hero .hero-content__img img {
    max-height: 23vh;
  }
}

@keyframes opacityIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacitySlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.content {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 992px) {
  .content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.sumup h3 {
  font-size: 1.1rem;
}
.sumup p {
  font-weight: 400;
}
.sumup .fa-ul {
  margin-left: 1.2rem;
}
.sumup .fa-ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}

section#images {
  margin-left: -3rem;
  margin-right: -3rem;
}
section#images img {
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  min-height: 100%;
}

section#partners {
  margin-top: 10rem;
}
@media screen and (max-width: 992px) {
  section#partners {
    margin-top: 5rem;
  }
}
section#partners .partner-block {
  background-color: #1C2C3F;
  border-radius: 20px;
  padding: 3rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  section#partners .partner-block {
    flex-direction: column;
  }
}
section#partners .partner-block .partner-logo {
  padding: 1.5rem;
}
section#partners .partner-block .partner-logo img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 992px) {
  section#partners .partner-block .partner-logo img {
    width: 200px;
  }
}
section#partners .partner-block .partner-logo img.jeugd-logo {
  width: 200px;
}
@media screen and (max-width: 992px) {
  section#partners .partner-block .partner-logo img.jeugd-logo {
    width: 100px;
  }
}
section#partners .partner-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130%;
  background: #F37F65;
  border-radius: 20px 0 0 20px;
  transform: translate(50%, -50%);
  top: 50%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  section#partners .partner-block:after {
    height: 115%;
  }
}
@media screen and (max-width: 576px) {
  section#partners .partner-block:after {
    width: 175%;
    height: 110%;
  }
}

section#services {
  margin-top: 10rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #832E51;
}
@media screen and (max-width: 992px) {
  section#services {
    margin-top: 5rem;
  }
}
section#services h2, section#services p {
  color: #ffffff;
}
section#services .service-block {
  margin-top: 2rem;
  background-color: #ffffff;
  padding: 2rem 2rem 0 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
}
section#services .service-block .service-block-body p {
  color: #1C2C3F;
  font-weight: 500;
}
section#services .service-block .service-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
section#services .service-block .service-block-header h3 {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
section#services .service-block .service-block-header svg {
  color: #E72F55;
  font-size: 2.1rem;
  position: relative;
  top: -0.6rem;
}

footer {
  background: #832E51;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(98deg, #1C2C3F 0%, #1C2C3F80 100%) 0 0 no-repeat padding-box;
}
footer a, footer h2, footer p {
  color: #ffffff;
}
footer .top-footer {
  position: relative;
  z-index: 2;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  footer .top-footer img {
    width: 90%;
  }
}
@media screen and (max-width: 445px) {
  footer .top-footer {
    margin-bottom: 1.5rem;
  }
}
footer .top-footer a:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}
footer .top-footer .contact {
  color: #ffffff;
}
@media screen and (max-width: 445px) {
  footer .top-footer .contact {
    margin-top: 2rem;
    text-align: center !important;
  }
}
footer .bottom-footer {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 445px) {
  footer .bottom-footer {
    margin-top: 1.5rem;
  }
}
footer .bottom-footer a, footer .bottom-footer span {
  font-size: 0.9rem;
  font-weight: 400;
}
footer .bottom-footer a:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}
footer .bottom-footer span {
  color: #ffffff;
}
footer .bottom-footer span a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .bottom-footer span a:hover {
  color: #ee2a47 !important;
}

blockquote {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  z-index: 2;
  color: #ffffff;
  margin: 2rem 0 0 18px;
  width: fit-content;
}
blockquote:before, blockquote:after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  color: #1C2C3F;
  font-size: 3rem;
  font-weight: 900;
  opacity: 0.3;
  z-index: -1;
  display: none;
}
blockquote:before {
  content: "\f10e";
  top: -32px;
  left: -18px;
  display: none;
}
blockquote:after {
  content: "\f10d";
  bottom: -32px;
  right: -18px;
  display: none;
}
@media screen and (max-width: 768px) {
  blockquote:after {
    bottom: -16px;
    right: 0;
  }
}
blockquote svg {
  position: absolute;
  color: #1C2C3F;
  font-size: 3rem;
  font-weight: 900;
  opacity: 0.3;
  z-index: -1;
}
blockquote svg.fa-f10e {
  top: -22px;
  left: -18px;
}
blockquote svg.fa-f10d {
  content: "\f10d";
  bottom: -22px;
  right: -18px;
}
@media screen and (max-width: 768px) {
  blockquote svg.fa-f10d {
    bottom: -16px;
    right: 0;
  }
}

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