@font-face {
  font-family: "bold";
  src: url("../fonts/labgrotesque-bold-webfont.woff2") format("woff2"), url("../fonts/labgrotesque-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url("../fonts/labgrotesque-light-webfont.woff2") format("woff2"), url("../fonts/labgrotesque-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url("../fonts/labgrotesque-medium-webfont.woff2") format("woff2"), url("../fonts/labgrotesque-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  font-family: "light";
  font-size: 18px;
  color: #000;
  background-color: #FFF;
  line-height: 1.2;
  width: 100%;
  height: 100%;
}

h1 {
  font-family: "bold";
  font-size: 80px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 350px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "medium";
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-family: "medium";
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 25px;
  }
}
h3.white {
  color: #fff;
  font-family: "bold";
}

h4 {
  font-family: "medium";
  font-size: 18px;
  color: #5F5F5F;
  text-align: center;
}

section {
  width: 100%;
  float: left;
  padding: 0px 30px;
  position: relative;
}

.sectie-inner {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .sectie-inner {
    max-width: 1000px;
  }
}

header {
  width: 100%;
  float: left;
  display: block;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 500px) {
  header {
    left: calc( -100% + 80px );
  }
  header.open {
    left: 0;
  }
  header.open .toggle {
    justify-content: center;
  }
  header.open .toggle span:first-child {
    transform: rotate(45deg);
    margin-block-end: -10px;
  }
  header.open .toggle span:nth-child(2) {
    opacity: 0;
  }
  header.open .toggle span:last-child {
    transform: rotate(-45deg);
  }
}
header .sectie-inner {
  display: flex;
}

nav {
  display: flex;
}
@media screen and (max-width: 500px) {
  nav {
    flex-direction: column;
    background-color: #fff;
    width: calc(100% - 80px );
    padding: 30px 0;
    height: 100vh;
  }
}
nav a {
  display: inline-flex;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-family: "medium";
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 500px) {
  nav a {
    color: #000;
  }
}
nav a:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 500px) {
  nav a:first-of-type {
    padding: 15px;
  }
}
nav a:hover {
  color: #000;
}

.toggle {
  background-color: #32C5FF;
  width: 70px;
  height: 70px;
  padding: 5px 20px 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-bottom-right-radius: 40px;
  display: none;
}
@media screen and (max-width: 500px) {
  .toggle {
    display: flex;
  }
}
.toggle span {
  display: inline-flex;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}

#header {
  padding: 0px 30px;
  background-color: #32C5FF;
  overflow: hidden;
  height: 476px;
}
@media screen and (max-width: 700px) {
  #header {
    height: auto;
  }
}
#header .sectie-inner {
  position: relative;
  height: 100%;
}
#header .header-content {
  padding: 130px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  #header .header-content {
    position: relative;
    padding: 60px 0 30px 0;
  }
}
#header img.airco {
  position: absolute;
  top: -20%;
  height: 140%;
  right: -190px;
}
@media screen and (max-width: 1024px) {
  #header img.airco {
    height: 120%;
    top: -10%;
  }
}
@media screen and (max-width: 768px) {
  #header img.airco {
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 700px) {
  #header img.airco {
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: -80px;
  }
}

#mainContent .sectie-inner {
  padding: 60px 0;
  overflow: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #mainContent .sectie-inner {
    flex-direction: column;
    padding: 30px 0;
  }
}
#mainContent .sectie-inner .left {
  padding-right: 130px;
  width: calc( 100% - 300px );
}
@media screen and (max-width: 768px) {
  #mainContent .sectie-inner .left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  #mainContent .sectie-inner .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#mainContent .sectie-inner .left h3 {
  margin-bottom: 15px;
}
#mainContent .sectie-inner .img-holder {
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  #mainContent .sectie-inner .img-holder {
    width: 100%;
    height: 150px;
  }
}
#mainContent .sectie-inner .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainContentCookie .sectie-inner {
  padding: 60px 0;
}
@media screen and (max-width: 700px) {
  #mainContentCookie .sectie-inner {
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  #mainContentCookie .sectie-inner {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
  #mainContentCookie .sectie-inner {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  #mainContentCookie .sectie-inner {
    font-size: 14px;
  }
}
#mainContentCookie .sectie-inner a {
  color: #32C5FF;
}

#usp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #32C5FF;
}
#usp h3 {
  margin-bottom: 30px;
  text-align: center;
}
#usp .grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #usp .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  #usp .grid {
    grid-template-columns: 1fr;
  }
}
#usp .grid .usp-item {
  max-width: 300px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#usp .grid .usp-item img {
  margin-bottom: 30px;
}

#inschrijven {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#inschrijven h3 {
  margin-bottom: 30px;
}
#inschrijven h4 {
  margin-bottom: 30px;
}
#inschrijven form {
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}
#inschrijven form input {
  font-size: 18px;
  width: 100%;
  padding: 0 0 5px 0;
  display: block;
  border: none;
  border-bottom: 1px solid #32C5FF;
  margin-bottom: 15px;
  outline: 0;
}
#inschrijven form input:focus {
  outline: 0;
}
#inschrijven form input.spam {
  display: none;
}
#inschrijven form .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}
#inschrijven form .checkbox-wrapper input {
  width: auto;
  margin-right: 15px;
}
#inschrijven form .checkbox-wrapper label {
  flex-grow: 1;
  text-align: left;
  font-size: 15px;
}
#inschrijven form .button {
  width: auto;
  margin: 0 auto;
  border-radius: 20px;
  border: none;
  margin-top: 15px;
  padding: 10px 30px;
  background-color: #32C5FF;
  color: #fff;
  font-size: 18px;
  transition: all 300ms ease-in-out;
  font-family: "bold";
  outline: none;
}
#inschrijven form .button:focus, #inschrijven form .button:active {
  outline: none;
}
#inschrijven form .button:hover {
  background-color: #6DD400;
}
#inschrijven .melding {
  padding: 30px 0 15px 0;
  font-size: 15px;
  max-width: 500px;
  margin: 0 auto;
}

footer {
  float: left;
  width: 100%;
  display: block;
  padding: 60px 30px;
  text-align: center;
  background-color: #32C5FF;
  color: #fff;
}
footer h3 {
  margin-bottom: 15px;
  font-family: "bold";
}
footer a {
  display: inline-block;
  font-family: "medium";
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: all 300ms ease-in-out;
  margin-bottom: 15px;
}
footer a:hover {
  color: #000;
}
footer a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#footer-bottom {
  background-color: #6DD400;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  display: block;
}
#footer-bottom .sectie-inner {
  text-align: center;
}
#footer-bottom a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

body.scroll header {
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  body.scroll header {
    background-color: transparent;
  }
}
body.scroll header .sectie-inner nav a {
  color: #000;
}
body.scroll header .sectie-inner nav a:hover {
  color: #32C5FF;
}