.paarseblok{
	margin: auto;
	width: 720px;
	text-align: center;
	background-color: #412A42;
	color: white;
	line-height: 1.8;
	padding: 70px 70px 70px 70px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#container{
	background-color: #FDF7FC;
	margin: auto;
	width: 1000px;
	height: 450px;
	margin-top: -50px;
}
	#basis_tekst{
		width: calc(100% - 451px);
		height: calc(100% - 91px);
		padding: 70px 80px 20px 80px;
		background-color: #FDF7FC;
		font-size: 111%;
		line-height: 1.5;
		float: left;
		position: relative;
	}
	#handtekening_div{
		text-align: right;
		position: absolute; 
		bottom: 10px;
		right: 20px;
	}
	#linda_foto_div{
		width: 291px;
		height: 450px;
		float: left;
	}
	#foto_linda{
		width: 291px;
		vertical-align: bottom;
	}

	@media screen and (max-width: 1000px){
		#container{
			width: 100%;
		}
		#basis_tekst{
			width: calc(100% - 80px);
			height: auto;
			padding: 70px 40px 90px 40px;
		}
		#linda_foto_div{
			width: 100%;
			height: auto;
		}
		#foto_linda{
			width: 100%;
			height: auto;
		}
		.paarseblok{
			width: calc(100% - 80px);
			height: auto;
			margin: 0;
			padding: 70px 40px 70px 40px;
			float: left;
		}
	}


