@font-face {
  font-family: myFirstFont;
  src: url(./../font/Helvetica.woff);
}

@font-face {
  font-family: HelveticaBold;
  src: url(./../font/Helvetica-Bold-Font.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: myFirstFont;
}

body {
  background-color: #fff;
}

h2 {
  color: #F86306;
}

.overlay {
  z-index: 12 !important;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #c2c2c2;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

header {
  position: relative;
  background-color: #1F1F1F;
  height: 100px;
}

header ul {
  list-style-type: none;
  overflow: hidden;
  padding-block: 10px;
}

header ul img {
  z-index: 10;
  position: absolute;
  margin-left: 20px;
  width: 120px;
}

header li {
  float: right;
}

header li a {
  display: block;
  color: white;
  text-align: center;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 30px;
}

header li span {
  color: #fff;
  zoom: 140%;
  margin-right: 10px;
  display: none;
}

header li:not(:first-child) a:hover:not(.active) {
  background-color: #1F1F1F;
  border-radius: 10px;
}

header .active {
  background-color: #F86306;
  margin-right: 10px;
  border-radius: 10px;
}

.banner .imgbanner {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}

.banner h1 {
  position: absolute;
  right: 320px;
  margin-top: -300px;
  font-size: 80px;
  max-width: 1000px;
  text-align: right;
  color: #fff;
}

.banner .bannerkruis {
  width: 400px;
  height: 400px;
  position: absolute;
  right: 100px;
  margin-top: 30px;
}

.line {
  background-color: #F86306;
  width: 100%;
  height: 20px;
}

.nav {
  background-color: #000;
  height: 70px;
  margin-inline: 120px;
  margin-top: -10px;
  border-radius: 10px;
}

.kruis {
  max-width: 1375px;
  margin: auto;
}

.kruis img {
  width: 172px;
  height: 172px;
}

.kruis .right {
  display: block;
  margin-left: auto;
  margin-top: -125px;
  position: relative;
}

.kruis .left {
  display: block;
  margin-right: auto;
  margin-bottom: -125px;
  position: relative;
}

.gray {
  background-color: #EFEFEF;
}

.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* zorgt ervoor dat de kolommen netjes onder elkaar vallen bij kleinere schermen */
  gap: 20px;
  /* ruimte tussen de kolommen */
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.text h2 {
  font-family: HelveticaBold;
  font-size: 70px;
  padding-left: 40px;
}

.text h3 {
  font-family: MyFirstFont;
  font-size: 50px;
  font-weight: 500;
  padding-left: 40px;
  padding-bottom: 15px;
}

.text label {
  display: block;
}

.text input {
  width: 80%;
  border: none;
  height: 25px;
  margin-top: 5px;
  padding: 0 5px;
}

.text textarea {
  width: 80%;
  height: 200px;
  border: none;
  margin-top: 5px;
  padding: 5px;
}

.text .button {
  background-color: #F86306;
  color: #fff;
  width: calc(80% + 10px);
}

.text .form {
  font-family: MyFirstFont;
  margin-top: -10px;
  font-weight: 500;
  padding-left: 40px;
  padding-bottom: 15px;
}

.text p {
  padding-left: 40px;
}

.text blockquote {
  padding-top: 40px;
  background-color: #1F1F1F;
}

.text img {
  height: 80%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  right: 0;
  top: 10%;
  padding-left: 40px;
}

.text table {
  margin-left: -30px;
  border-spacing: 75px 0;
  gap: 10px;
}

.text ul {
  font-family: HelveticaBold;
  padding: 12px 0 12px 60px;
  width: 80%;
}

.text ul p {
  padding-left: 0 !important;
}

.text > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* beide kolommen nemen de helft van de ruimte in */
  min-width: 300px;
  /* voorkom dat kolommen te smal worden op kleine schermen */
  padding: 60px 0;
}

.text img {
  width: 100%;
  /* zorgt ervoor dat afbeeldingen de breedte van hun kolom benutten */
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  right: 0;
  top: 10%;
}

.pricetable {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 400px;
}

.card {
  background-color: #EFEFEF;
  height: 300px;
  width: 300px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.card h5 {
  text-align: center;
  padding-top: 25px;
  font-size: 45px;
}

.card p {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}

.card h6 {
  text-align: center;
  font-size: 50px;
  margin-top: 40px;
}

.card ul {
  list-style-type: none;
  overflow: hidden;
}

.card li {
  position: relative;
  max-width: 200px;
  margin: auto;
  margin-top: 20px;
}

.card li a {
  display: block;
  color: white;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 30px;
  background-color: #F86306;
  border-radius: 10px;
}

.lastclass {
  padding-bottom: 50px;
}

footer {
  position: relative;
  background-color: #1F1F1F;
  height: 250px;
}

footer .nav {
  background-color: #000;
  height: 175px;
  margin-inline: 120px;
  margin-top: 25px;
  border-radius: 10px;
}

footer .nav .logo {
  float: left;
  margin-top: -100px;
}

footer .nav .logo img {
  width: 200px;
}

footer .nav .knsa {
  float: left;
  margin-left: 150px;
  margin-top: -40px;
}

footer .nav .knsa img {
  width: 150px;
}

footer .nav ul {
  list-style-type: none;
  overflow: hidden;
  padding-block: 20px;
}

footer .nav ul img {
  z-index: 10;
  position: absolute;
  margin-left: 20px;
}

footer .nav li {
  float: right;
}

footer .nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 30px;
}

footer .nav li a:hover:not(.active) {
  background-color: #111;
}

footer .nav .active {
  background-color: #F86306;
  margin-right: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 1381px) {
  .text {
    max-width: 1000px;
  }
  .kruis {
    max-width: 1175px;
  }
  .pricetable {
    max-width: 1000px;
    gap: 400px;
  }
}

@media only screen and (max-width: 1185px) {
  .text {
    max-width: 800px;
  }
  .kruis {
    max-width: 975px;
  }
  .pricetable {
    max-width: 800px;
    gap: 300px;
  }
}

@media only screen and (max-width: 995px) {
  .text {
    max-width: 700px;
  }
  .text > div:first-child {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    /* eerste kolom breder */
  }
  .text > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* tweede kolom smaller */
  }
  .kruis {
    max-width: 875px;
  }
  .pricetable {
    max-width: 700px;
    gap: 100px;
  }
  .banner h1 {
    font-size: 50px;
    max-width: 600px;
    margin-right: -50px;
  }
  .banner .bannerkruis {
    width: 300px;
    height: 300px;
  }
  .banner .imgbanner {
    height: 350px;
  }
}

@media only screen and (max-width: 888px) {
  .text > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* tweede kolom smaller */
    max-width: 30px;
    /* optioneel, voorkom dat deze te breed wordt */
    padding-top: 0;
  }
  .text > div:last-child img {
    width: 80%;
  }
  .text > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* beide kolommen nemen de helft van de ruimte in */
    min-width: 100%;
    /* voorkom dat kolommen te smal worden op kleine schermen */
    padding: 60px 0;
  }
  .kruis {
    display: none;
  }
  .nav li a {
    display: none !important;
  }
  .nav li span {
    display: block !important;
  }
  .text h2 {
    font-size: 60px !important;
    padding-left: 20px !important;
  }
  .text h3 {
    font-size: 40px !important;
    padding-left: 20px !important;
  }
  .text p {
    padding-left: 20px !important;
  }
  .text ul {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 760px) {
  .text h2 {
    padding: 0 30px 0 0 !important;
  }
  .text h3 {
    padding: 0 30px 0 0 !important;
  }
  .text p {
    padding: 0 30px 0 0 !important;
  }
  .text ul {
    padding-left: 20px !important;
  }
  .text h2 {
    font-size: 50px !important;
  }
  .text h3 {
    font-size: 30px !important;
  }
  .text img {
    width: calc(70% - 80px);
    position: relative;
    padding-left: 0 !important;
  }
  .banner h1 {
    margin-right: -130px;
  }
  .banner .bannerkruis {
    margin-right: -80px;
  }
  .pricetable {
    max-width: 520px;
    gap: 50px;
  }
}

@media only screen and (max-width: 578px) {
  .banner h1 {
    margin-right: -280px;
  }
  .banner .bannerkruis {
    margin-right: -80px;
  }
  .nav {
    margin-inline: 20px;
  }
  .pricetable {
    max-width: 400px;
    gap: 20px;
  }
  .card {
    width: 180px;
  }
  .card h5 {
    font-size: 35px;
  }
  .card h6 {
    font-size: 40px;
  }
  .card li {
    max-width: 150px;
  }
  footer .nav {
    background-color: #000;
    height: 175px;
    margin-inline: 20px;
  }
}

@media only screen and (max-width: 429px) {
  .banner h1 {
    font-size: 32px;
    max-width: 600px;
    margin-top: -200px;
  }
  .banner .bannerkruis {
    width: 200px;
    height: 200px;
  }
  .banner .imgbanner {
    height: 250px;
  }
  .text h2 {
    font-size: 30px !important;
  }
  .text h3 {
    font-size: 25px !important;
  }
  .pricetable {
    display: block;
    margin-inline: 20px;
  }
  .card {
    margin-bottom: 20px;
    width: 100%;
  }
  .card h5 {
    font-size: 35px;
  }
  .card h6 {
    font-size: 40px;
  }
  .card li {
    max-width: 150px;
  }
  table {
    margin-left: 30px !important;
    border-spacing: 10px 0 !important;
  }
}

@media only screen and (max-width: 350px) {
  .text h2 {
    font-size: 30px;
  }
  .text h3 {
    font-size: 20px;
  }
  footer .nav .logo {
    margin-top: -80px;
  }
  footer .nav .logo img {
    width: 150px;
  }
  footer .nav .knsa {
    margin-left: 110px;
    margin-top: -30px;
  }
  footer .nav .knsa img {
    width: 120px;
  }
}
/*# sourceMappingURL=styles.css.map */