* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --column-spacing: 70px;
}

@media screen and (max-width: 1500px) {
  :root {
    --column-spacing: 30px;
  }
}

@media screen and (max-width: 300px) {
  :root {
    --column-spacing: 20px;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: white;
  font-family: "Red Hat Display", sans-serif;
}

.header-right {
  margin: 32px;
  margin-right: 4%;
  float: right;
}

/*NAVIGATION TITELS KLIKBAAR*/
.header-right a {
  font-weight: bold;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  margin: 0 5px;
}

/*NAVIGATION TITELS WANNEER JE HOVERED*/
.header-right a.active,
.header-right a:hover {
  border-top: 3px solid #0b3373;
  color: rgb(56, 37, 224);
  text-align: center;
}

/*LOGO IN DE HEADER*/
.logo {
  float: left;
}

.BannerWrapper {
  width: 100%;
  height: 430px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.2);
}

.BannerOverlay {
  width: inherit;
  height: inherit;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  backdrop-filter: blur(3px);
}

.Banner {
  position: absolute;
  z-index: -1;
  width: inherit;
  height: inherit;
  background-image: url("Afbeeldingen/HomePageBanner2.0.jpg");
  background-attachment: fixed;
  background-position: center -320px;
  background-size: inherit;
  background-repeat: repeat;
}

/*Titel over de banner van de pagina waarop je je op dat moment bevind*/
.WelkomStukje {
  padding-top: 4%;
  width: inherit;
  height: inherit;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: black; 
}

.WelkomStukje h2 {
  font-family: 'Alata', sans-serif;
  font-size: 55px;
}

@media screen and (max-width: 1400px) {
  .WelkomStukje h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 900px) {
  .WelkomStukje h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .WelkomStukje h2 {
    font-size: 35px;
  }
}

.WelkomStukje h1 {
  font-size: 45px;
}

@media screen and (max-width: 1400px) {
  .WelkomStukje h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 900px) {
  .WelkomStukje h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .WelkomStukje h1 {
    font-size: 25px;
  }
}

.lijn {
  margin: 15px auto;
  color: black;
  background-color: black;
  height: 4px;
  width: 150px;
}

@media screen and (max-width: 1400px) {
  .lijn {
    width: 120px;
  }
}

@media screen and (max-width: 900px) {
  .lijn {
    height: 3px;
    width: 80px;
  }
}

@media screen and (max-width: 300px) {
  .lijn {
    height: 2px;
    width: 55px;
  }
}

.OpeningsTekst {
  margin: auto;
  text-align: center;
  padding-top: 2%;
  width: 63%;
  height: 80%;
  background-color: white;
  padding-bottom: 2%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1400px) {
  .OpeningsTekst h2 {
    padding-top: 3%;
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .OpeningsTekst h2 {
    padding-top: 6%;
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .Mediation.Psychologie.Re-intergratie.Vetrouwenspersoon.Coaching {
    margin: auto;
    text-align: center;
    padding-top: 2%;
    width: 50%;
    height: 80%;
    background-color: #e3e3e3;
    font-size: 20px;
    padding-bottom: 2%;
  }
}

/*TITEL MET LINK NAAR PAGINA, GEEN TEXT DECORATION*/
.Mediationtitel a,
.Vetrouwenspersoontitel a,
.Coachingtitel a,
.Re-intergratietitel a,
.Psychologietitel a {
  background-color: transparent;
  color: black;
  text-decoration: none;
}

/*MEDIATION, RE-INTERGRATIE EN VETROUWENSPERSOON INTRO STUKJE*/
.Mediation .row,
.Re-intergratie .row,
.Vetrouwenspersoon .row {
  border-top: 2px black;
  display: flex;
  align-items: flex-start;
}

/*COLUMN 2% PADDING VAN BOVEN*/
.columnTekst1 h1,
.columnTekst2 h1,
.columnTekst3 h1,
.columnTekst4 h1,
.columnTekst5 h1 {
  padding: 3%;
}

@media screen and (max-width: 700px) {
  .columnTekst1 h1,
  .columnTekst2 h1,
  .columnTekst3 h1,
  .columnTekst4 h1,
  .columnTekst5 h1 {
    padding: 3%;
    font-size: 18px;
  }
}

.columnTekst1,
.columnTekst3,
.columnTekst5 {
  width: 65%;
  height: 300px;
  background-color: #f2f2f2;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 19px;
}

/*MEDIATION, .RE-INTERGRATIE EN VETROUWENSPERSOON COLUMN*/
@media screen and (max-width: 1300px) {
  .columnTekst1,
  .columnTekst3,
  .columnTekst5 {
    width: 65%;
    height: 300px;
    background-color: #f2f2f2;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .columnTekst1,
  .columnTekst3,
  .columnTekst5 {
    width: 65%;
    height: 300px;
    background-color: #f2f2f2;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 14px;
  }
}

/*Coaching introtekst*/
.columnTekst2,
.columnTekst4 {
  width: 65%;
  height: 300px;
  background-color: white;
  text-align: center;
  padding-left: 8%;
  padding-right: 8%;
  font-size: 19px;
}

/*Laat de tekst in het kopje passen (responsive)*/
@media screen and (max-width: 1300px) {
  .columnTekst2,
  .columnTekst4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .columnTekst2,
  .columnTekst4 {
    font-size: 14px;
  }
}

/*Coaching intro stukje*/
.Coaching .row,
.Psychologie .row {
  display: flex;
  align-items: flex-start;
}

/*MEDIATION FOTO*/
.columnFoto1 {
  background-image: url("Afbeeldingen/mediationFoto.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35%;
  height: 300px;
  background-color: #f2f2f2;
  /*box-shadow: 0px 2px 5px 0px black;*/
}

/*COACHING FOTO*/
.columnFoto2 {
  background-image: url("Afbeeldingen/coaching-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 35%;
  height: 300px;
}

/*RE-INTERGRATIE FOTO*/
.columnFoto3 {
  background-image: url("Afbeeldingen/re-intergratie-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 35%;
  height: 300px;
}

/*PSYCHOLOGIE FOTO*/
.columnFoto4 {
  background-image: url("Afbeeldingen/psychology-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 35%;
  height: 300px;
  background-color: white;
}

/*VETROUWENSPERSOON FOTO*/
.columnFoto5 {
  background-image: url("Afbeeldingen/Vetrouwenspersoon.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 35%;
  height: 300px;
}

