/*.row.normalpage {
	padding: 100px 0;
}
 */
.row.normalpage:nth-of-type(even) {
	background: var(--accents2);
}
.row.normalpage .content {
	gap: 100px;
	align-items: center;

}
.row.normalpage .page_content {
	width: 50%;
	flex: 1;
}
.row.normalpage:nth-of-type(even) .page_content {
	order: 2;
}
.row.normalpage .content .page_content section {
	background: transparent;
	padding: 0;
}
.row.normalpage .content .page_content h1,
.row.normalpage .content .page_content h2 {
	font-size: 1.6em;
	margin-bottom: 30px;
	max-width: 100%;
	font-family: "sensei";
	font-weight: normal;
}
.row.normalpage .page_content a {
	color: var(--supportcolor1);
	color: #a3998d;
}
.row.normalpage .page_content a:hover {
	color: #726759;
}

.row.normalpage .page_content a.btn {
	color: var(--accents);
	text-decoration: none;
}
.row.normalpage .content .image {
	border-radius: 10px;
	overflow: hidden;
	width: 50%;
	position: relative;
}
.row.normalpage .content .image:after {
	content: "";
	width: 200px;
	height: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url('/images/groeneruitje_bottom.svg');
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
}
.row.normalpage:nth-of-type(even) .content .image:after {
	background-image: url('/images/groeneruitje.svg');
	bottom: auto;
	top: 0;
}
.row.normalpage .content .image img {
	display: block;
	width: 100%;
}




@media screen and (max-width: 1100px) {

	.row.normalpage:nth-of-type(even) {
		background: transparent;
	}
	.row.normalpage {
		padding: 30px 0;
	}
	.row.normalpage .content {
		gap: 30px;
	}
	.row.normalpage .page_content {
		width: 100%;
		order: 1;
	}
	.row.normalpage:nth-of-type(even) .page_content {
		order: 1;
	}
	.row.normalpage:nth-of-type(even) {
		padding:0;
	}
	.row.normalpage .content .image {
		width: 100%;
		order: 0;
	}
	.row.normalpage .content .page_content hgroup,
	.row.normalpage .content .page_content h1, 
	.row.normalpage .content .page_content h2 {
		margin-bottom: 15px;
	}
	.row.normalpage .content .page_content h1, 
	.row.normalpage .content .page_content h2 {

		max-width: 75%;
	}
	.row.normalpage .content .image:after {
		width: 100px;
		height: 100px;
	}

}