.flex_layout.kleine_cta {
	position:relative;  
	background: linear-gradient(255deg, rgba(158, 158, 158, 0.50) 0%, rgba(236, 236, 236, 0.50) 100%);
}

.flex_layout.kleine_cta:after{
	content:'';
	height:100%;
	width:100%;
	position:absolute;
	right:120px;
	top:0;
	z-index:1;
	pointer-events: none;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url(https://kraftor.pk2.pageking.dev/wp-content/uploads/2025/09/background-layer.svg);
}

.flex_layout.kleine_cta .kleine_cta_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
}

.flex_layout.kleine_cta .kolom-afbeelding {
	max-width: 450px;
	max-height: 360px;
	z-index:2;
	position:relative;
}

.flex_layout.kleine_cta .kolom-afbeelding img {
	width: 100%;
	height: 100%;
}

.flex_layout.kleine_cta .kolom-tekst{
	max-width:500px;
}


@media screen and (max-width: 992px) {
.flex_layout.kleine_cta .kleine_cta_container {
	gap:30px;
	flex-direction: column;
}
.flex_layout.kleine_cta .kleine_cta_container > div{
	max-width:100%;
}
#pk_flex_content .flex_layout.kleine_cta .kolom-afbeelding img {
	max-height: 400px;
	object-fit: contain;
}
.flex_layout.kleine_cta{
	overflow: hidden;
}

.flex_layout.kleine_cta:after {
right: 0;
top: -88px;
  }