.inner_account_aanmaken{
	min-height: 34rem;
	padding: 2rem;
	background-color: #f1eff5;
	position: relative;
}

.inner_account_aanmaken{
	position: relative;
	z-index: 15;
    display: flex;
    flex-direction: column;
}

.inner_account_aanmaken > *:last-child{
	margin-top: auto;
}

.inner_account_aanmaken_rechts{
	padding-right: 24rem;
	background:#f1eff5 url(../../../images/account_aanmaken.svg) right 3rem bottom no-repeat;
}

.inner_account_aanmaken_links h2,
.inner_account_aanmaken_links h3,
.inner_account_aanmaken_links p{
	color: #fff !important;
}

.inner_account_aanmaken .afbeelding_links:after{
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(289px 289px at 100% 692.94%, rgba(37, 35, 52, 0.15) 0%, rgba(37, 35, 52, 0.4) 100%);
}

.inner_account_aanmaken .afbeelding_links{
	position: absolute;
	inset: 0;
	z-index: -1;
}

.inner_account_aanmaken picture{
	display: flex;
	width: 100%;
	height: 100%;
}

.inner_account_aanmaken img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (max-width:767px)
{		
	.inner_account_aanmaken_rechts {
		padding-right: 15rem;
		min-height: 0;
		background-size: 10rem auto;
	}
	
	.inner_account_aanmaken{
		min-height: 0;
	}
	
	.inner_account_aanmaken_links h2, .inner_account_aanmaken_links p {
		font-size: 2rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}