.flex_layout.content_formulier {
	border-radius: 10px;
	background: linear-gradient(76deg, rgba(236, 236, 236, 0.50) 0%, rgba(158, 158, 158, 0.50) 100%);
	margin: 20px;
}

.flex_layout.content_formulier .cf_inner {
	display: flex;
	gap: 15px;
}

.flex_layout.content_formulier .cf_left, .flex_layout.content_formulier .cf_right {
	flex: 1;
}

.flex_layout.content_formulier .cf_right {
	height: fit-content;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.40);
	padding:45px;
	max-width:490px;
}

.flex_layout.content_formulier .cf_left {
	display: flex;
	flex-direction: column;
}

.flex_layout.content_formulier .cf_left ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.flex_layout.content_formulier .cf_left li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}

.flex_layout.content_formulier .cf_left li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 16px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13" viewBox="0 0 16 13" fill="none"><path d="M1 7.5L5 11.5L15 1.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.flex_layout.content_formulier .cf_afbeelding_1{
	margin-top:15px;
}

.flex_layout.content_formulier .cf_afbeelding_2{
	margin-top:auto;
}

.flex_layout.content_formulier .cf_afbeelding_2 img{
	max-width:310px;
	max-height:250px;
	float:right;
}

.flex_layout.content_formulier .cf_formulier label.gfield_label.gform-field-label {
	display: none;
}

.flex_layout.content_formulier.cf_formulier p.gform_description {
	display: none;
}

.flex_layout.content_formulier .gform_wrapper.gravity-theme .gform_footer, .flex_layout.content_formulier .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 6px 0 0;
	padding: 10px 0;
}


@media screen and (max-width: 992px) {
	.cf_inner {
   flex-direction: column;
   gap:25px;
 } 
 .flex_layout.content_formulier .cf_right {
	 max-width:100%;
	 padding:20px 20px;
 }
 .cf_afbeelding_2 img{
	 float:left;
 }
 
 .flex_layout.content_formulier .cf_afbeelding_2{
	 margin:20px 0px;
 }
 
 .flex_layout.content_formulier .cf_afbeelding_2 img{
	 max-width:100%:
 } 
 .cf_afbeelding_2{
	 margin-top:10px;
 }
}
