/* fonts installeren */
@font-face {
  font-family: "IntroBold";
  src: url(IntroBold.woff);
	font-weight: 600;
}
@font-face {
  font-family: "IntroBlack";
  src: url(IntroBlack.woff);
	font-weight: 800;
}

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700&display=swap');

/* scrollbar */
::-webkit-scrollbar {
	width: 15px;
	background-color: white;
}

::-webkit-scrollbar-thumb {
	background-color: #C8EFF0;
	border-radius: 0px;
}

/* algemeen */
*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

/* styles homepage */
.hoofdblok, .hoofdblok2, .hoofdblok3, .hoofdblok4 {
	margin-top: 50px;
	display: flex;
	background-color: #E0CDEE;
	box-shadow: 30px 30px #C6A4E1;
}

.hoofdblok, .hoofdblok3 {
  margin-left: 175px;
  width: 1000px;
  flex-direction: row;
}

.hoofdblok2, .hoofdblok4 {
  margin-left: 100px;
  margin-bottom: 130px;
  width: 1075px;
  flex-direction: column;
}

.hoofdblok4 {
  width: 500px;
}

.titel {
	font-family: "IntroBlack", "Red Hat Display", sans-serif;
	font-size: 30px;
	color: #924FC4;
	padding: 20px 0 20px 40px;
}

.fotoDesktop {
	width: 440px;
	height: auto;
	margin-left: -75px;
	margin-bottom: -75px;
}

.fotoMobiel {
  display: none;
}

.hoofdtekst, .hoofdtekst2 {
	font-family: "Red Hat Display", sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #924FC4;
}

.hoofdtekst {
	padding: 30px 30px 0 30px;
}

.hoofdtekst2 {
	padding: 0px 40px 20px 40px;
}

.subblok {
	margin-top: 175px;
	width: 100%;
	background-color: #C8EFF0;
	text-align: center;
}

.kop2 {
	font-family: "IntroBlack", "Red Hat Display", sans-serif;
	font-size: 30px;
	color: #3EC7CC;
	padding: 30px 0 20px 0;
}


.uitlegtekst {
	font-family: "Red Hat Display", sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: black;
	padding-bottom: 30px;
	width: 47%;
	margin: auto;
  text-align: left;
}

/* styles cursussen & coaching */
.cursusTitel {
  font-family: "Red Hat Display", sans-serif;
	font-size: 20px;
  font-weight: 700;
	color: #924FC4;
  padding: 0px 40px 0 40px;
}

/* styles over mij */
.profielfoto {
	width: 360px;
	height: auto;
	margin-left: -75px;
  padding-bottom: 20px;
}

.quote {
  font-family: "Red Hat Display", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #924FC4;
  position: absolute;
  margin-left: 390px;
  margin-top: -100px;
}

.witruimte {
  height: 30px;
}

/* styles contact */
.mailbelContact {
  color: #924FC4;
}

.mailbelContact:hover {
	text-decoration: underline;
}

.contactform {
	width: auto;
  margin: 0 100px;
  background-color: #C8EFF0;
  padding: 0 20px;
}

.contactform h2 {
	font-family: "IntroBlack", "Red Hat Display", sans-serif;
	font-size: 30px;
	color: #3EC7CC;
	padding: 20px 0;
  text-align: center;
}

.invuldrie {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contactform .inputBox {
	position: relative;
}

.invuldrie .inputBox {
  width: 100%;
  margin: 0 20px;
}

#berichtbox {
  width: 100%;
  padding: 0 20px;
  margin-top: 10px;
}

.contactform .inputBox input, .contactform .inputBox textarea {
	width: 100%;
	padding: 5px;
  font-family: "Red Hat Display", sans-serif;
	font-size: 15px;
	margin: 10px 0;
	border: none;
	outline: none;
	resize: none;
	color: black;
}

.contactform .inputBox span {
	position: absolute;
	left: 0;
	padding: 5px;
  font-family: "Red Hat Display", sans-serif;
	font-size: 15px;
	margin: 10px 0;
	pointer-events: none;
	transition: .5s;
	color: #3EC7CC;
}

#berichtbox span {
  margin-left: 20px;
}

.inputBox textarea {
	height: 200px;
}

.contactform .inputBox input:focus ~ span, .contactform .inputBox input:valid ~ span,
.contactform .inputBox textarea:focus ~ span, .contactform .inputBox textarea:valid ~ span {
	color: #3EC7CC;
	font-size: 15px;
	transform: translateY(-27px);
}

section .inputBox {
  text-align: center;
  margin-top: 5px;
  padding-bottom: 20px;
}

.contactform .inputBox input[type="submit"] {
	font-family: "Red Hat Display", sans-serif;
	width: 150px;
	height: 40px;
	background-color: #3EC7CC;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

/* styles bedankt */
.bodybedankt {
  background-color: #C8EFF0;
}

.bedanktblok {
  width: 500px;
  height: auto;
  text-align: center;
  margin: auto;
  margin-top: 20vh;
  background-color: white;
  box-shadow: 20px 20px #3EC7CC;
}

.logoIcoon {
  height: 50px;
  width: auto;
  margin: 30px 0;
}

.titelBedankt {
  font-family: "IntroBlack", "Red Hat Display", sans-serif;
	font-size: 30px;
  color: #3EC7CC;
}

.tekstBedankt {
  font-family: "Red Hat Display", sans-serif;
	font-size: 15px;
  color: #3EC7CC;
  padding: 15px 0 30px 0;
}

.gaterugblok {
  width: 200px;
  height: auto;
  text-align: center;
  margin: auto;
  margin-top: 70px;
  background-color: #3EC7CC;
  box-shadow: 20px 20px white;
}

.tekstTerug {
  font-family: "Red Hat Display", sans-serif;
	font-size: 15px;
  color: white;
  padding: 20px 20px;
}

@media screen and (max-width: 1300px) {
/* styles homepage */
  .hoofdblok, .hoofdblok3 {
    width: 719px;
  }

  .hoofdblok2 {
    width: 794px;
  }

  .titel {
    padding: 20px 0 20px 30px;
  }

  .fotoDesktop {
    content: url("/img/SfeerFotoSmal.jpg");
    width: 400px;
  }

  .hoofdtekst {
    padding: 30px 30px 15px 30px;
  }

  .hoofdtekst2 {
  	padding: 0px 30px 20px 30px;
  }

  .subblok {
    margin-top: 125px;
  }

  .uitlegtekst {
    width: 65%;
  }

/* styles cursussen & coaching */
  .cursusTitel {
    padding: 0px 30px 0 30px;
  }

/* styles over mij */
  .quote {
    display: block;
    position: static;
    margin-left: 0;
    margin-top: -5px;
    text-align: center;
    line-height: 35px;
    padding: 0 20px 30px 35px;
  }

/*styles contact */
  .contactform {
    width: auto;
    margin: 0 100px;
    background-color: #C8EFF0;
    padding: 0 20px;
  }

  .invuldrie .inputBox {
    margin: 0 10px;
  }

  #berichtbox {
    padding: 0 10px;
  }

  #berichtbox span {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1000px) {
/* styles homepage */
  .hoofdblok, .hoofdblok2, .hoofdblok3, .hoofdblok4 {
    flex-direction: column;
    width: auto;
    margin: 30px 50px 0 30px;
    box-shadow: 20px 20px #C6A4E1;
  }

  .hoofdblok {
    padding-bottom: 70px;
  }

  .hoofdblok2 {
    margin-bottom: 70px;
  }

  .hoofdblok3 {
    padding-bottom: 20px;
  }

  .hoofdblok4 {
    width: 400px;
    margin-bottom: 65px;
  }

  .fotoDesktop {
    display: none;
  }

  .fotoMobiel {
    display: flex;
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: -50px;
  }

  .titel {
  	font-size: 25px;
  	padding: 20px 0 15px 30px;
  }

  .hoofdtekst {
    font-size: 15px;
  	line-height: 23px;
  	padding: 0px 30px 0 30px;
  }

  .hoofdtekst2 {
    font-size: 15px;
  	line-height: 23px;
    padding: 0px 30px 20px 30px;
  }

  .subblok {
  	margin-top: 50px;
  }

  .kop2 {
  	font-size: 25px;
  	padding: 20px 0 15px 0;
    margin: 0 30px;
  }

  .uitlegtekst {
    font-size: 15px;
  	line-height: 23px;
  	width: 75%;
  }

/* styles cursussen & coaching */
  .cursusTitel {
    font-size: 17px;
  }

/* styles over mij */
  .quotefotoblok {
    display: flex;
    flex-direction: row;
  }

  .profielfoto {
    content: url("/img/ProfielfotoLang.jpg");
    margin-left: 30px;
    width: 400px;
  }

  .quote {
    padding: 50px 20px 0 20px;
    max-width: 450px;
    margin-top: 0;
  }

  .witruimte {
    height: 20px;
  }

/* styles contact */
  .contactform {
    margin: 0 30px;
  }

  .contactform h2 {
    font-size: 25px;
    padding: 20px 20px 15px 20px;
  }

  .contactform .inputBox span {
    padding: 7px 0 0 7px;
  }

  section .inputBox {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .contactform .inputBox input, .contactform .inputBox textarea {
  	padding: 5px 5px 7px 7px;
  }

  .contactform .inputBox input[type="submit"] {
    font-size: 17px;
    width: 125px;
    height: 30px;
  }

/* styles bedankt */
  .bedanktblok {
    width: 400px;
    box-shadow: 15px 15px #3EC7CC;
  }

  .logoIcoon {
    margin: 30px 0 20px 0;
  }

  .titelBedankt {
    font-size: 25px;
  }

  .gaterugblok {
    box-shadow: 15px 15px white;
  }

}

@media screen and (max-width: 750px) {
/* styles homepage */
  .fotoMobiel {
    width: 65%;
  }

  .titel {
    padding: 20px 0 10px 20px;
  }

  .hoofdtekst {
  	padding: 0px 20px 0 20px;
  }

  .hoofdtekst2 {
    padding: 0px 20px 20px 20px;
  }

  .kop2 {
    padding: 20px 0 10px 0;
  }

  .uitlegtekst {
    width: auto;
    margin: 0 30px;
  }

/* styles cursussen & coaching */
  .cursusTitel {
    padding: 0px 20px 0 20px;
  }

/* styles over mij */
  .quotefotoblok {
    display: flex;
    flex-direction: column;
  }

  .profielfoto {
    margin-left: 20px;
    width: 87%;
    margin-top: 5px;
  }

  .quote {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding: 0 20px 20px;
    max-width: 700px;
  }

/* styles contact */
  .hoofdblok4 {
    width: auto;
    margin: 30px 50px 65px 30px;
  }

  .contactform {
    padding: 0 10px;
  }

  .invuldrie {
    flex-direction: column;
    padding-right: 20px;
  }

  #berichtbox {
    margin-bottom: -10px;
    margin-top: 0;
  }

  #berichtbox span {
    margin-left: 10px;
  }

  section .inputBox {
    margin-top: 5px;
    padding-bottom: 10px;
  }

/* styles bedankt */
  .bedanktblok {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .tekstBedankt {
    padding: 15px 20px 30px 20px;
  }

}
