.bg-modal {
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media (min-width: 0px) {
  .bg-modal {
    height: 100vh;
  }
}
.bg-modal .modal-content {
  width: 500px;
  height: 300px;
  background-color: white;
  border-radius: 4px;
  text-align: center;
  padding: 40px;
  position: relative;
}
@media (min-width: 0px) {
  .bg-modal .modal-content {
    margin-top: 100px;
    height: auto;
    width: 150px;
    font-size: small;
  }
}
.bg-modal .modal-content img {
  width: 20%;
  height: auto;
}
.bg-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 42px;
  transform: rotate(45deg);
  cursor: pointer;
}

/**

@include breakpoint(phone) {
                  display: none;
            }


**/
.popup .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.popup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  width: 500px;
  height: 800px;
  z-index: 2;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  border-radius: 5%;
}
@media (min-width: 0px) {
  .popup .content {
    width: 350px;
    height: 300px;
  }
}

.popup .close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #222;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.popup.delete .overlay {
  display: block;
  background: rgba(0, 0, 0, 0);
}

.popup.delete .content {
  transition: all 300ms ease-in-out;
  transform: translate(-50%, -50%) scale(0);
}

html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
}

.afwezigheid {
  color: red;
  font-size: large;
}

.afwezigheidMobile {
  font-size: small;
  padding-left: 5vw;
  color: red;
}

@media (min-width: 0px) {
  .wrapper .landing {
    background-image: url("../img/bg20.jpg");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 767px) {
  .wrapper .landing {
    background-image: url("../img/bg.jpg");
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 0px) {
  .wrapper header {
    height: 100vh;
  }
}
@media (min-width: 767px) {
  .wrapper header {
    height: 80vh;
  }
}
.wrapper header .container {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
}
@media (min-width: 0px) {
  .wrapper header .container {
    position: inherit;
  }
}
@media (min-width: 767px) {
  .wrapper header .container {
    position: fixed;
  }
}
.wrapper header nav.black ul li a {
  color: white;
}
.wrapper header nav.black .logo {
  color: #fff;
}
.wrapper header nav {
  width: 100%;
  margin: 0 auto;
  height: 11vh;
  max-height: 90px;
  background-color: black;
  z-index: 5000000;
  position: absolute;
}
@media (min-width: 0px) {
  .wrapper header nav {
    opacity: 1;
    max-height: 75px;
  }
}
@media (min-width: 767px) {
  .wrapper header nav {
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 90px;
  }
}
.wrapper header nav .logo img {
  width: 125px;
  height: auto;
  float: left;
  padding-top: 16px;
  padding-left: 5%;
}
.wrapper header nav ul {
  float: right;
  margin: 0;
  padding-right: 5%;
  list-style: none;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .wrapper header nav ul {
    display: none;
  }
}
@media (min-width: 1248px) {
  .wrapper header nav ul {
    display: initial;
  }
}
.wrapper header nav ul .active {
  background-color: #20bf55;
  border-radius: 6px;
  color: white;
}
.wrapper header nav ul .active:hover {
  color: white;
  background: none;
  border: 1px solid #20bf55;
}
.wrapper header nav ul li {
  display: inline-block;
  padding-top: 33px;
  padding-left: 20px;
}
.wrapper header nav ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: 1px;
}
.wrapper header nav :hover {
  color: #20bf55;
  transition: 0.3s;
}
@media (min-width: 767px) {
  .wrapper header .landingImage {
    display: none;
  }
}
@media (min-width: 767px) {
  .wrapper header .landingText {
    display: none;
  }
}
@media (min-width: 767px) {
  .wrapper header .landingText2 {
    display: none;
  }
}
@media (min-width: 767px) {
  .wrapper header .landingText3 {
    display: none;
  }
}
.wrapper header a .landingArrow {
  display: block;
  z-index: -1;
}
@media (min-width: 767px) {
  .wrapper header a .landingArrow {
    display: none;
  }
}
.wrapper .aboutDesktop {
  display: none;
}
@media (min-width: 767px) {
  .wrapper .aboutDesktop {
    display: initial;
    background-color: white;
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 50px;
  }
}
.wrapper .aboutDesktop .aboutTextDesktop {
  padding: 60px 10% 5% 122px;
}
@media (min-width: 767px) {
  .wrapper .aboutDesktop .aboutTextDesktop {
    padding-left: 20px;
  }
}
@media (min-width: 1248px) {
  .wrapper .aboutDesktop .aboutTextDesktop {
    padding-left: 122px;
  }
}
.wrapper .aboutDesktop .aboutTextDesktop .lines {
  width: 62.5%;
  padding-left: 55px;
  /* background-color: pink; */
  border-left: 0.25em solid #20bf55;
  float: left;
}
@media (min-width: 767px) {
  .wrapper .aboutDesktop .aboutTextDesktop .lines {
    padding-left: 18px;
  }
}
@media (min-width: 1248px) {
  .wrapper .aboutDesktop .aboutTextDesktop .lines {
    padding-left: 55px;
  }
}
.wrapper .aboutDesktop .aboutTextDesktop .lines h1 {
  color: #20bf55;
}
.wrapper .aboutDesktop .aboutTextDesktop .lines p {
  text-align: justify;
}
.wrapper .aboutDesktop .aboutTextDesktop .lines p.underline {
  padding-bottom: 25px;
  border-bottom: 0.25em solid #20bf55;
}
.wrapper .aboutDesktop .aboutTextDesktop img {
  float: right;
  width: 305px;
  height: auto;
}
@media (min-width: 767px) {
  .wrapper .aboutDesktop .aboutTextDesktop img {
    width: 210px;
    height: auto;
    padding-top: 150px;
    padding-left: 5px;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (min-width: 1248px) {
  .wrapper .aboutDesktop .aboutTextDesktop img {
    width: 320px;
    padding: 0;
  }
}
.wrapper .whatIsDesktop1 {
  display: none;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop1 {
    display: initial;
    clear: both;
    background-color: #ddd;
    width: 100%;
    height: auto;
    overflow: auto;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop1 {
    padding-bottom: 20px;
    border-top: 1px solid black;
  }
}
.wrapper .whatIsDesktop1 .whatIsDesktop1Text {
  width: 50%;
  padding-left: 177px;
  padding-top: 75px;
  float: left;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop1 .whatIsDesktop1Text {
    padding-left: 50px;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop1 .whatIsDesktop1Text {
    padding-left: 177px;
  }
}
.wrapper .whatIsDesktop1 .whatIsDesktop1Text h3 {
  padding: 0;
  margin: 0;
}
.wrapper .whatIsDesktop1 .whatIsDesktop1Text .underline {
  border-bottom: 3px solid #20bf55;
}
.wrapper .whatIsDesktop1 img {
  width: 300px;
  height: auto;
  float: right;
  padding-top: 50px;
  padding-right: 175px;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop1 img {
    padding-top: 75px;
    padding-right: 35px;
    padding-bottom: 25px;
    width: 250px;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop1 img {
    width: 300px;
    height: auto;
    float: right;
    padding-top: 50px;
    padding-right: 175px;
  }
}
.wrapper .whatIsDesktop2 {
  display: none;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop2 {
    display: inline-block;
    clear: both;
    background-color: #eee;
    width: 100%;
    height: auto;
    overflow: auto;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop2 {
    padding-bottom: 20px;
  }
}
.wrapper .whatIsDesktop2 .whatIsDesktop2Text {
  width: 50%;
  padding-right: 177px;
  padding-top: 50px;
  float: right;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop2 .whatIsDesktop2Text {
    padding-right: 25px;
    width: 375px;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop2 .whatIsDesktop2Text {
    padding-right: 177px;
    width: 50%;
  }
}
.wrapper .whatIsDesktop2 .whatIsDesktop2Text h3 {
  padding: 0;
  margin: 0;
}
.wrapper .whatIsDesktop2 .whatIsDesktop2Text .underline {
  border-bottom: 3px solid #20bf55;
}
.wrapper .whatIsDesktop2 .whatIsDesktop2Text p {
  clear: both;
}
.wrapper .whatIsDesktop2 img {
  width: 300px;
  height: auto;
  float: left;
  padding-top: 50px;
  padding-left: 177px;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop2 img {
    padding-left: 50px;
    padding-top: 125px;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop2 img {
    padding-left: 177px;
    padding-top: 50px;
  }
}
.wrapper .whatIsDesktop3 {
  display: none;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop3 {
    display: initial;
    clear: both;
    background-color: #ddd;
    width: 100%;
    height: auto;
    overflow: auto;
    padding-bottom: 35px;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop3 {
    margin-bottom: 50px;
  }
}
.wrapper .whatIsDesktop3 .whatIsDesktop3Text {
  width: 50%;
  padding-left: 177px;
  padding-top: 50px;
  float: left;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop3 .whatIsDesktop3Text {
    padding-left: 50px;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop3 .whatIsDesktop3Text {
    padding-left: 177px;
  }
}
.wrapper .whatIsDesktop3 .whatIsDesktop3Text h3 {
  padding: 0;
  margin: 0;
}
.wrapper .whatIsDesktop3 .whatIsDesktop3Text .underline {
  border-bottom: 3px solid #20bf55;
}
.wrapper .whatIsDesktop3 img {
  width: 300px;
  height: auto;
  float: right;
  padding-top: 75px;
  padding-right: 175px;
}
@media (min-width: 767px) {
  .wrapper .whatIsDesktop3 img {
    padding-right: 35px;
    width: 275px;
    padding-top: 125px;
  }
}
@media (min-width: 1248px) {
  .wrapper .whatIsDesktop3 img {
    padding-right: 175px;
    width: 300px;
    padding-top: 75px;
    margin-bottom: 20px;
  }
}
.wrapper .doelgroepen {
  display: none;
}
@media (min-width: 767px) {
  .wrapper .doelgroepen {
    display: initial;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 25% 55%;
    font-size: medium;
    background-color: #eee;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 25% 55%;
    font-size: medium;
    background-color: #eee;
    padding-bottom: 40px;
  }
}
@media (min-width: 1248px) {
  .wrapper .doelgroepen {
    display: initial;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 25% 55%;
    font-size: medium;
    background-color: #eee;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 25% 55%;
    font-size: medium;
    background-color: #eee;
  }
}
.wrapper .doelgroepen h1 {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 10%;
}
@media (min-width: 767px) {
  .wrapper .doelgroepen h1 {
    padding-bottom: 0;
  }
}
@media (min-width: 1248px) {
  .wrapper .doelgroepen h1 {
    padding-bottom: 2%;
  }
}
.wrapper .doelgroepen .subdoelgroepen {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-areas: ". sub1 sub2 sub3 sub4 sub5 .";
}
.wrapper .doelgroepen .subdoelgroepen .sub1 {
  grid-column: 2/3;
  padding: 0 5% 1% 5%;
}
@media (min-width: 767px) {
  .wrapper .doelgroepen .subdoelgroepen .sub1 {
    padding: 0 6% 1% 0%;
  }
}
@media (min-width: 1248px) {
  .wrapper .doelgroepen .subdoelgroepen .sub1 {
    padding: 0 5% 1% 5%;
  }
}
.wrapper .doelgroepen .subdoelgroepen .sub1 .pasgeborenelogo img {
  width: 40%;
  height: auto;
  padding: 2em 30% 0 30%;
}
.wrapper .doelgroepen .subdoelgroepen .sub1 .pasgeborenelogo h3 {
  text-align: center;
  color: #20bf55;
}
.wrapper .doelgroepen .subdoelgroepen .sub2 {
  grid-column: 3/4;
  padding: 0 5% 1% 5%;
}
.wrapper .doelgroepen .subdoelgroepen .sub2 .Kinderen img {
  width: 40%;
  height: auto;
  padding: 2em 30% 0 30%;
}
.wrapper .doelgroepen .subdoelgroepen .sub2 .Kinderen h3 {
  text-align: center;
  color: #20bf55;
}
.wrapper .doelgroepen .subdoelgroepen .sub2 .Kinderen p {
  font-size: small;
}
.wrapper .doelgroepen .subdoelgroepen .sub3 {
  grid-column: 4/5;
  padding: 0 5% 1% 5%;
  border-top: 0.2em solid #20bf55;
}
@media (min-width: 767px) {
  .wrapper .doelgroepen .subdoelgroepen .sub3 {
    border: none;
  }
}
@media (min-width: 1248px) {
  .wrapper .doelgroepen .subdoelgroepen .sub3 {
    border-top: 0.2em solid #20bf55;
  }
}
.wrapper .doelgroepen .subdoelgroepen .sub3 .Volwassenen img {
  width: 40%;
  height: auto;
  padding: 2em 30% 0 30%;
}
.wrapper .doelgroepen .subdoelgroepen .sub3 .Volwassenen h3 {
  text-align: center;
  color: #20bf55;
}
.wrapper .doelgroepen .subdoelgroepen .sub3 .Volwassenen p {
  font-size: small;
}
.wrapper .doelgroepen .subdoelgroepen .sub4 {
  grid-column: 5/6;
  padding: 0 5% 1% 5%;
}
.wrapper .doelgroepen .subdoelgroepen .sub4 .Sporters img {
  width: 40%;
  height: auto;
  padding: 2em 30% 0 30%;
}
.wrapper .doelgroepen .subdoelgroepen .sub4 .Sporters h3 {
  text-align: center;
  color: #20bf55;
}
.wrapper .doelgroepen .subdoelgroepen .sub4 .Sporters p {
  font-size: small;
}
.wrapper .doelgroepen .subdoelgroepen .sub5 {
  grid-column: 6/7;
  padding: 0 5% 1% 5%;
}
.wrapper .doelgroepen .subdoelgroepen .sub5 .Zwangere img {
  width: 40%;
  height: auto;
  padding: 2em 30% 0 30%;
}
.wrapper .doelgroepen .subdoelgroepen .sub5 .Zwangere h3 {
  text-align: center;
  color: #20bf55;
}
.wrapper .doelgroepen .subdoelgroepen .sub5 .Zwangere p {
  font-size: small;
}
.wrapper .contactDesktop {
  display: none;
  height: auto;
  background-color: #ddd;
  overflow: auto;
}
@media (min-width: 767px) {
  .wrapper .contactDesktop {
    display: initial;
    height: auto;
    background-color: #ddd;
    overflow: auto;
  }
}
.wrapper .contactDesktop .form {
  width: 500px;
  color: black;
  padding: 50px 0 0 175px;
  float: left;
}
@media (min-width: 767px) {
  .wrapper .contactDesktop .form {
    width: 300px;
    padding: 50px 0 0 50px;
  }
}
@media (min-width: 1248px) {
  .wrapper .contactDesktop .form {
    width: 500px;
    padding: 50px 0 0 175px;
  }
}
@media (min-width: 1600px) {
  .wrapper .contactDesktop .form {
    padding-left: 275px;
  }
}
.wrapper .contactDesktop s h3 {
  float: left;
  border-bottom: 6px solid #20bf55;
  margin-bottom: 50px;
  padding: 13px 0;
  text-transform: uppercase;
}
.wrapper .contactDesktop .textbox {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid #20bf55;
}
.wrapper .contactDesktop .textbox input {
  border: none;
  outline: none;
  background: transparent;
  color: black;
  width: 100%;
  float: left;
  margin: 0 10px;
}
.wrapper .contactDesktop textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #20bf55;
  color: black;
  margin-bottom: 16px;
  white-space: pre;
  font-family: "Roboto", sans-serif;
}
.wrapper .contactDesktop .btn {
  width: 25%;
  background: none;
  border: 1px solid #20bf55;
  color: black;
  padding: 5px;
  cursor: pointer;
  margin: 12px 0;
  background: #20bf55;
  color: white;
  border-radius: 2px;
  background: none;
  color: #20bf55;
}
.wrapper .contactDesktop .btn:hover {
  color: white;
  background: #20bf55;
  border: 1px solid #20bf55;
}
.wrapper .contactDesktop .contactGegevens {
  /*  background-color: brown; */
  width: 600px;
  color: black;
  padding: 50px 120px 0 0;
  float: right;
}
@media (min-width: 767px) {
  .wrapper .contactDesktop .contactGegevens {
    width: 300px;
    padding: 50px 50px 0 0;
  }
}
@media (min-width: 1248px) {
  .wrapper .contactDesktop .contactGegevens {
    width: 600px;
    padding: 50px 120px 0 0;
  }
}
@media (min-width: 1600px) {
  .wrapper .contactDesktop .contactGegevens {
    padding-right: 275px;
  }
}
.wrapper .contactDesktop .contactGegevens p {
  color: black;
}
.wrapper .contactDesktop .contactGegevens .contactColumn {
  float: left;
}
.wrapper .clearBoth {
  clear: both;
}
.wrapper .praktijkDesktop {
  display: none;
}
@media (min-width: 767px) {
  .wrapper .praktijkDesktop {
    display: unset;
    background-color: #ddd;
    overflow: auto;
    height: auto;
  }
}
.wrapper .praktijkDesktop img {
  width: 35%;
  height: auto;
}
@media (min-width: 767px) {
  .wrapper .praktijkDesktop img {
    width: 40%;
  }
}
@media (min-width: 1248px) {
  .wrapper .praktijkDesktop img {
    width: 35%;
    height: auto;
  }
}
.wrapper .praktijkDesktop .praktijkBinnen {
  float: left;
  padding: 70px 0 0 125px;
}
@media (min-width: 767px) {
  .wrapper .praktijkDesktop .praktijkBinnen {
    padding: 70px 0 0 60px;
  }
}
@media (min-width: 1248px) {
  .wrapper .praktijkDesktop .praktijkBinnen {
    float: left;
    padding: 70px 0 0 125px;
  }
}
@media (min-width: 1600px) {
  .wrapper .praktijkDesktop .praktijkBinnen {
    padding-left: 250px;
  }
}
.wrapper .praktijkDesktop .praktijkBuiten {
  float: right;
  padding: 70px 125px 0 0;
}
@media (min-width: 767px) {
  .wrapper .praktijkDesktop .praktijkBuiten {
    padding: 70px 60px 0 0;
  }
}
@media (min-width: 1248px) {
  .wrapper .praktijkDesktop .praktijkBuiten {
    float: right;
    padding: 70px 125px 0 0;
  }
}
@media (min-width: 1600px) {
  .wrapper .praktijkDesktop .praktijkBuiten {
    padding-right: 250px;
  }
}
@media (min-width: 767px) {
  .wrapper .mapDesktop #map {
    width: 100%;
    height: 300px;
    display: block;
    margin-top: 50px;
  }
}
@media (min-width: 767px) {
  .wrapper .inhoud {
    display: none;
  }
}
@media (min-width: 767px) {
  .wrapper .whatIs {
    display: none;
  }
}
@media (min-width: 767px) {
  .wrapper .praktijk {
    display: none;
  }
}
@media (min-width: 767px) {
  .wrapper .afspraak {
    display: none;
  }
}
@media (min-width: 767px) {
  .wrapper .footerMobile {
    display: none;
  }
}
.wrapper .footer {
  display: none;
}
@media (min-width: 767px) {
  .wrapper .footer {
    display: initial;
  }
}
.wrapper .footer .footer-distributed {
  clear: all;
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  /* margin-top: -50px; */
  padding: 55px 50px 55px 15%;
}
@media (min-width: 767px) {
  .wrapper .footer .footer-distributed {
    /* padding: 55px 75px 55px 100px;  */
    padding: 40px 35px 40px 80px;
  }
}
@media (min-width: 1248px) {
  .wrapper .footer .footer-distributed {
    padding: 55px 50px 55px 15%;
  }
}
.wrapper .footer .footer-distributed .footer-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.wrapper .footer .footer-distributed .footer-left h3 {
  color: #ffffff;
  font: normal 36px "Cookie", cursive;
  margin: 0;
}
.wrapper .footer .footer-distributed .footer-left h3 img {
  width: 25%;
  height: auto;
}
.wrapper .footer .footer-distributed .footer-left .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}
.wrapper .footer .footer-distributed .footer-left .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.wrapper .footer .footer-distributed .footer-left .footer-company-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  /*
  span {
        color: #37AAD5;
  }
  */
}
.wrapper .footer .footer-distributed .footer-center {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 767px) {
  .wrapper .footer .footer-distributed .footer-center {
    padding-left: 15px;
    width: 300px;
  }
}
@media (min-width: 1248px) {
  .wrapper .footer .footer-distributed .footer-center {
    padding-left: 0;
    width: 500px;
  }
}
.wrapper .footer .footer-distributed .footer-center i.fa-envelope {
  margin-top: 5px;
}
.wrapper .footer .footer-distributed .footer-center i.fa-map-marker,
.wrapper .footer .footer-distributed .footer-center i.fa-phone,
.wrapper .footer .footer-distributed .footer-center i.fa-envelope {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px 10px 25%;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .wrapper .footer .footer-distributed .footer-center i.fa-map-marker,
  .wrapper .footer .footer-distributed .footer-center i.fa-phone,
  .wrapper .footer .footer-distributed .footer-center i.fa-envelope {
    margin: 3px;
  }
}
@media (min-width: 1248px) {
  .wrapper .footer .footer-distributed .footer-center i.fa-map-marker,
  .wrapper .footer .footer-distributed .footer-center i.fa-phone,
  .wrapper .footer .footer-distributed .footer-center i.fa-envelope {
    margin: 10px 15px 10px 25%;
  }
}
.wrapper .footer .footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}
@media (min-width: 767px) {
  .wrapper .footer .footer-distributed .footer-center p {
    padding: 10px;
  }
}
.wrapper .footer .footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}
.wrapper .footer .footer-distributed .footer-center p a {
  color: #20bf55;
  text-decoration: none;
}

nav ul li:hover {
  color: #20bf55;
}

.form h1 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .wrapper {
    background-color: #121217;
    /* .footer p {
        text-align: center;
        vertical-align: center;
        color:
    } */
    /* .footer a {
        text-decoration: none;
        color: white;
    } */
  }
  .wrapper header {
    width: 100%;
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    background: url(../img/bg20.jpg);
    background-repeat: no-repeat;
  }
  .wrapper header nav {
    position: fixed;
    width: 100%;
    transition: 1s;
    z-index: 100000;
  }
  .wrapper header nav .menu-icon {
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
    height: 62px;
    display: none;
    display: block;
  }
  .wrapper header nav .logo {
    position: fixed;
    float: left;
    margin: 16px 36px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    position: fixed;
    top: 0;
    margin-top: 16px;
  }
  .wrapper header nav .logo img {
    width: 85px;
    height: auto;
    max-height: 62px;
    padding-right: 30px;
    padding-top: 0px;
  }
  .wrapper header nav .menu {
    display: none;
  }
  .wrapper header nav .menu ul {
    list-style: none;
    /* background: rgba(0, 0, 0, 0); */
    overflow: hidden;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    float: right;
    max-height: 0px;
    /* background: rgba(0, 0, 0, 0.8); */
  }
  .wrapper header nav .menu ul li {
    display: inline-block;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .wrapper header nav .menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 4em;
    font-size: medium;
    color: #fff;
  }
  .wrapper header .landingImage {
    /* @include breakpoint(galaxyS5) {
          top: 165px;
          left: 135px;
    } */
    /* @include breakpoint(iphoneX) {
          top:
          left:
    } */
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper header .landingImage {
    width: 25%;
    max-width: 125px;
    height: auto;
    display: inline-block;
    z-index: 0;
    position: absolute;
    top: 130px;
    left: 120px;
  }
}
@media screen and (max-width: 600px) and (min-width: 374px) {
  .wrapper header .landingImage {
    top: 152.35px;
    left: 140.92px;
  }
}
@media screen and (max-width: 600px) and (min-width: 414px) {
  .wrapper header .landingImage {
    left: 155.5px;
    top: 160px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper header .landingText {
    /* @include breakpoint(galaxyS5) {
          top: 290px;
          left: 67.5px;
    } */
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper header .landingText {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
    letter-spacing: 1.5px;
    width: auto;
    position: absolute;
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper header .landingText {
    top: 245px;
    left: 47.3px;
  }
}
@media screen and (max-width: 600px) and (min-width: 374px) {
  .wrapper header .landingText {
    top: 312.5px;
    left: 74.8px;
  }
}
@media screen and (max-width: 600px) and (min-width: 414px) {
  .wrapper header .landingText {
    left: 95px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper header .landingText2 {
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding-top: 5px;
    letter-spacing: 1.5px;
    width: auto;
    /* @include breakpoint(iphoneX) {
          top:
          left:
    } */
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper header .landingText2 {
    top: 282.5px;
    left: 70.23px;
  }
}
@media screen and (max-width: 600px) and (min-width: 374px) {
  .wrapper header .landingText2 {
    top: 350px;
    left: 97.73px;
  }
}
@media screen and (max-width: 600px) and (min-width: 414px) {
  .wrapper header .landingText2 {
    left: 117px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper header .landingText3 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border-radius: 30px;
    border: 2px solid #20bf55;
    background-color: #20bf55;
    color: #fff;
    position: absolute;
    /* @include breakpoint(galaxyS5) {
          top: 490px;
          left: 83px;
    } */
    /* @include breakpoint(iphoneX) {
          top:
          left:
    } */
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper header .landingText3 {
    top: 430px;
    left: 73.4px;
  }
}
@media screen and (max-width: 600px) and (min-width: 374px) {
  .wrapper header .landingText3 {
    top: 525px;
    left: 86.19px;
  }
}
@media screen and (max-width: 600px) and (min-width: 414px) {
  .wrapper header .landingText3 {
    left: 96.5px;
    top: 565px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper header a .landingArrow {
    position: absolute;
    width: 50px;
    height: auto;
    z-index: 1;
    /* @include breakpoint(galaxyS5) {
          top: 550px;
          left: 155px;
    } */
    /* @include breakpoint(iphoneX) {
          top:
          left:
    } */
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper header a .landingArrow {
    left: 135px;
    top: 470px;
  }
}
@media screen and (max-width: 600px) and (min-width: 374px) {
  .wrapper header a .landingArrow {
    top: 567.5px;
    left: 158.53px;
  }
}
@media screen and (max-width: 600px) and (min-width: 414px) {
  .wrapper header a .landingArrow {
    left: 182px;
    top: 600px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper .inhoud {
    width: 100%;
    font-size: 20px;
    text-align: justify;
  }
  .wrapper .inhoud .about {
    background-color: white;
    height: auto;
    margin-top: -27.5px;
    overflow: hidden;
  }
  .wrapper .inhoud .about .aboutTextContainer {
    float: left;
    width: 39%;
  }
  .wrapper .inhoud .about .aboutMainImage {
    width: 55%;
    padding-top: 5%;
    padding-bottom: 15px;
    float: right;
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper .inhoud .about .aboutMainImage {
    width: 50%;
  }
}
@media screen and (max-width: 600px) and (min-width: 374px) {
  .wrapper .inhoud .about .aboutMainImage {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper .inhoud .about h4 {
    /* position: absolute; */
    /* top: 600px; */
    padding-left: 5vw;
    width: 75px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper .inhoud .about h4 {
    padding-top: 75px;
    width: 80px;
  }
}
@media screen and (max-width: 600px) and (min-width: 374px) {
  .wrapper .inhoud .about h4 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper .inhoud .about .subText {
    font-size: x-small;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper .inhoud .about .subText {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper .inhoud .about a {
    text-decoration: none;
  }
  .wrapper .inhoud .about a .subBtn {
    font-size: x-small;
    margin-left: 5vw;
    padding: 5px;
    border: 1px solid #20bf55;
    border-radius: 50px;
    color: #20bf55;
    z-index: 50;
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .wrapper .inhoud .about a .subBtn {
    margin-top: 30px;
    width: 59px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper .whatIs {
    clear: both;
    height: 70vh;
    background-color: #121217;
    /* 0a0a0a */
    max-height: 425px;
  }
  .wrapper .whatIs h3 {
    color: #63636e;
    width: 250px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
  }
  .wrapper .whatIs h4 {
    color: #fff;
    margin: 0 auto;
    width: 200px;
    text-align: center;
  }
  .wrapper .whatIs img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
    display: flex;
  }
  .wrapper .whatIs a p {
    font-size: x-small;
    position: absolute;
    margin-top: 25px;
    margin-left: 70vw;
    padding: 5px;
    border: 1px solid #20bf55;
    border-radius: 50px;
    color: white;
  }
  .wrapper .praktijk {
    background-color: white;
    padding-bottom: 30px;
  }
  .wrapper .praktijk h3 {
    text-align: center;
    padding-top: 35px;
    font-size: larger;
  }
  .wrapper .praktijk .centerPraktijk {
    text-align: center;
    padding-top: 10px;
    font-size: medium;
  }
  .wrapper .praktijk p {
    font-size: smaller;
    padding: 10px 15px 10px 15px;
  }
  .wrapper .praktijk .praktijkBinnen {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: auto;
  }
  .wrapper .praktijk .praktijkBuiten {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: auto;
    padding-top: 5px;
  }
  .wrapper .praktijk #map {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: initial;
  }
  .wrapper .afspraak {
    height: 50vh;
    background-color: #121217;
    margin-top: -20px;
    padding-bottom: 15px;
    max-height: 275px;
  }
  .wrapper .afspraak h3 {
    color: #63636e;
    text-align: center;
    padding-top: 50px;
  }
  .wrapper .afspraak img {
    width: 75px;
    margin: 0 auto;
    display: flex;
    padding-top: 35px;
  }
  .wrapper .afspraak .afspraakP1 {
    color: white;
    text-align: center;
    font-size: smaller;
    padding-top: 10px;
  }
  .wrapper .afspraak .afspraakP2 {
    color: white;
    text-align: center;
    font-size: smaller;
    padding-top: 5px;
  }
  .wrapper .footerMobile {
    height: 45px;
    width: 100%;
    background-color: #020707;
    color: #37AAD5;
  }
}
@media screen and (max-width: 600px) and (min-width: 767px) {
  .wrapper .footerMobile {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .wrapper .footerMobile p {
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .wrapper .footerMobile a {
    text-decoration: none;
    color: white;
  }
  .active {
    padding: 10px;
    margin-right: 3em;
    background: #20bf55;
    color: white;
    border-radius: 6px;
    margin-right: 0;
    padding: 10px;
    background: none;
    color: #20bf55;
  }
  .active:hover {
    transition: 1s;
    background: none;
    color: white;
    border: 1px solid #20bf55;
    border-radius: 6px;
  }
}

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