*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat";
}

/* content stoornissen subitems */
.content {
	padding-top: 175px;
	padding-bottom: 100px;
}

.pijl {
	position: absolute;
	height: 15px;
	width: auto;
	margin-left: 100px;
	margin-top: 15px;
}

.infoBegin h1 {
	text-align: center;
	color: #009EE2;
	font-weight: 600;
	font-size: 35px;
	padding-bottom: 50px;
}

.infoBegin p {
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	width: 900px;
	margin: auto;
}

/* style tekstblokken */
.infoBlokken {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 25px 50px 25px;
}

.infoBlok {
	position: relative;
  box-shadow: 0px 0px 10px 5px #E9E9E9;
  border-radius: 50px;
	background: white;
	width: 300px;
	height: 350px;
	margin: 25px;
}

.soundwaves {
	height: 30px;
	width: auto;
	display: flex;
	margin: 25px auto 0 auto;
}

.infoBlok h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 10px 25px;
}

.infoBlok p {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	font-weight: 400;
}

.infoBlok h5 a {
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	margin: 0 0 25px 110.905px;
	text-decoration: none;
	color: #009EE2;
}

.infoSlot {
	padding-left: 100px;
	width: 900px;
}

.infoSlot p {
	font-size: 15px;
	font-weight: 400;
}

#snelinfo {
	text-decoration: underline;
	color: black;
}
#sneltest {
	text-decoration: none;
	color: #009EE2;
}

/* content volledige uitleg stoornissen */
.kop {
	text-align: center;
	color: #009EE2;
	font-weight: 600;
	font-size: 35px;
	padding-bottom: 50px;
}

.introTekst {
	font-weight: 600;
	padding-bottom: 25px;
}

.introTekst, .uitlegTekst, .uitlegTekst2 {
	padding-left: 100px;
	font-size: 15px;
	width: 80%;
}

.fototekst {
	display: flex;
	flex-direction: row;
}

.uitlegTekst2 {
	width: 400px;
	padding-top: 40px;
	padding-left: 25px;
}

.fotoBijTekst {
	height: 150px;
	width: auto;
	margin: 0 10px 20px 100px;
}

.lijst {
	display: flex;
	flex-direction: row;
	padding-left: 100px;
}

.lijst ul {
	padding-right: 25px;
	font-size: 15px;
	width: 80%;
}

#lijst1, #lijst2 {
	width: auto;
}

.lijst h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

.lijst ul li {
	list-style: circle inside;
}

.subkop {
	padding: 25px 0 5px 100px;
	font-size: 20px;
	font-weight: 600;
}

.uitlegTekst a {
	text-decoration: underline;
	color: black;
}

@media screen and (max-width: 1300px) {
/* content stoornissen subitems */
	.infoBegin h1 {
		font-size: 30px;
		padding-bottom: 30px;
	}

	.infoBegin p {
		font-size: 13px;
		width: 700px;
	}

	/* style tekstblokken */
	.infoBlokken {
		padding: 30px 25px 30px 25px;
	}

	.infoBlok {
		width: 300px;
		height: 275px;
		border-radius: 40px;
	}

	.infoBlok h2 {
		font-size: 16px;
	}

	.infoBlok p {
		font-size: 13px;
	}

	.infoBlok h5 a {
		font-size: 13px;
		margin: 0 0 25px 116.12px;
	}

	.infoSlot {
		padding-left: 100px;
		width: 700px;
	}

	.infoSlot p {
		font-size: 13px;
	}

/* content volledige uitleg stoornissen */
	.kop {
		font-size: 30px;
		padding-bottom: 30px;
	}

	.introTekst, .uitlegTekst, .uitlegTekst2 {
		font-size: 13px;
	}

	.lijst ul {
		font-size: 13px;
	}

	.lijst h3 {
		font-size: 13px;
	}

	.subkop {
		font-size: 16px;
	}

}

@media screen and (max-width: 1100px) {
/* content stoornissen subitems */
	.pijl {
		margin-top: 10px;
	}

	.infoBegin h1 {
		font-size: 25px;
		padding-bottom: 25px;
	}

	.infoBegin p {
		font-size: 11px;
		width: 70%;
	}

	/* style tekstblokken */
	.infoBlokken {
		padding: 25px;
	}

	.infoBlok {
		width: 250px;
		height: 250px;
		margin: 20px;
	}

	.soundwaves {
		height: 25px;
		margin-top: 15px;
	}

	.infoBlok h2 {
		font-size: 15px;
		margin: 10px 15px;
	}

	.infoBlok p {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 11px;
	}

	.infoBlok h5 a {
		font-size: 11px;
		margin: 0 0 15px 96.33px;
	}

	/* style eindtekst */
	.infoSlot {
		padding-left: 100px;
		width: 70%;
	}

	.infoSlot p {
		font-size: 11px;
	}

/* content volledige uitleg stoornissen */
	.kop {
		font-size: 25px;
		padding-bottom: 25px;
	}

	.introTekst {
		font-weight: 600;
		padding-bottom: 25px;
	}

	.introTekst, .uitlegTekst, .uitlegTekst2 {
		font-size: 11px;
	}

	.lijst ul {
		font-size: 11px;
	}

	.lijst h3 {
		font-size: 11px;
	}

	.subkop {
		font-size: 15px;
	}

}

@media screen and (max-width: 950px) {
/* content stoornissen subitems */
	.content {
		padding-top: 125px;
		padding-bottom: 75px;
	}

	.pijl {
		margin-left: 50px;
	}

	/* style eindtekst */
	.infoSlot {
		padding-left: 50px;
	}

/* content volledige uitleg stoornissen */
	.introTekst, .uitlegTekst, .uitlegTekst2 {
		padding-left: 50px;
		width: 90%;
	}

	.uitlegTekst2 {
		width: 350px;
		padding-left: 15px;
	}

	.fotoBijTekst {
		margin: 0 10px 20px 50px;
	}

	.lijst {
		padding-left: 50px;
	}

	.lijst ul {
		width: 90%;
	}

	.subkop {
		padding: 25px 0 5px 50px;
	}

}

@media screen and (max-width: 750px) {
/* content stoornissen subitems */
	.content {
		padding-bottom: 50px;
	}
	.pijl {
		height: 12px;
		margin-left: 30px;
	}

	.infoBegin p {
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
	}

	/* style eindtekst */
	.infoSlot {
		padding-left: 30px;
		padding-right: 30px;
		width: auto;
	}

/* content volledige uitleg stoornissen */
	.kop {
		padding-bottom: 25px;
		width: 250px;
		margin: auto;
	}

	.introTekst, .uitlegTekst, .uitlegTekst2 {
		padding-left: 30px;
		padding-right: 30px;
		width: auto;
	}

	.uitlegTekst2 {
		padding-left: 15px;
	}

	.fotoBijTekst {
		margin: 0 10px 20px 30px;
	}

	.lijst {
		flex-direction: column;
		padding-left: 30px;
	}

	.lijst ul {
		padding-right: 30px;
		width: auto;
	}

	#lijst2 {
		padding-top: 15px;
	}

	.subkop {
		padding: 25px 30px 5px 30px;
		width: auto;
	}

}
