/* global stylezzz*/

.herkomst {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
}

.herkomst-container {
	width: 1200px;
	display: flex;
	flex-direction: row;
	color: #363b3c;
}

.herkomst1 img {
	width: 400px;
	padding-top: 50px;
}

@media only screen and (min-width: 700px) {
	.herkomst1 h2 {
		display: none;
	}
}

.herkomst2 {
	padding-left: 20px;
}

.kleuren {
	background-color: #363b3c;
	color: antiquewhite;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.kleuren-container {
	width: 1200px;
	display: flex;
	flex-direction: column;
}

.kleuren2,
.kleuren3 {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.kleuren2 img,
.kleuren3 img {
	width: 482px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 100px;
	border: 1.5px solid antiquewhite;
}

.uiterlijk {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #363b3c;
	padding-top: 100px;
	padding-bottom: 100px;
}

.uiterlijk-container {
	width: 1200px;
}

.uiterlijk img {
	width: 40%;
	height: auto;
	float: left;
	padding-right: 20px;
}

.karakter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #363b3c;
	padding-bottom: 100px;
	padding-top: 100px;
}

.karakter-container {
	width: 1200px;
	color: antiquewhite;
}

.gallarie {
	color: #363b3c;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.gallarie-container {
	width: 1200px;
	display: flex;
	flex-direction: column;
}

.gallarie-child2 img {
	width: 392px;
	height: auto;
}

.gallarie-child2 {
	padding-top: 20px;
	margin-bottom: -3px;
}

.gallarie-child2 img:nth-child(1),
:nth-child(2),
:nth-child(3) {
	margin-bottom: -4px;
}

.meer-over {
	padding-bottom: 100px;
	padding-top: 100px;
	background-color: #363b3c;
	color: antiquewhite;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.meer-over-titel {
	padding-bottom: 50px;
}

.meer-over-parent {
	gap: 30px;
	width: 1200px;
	display: flex;
	justify-content: center;
}

.meer-over-child1,
.meer-over-child2,
.meer-over-child3 {
	position: relative;
	border: 1px solid antiquewhite;
	width: 380px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	border-radius: 3%;
	z-index: 1;
}

.meer-over-parent img {
	border: 1px solid antiquewhite;
	width: 380px;
	border-top-left-radius: 3%;
	border-top-right-radius: 3%;
	margin-top: -1px;
	z-index: -1;
}

.meer-over-child1 p,
.meer-over-child2 p,
.meer-over-child3 p {
	padding-left: 10px;
	padding-right: 10px;
}

.meer-over-child1 a,
.meer-over-child2 a,
.meer-over-child3 a {
	width: 160px;
	height: 35px;
	padding-top: 10px;
	margin-bottom: 20px;
	border: 1px solid antiquewhite;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: 20px;
}

@media only screen and (max-width: 600px) {
	.foto-hero img {
		display: none;
	}

	.foto-hero-mob img {
		width: 100%;

		margin-bottom: -100px;
		z-index: 0;
		clip-path: polygon(0 0, 100% 0%, 100% 90%, 51% 100%, 0 90%);
	}

	.titel {
		position: absolute;
		top: 1%;
		left: 50%;
		transform: translate(-0, -50);
		color: antiquewhite;
	}

	.titel h1 {
		font-size: 20px;
	}

	.herkomst-container {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.herkomst1 h2 {
		
		padding-top: 150px;
		margin-bottom: -90px;
	}
	.herkomst2 {
		margin-left: -20px;
		padding-top: 10px;
	}
	.herkomst2 h2 {
		display: none;
	}

	.herkomst1 img {
		width: 100%;
		padding-top: 100px;
	}

	.kleuren-container {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.kleuren1 {
		padding-bottom: 40px;
	}

	.kleuren-child2 {
		padding-bottom: 30px;
	}

	.kleuren2,
	.kleuren3 {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
	}

	.kleuren3 {
		flex-direction: column-reverse;
	}

	.kleuren2 img,
	.kleuren3 img {
		width: 100%;
		margin: 0px;
	}

	.uiterlijk-container {
		width: 100%;
	}

	.uiterlijk img {
		width: 100%;
		padding-bottom: 20px;
		padding-right: 0px;
	}

	.karakter-container {
		width: 100%;
		color: antiquewhite;
	}

	.gallarie {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	.gallarie-container {
		width: 100%;
		display: block;
		margin: 100px 0px;
		padding: 0px;
	}

	.gallarie-child2 img {
		width: 49%;
	}

	.gallarie-child2 {
		margin-bottom: 0px;
	}

	.gallarie-child2 img:nth-child(1),
	:nth-child(2),
	:nth-child(3),
	:nth-child(4) {
		margin-bottom: -4px;
	}

	.meer-over-titel {
		text-align: center;
	}
	.meer-over-parent {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}