/* Contact Maps Form Section - Geoptimaliseerd voor Performance */
.contact_maps_form_section {
  width: 100%;
  padding: 80px 0px;
}

.contact_maps_form_container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 150px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 30px;
}

/* Linker Kolom - 60% */
.contact_maps_form_left {
  min-width: 0;
  width: 100%;
  max-width: 70%;
}

.contact_maps_form_title {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 0px;
}

.contact_maps_form_info {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: #3a3a3a;
  margin: 5px 0 30px;
}

.contact_maps_form_content {
  width: 100%;
}

/* Iframe Optimalisatie */
.contact_maps_form_iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 8px;
}

/* Rechter Kolom - 40% */
.contact_maps_form_right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 30%;
}

/* Adres Styling */
.contact_maps_form_address,
.contact_maps_form_contact,
.contact_maps_form_hours {
  background: #f1f1f1;
  padding: 25px;
  border-radius: 8px;
}

.contact_maps_form_address_title,
.contact_maps_form_contact_title,
.contact_maps_form_hours_title {
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #1F2C4C;
}

.contact_maps_form_address_content {
  font-style: normal;
  line-height: 1.8;
}

.contact_maps_form_address_line {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

/* Contact Links */
.contact_maps_form_contact_emails {
  margin-top: 10px;
}

.contact_maps_form_contact_phone_link,
.contact_maps_form_contact_email_link {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-decoration: unset;
  margin-bottom: 5px;
  color: black;
  display: block;
}

/* Openingstijden */
.contact_maps_form_hours_daily,
.contact_maps_form_hours_workweek {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact_maps_form_hours_day,
.contact_maps_form_hours_workweek_group {
  display: flex;
  gap: 8px;
}

.contact_maps_form_hours_day_name {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.contact_maps_form_hours_day_time {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

/* Performance optimalisaties */
.contact_maps_form_iframe {
  contain: layout style paint;
  content-visibility: auto;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  max-width: 100%;
  width: 100%;
  padding: 18px 30px;
  border-radius: 15px;
  background: #f1f1f1;
  color: black;
  font-size: 1rem;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: 0.3s all;
  border: 0px;
}
.wpcf7-form-control-wrap input.wpcf7-not-valid, .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  background: #ffe7e7;
  transition: 0.3s all;
}

.wpcf7-response-output {
  width: 100%;
  border: 2px solid #ffb900 !important;
  background: #ffeec3;
  color: black;
  padding: 20px 30px !important;
  text-align: left;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border-radius: 100px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #46b450 !important;
  background: #d9ffd9;
}

.wpcf7 form.spam .wpcf7-response-output {
  border: 2px solid #f56e28 !important;
  background: #ffe3d5;
}

.wpcf7-submit {
  background: #0074B2;
  color: #ffffff;
  border: none;
  padding: 20px 36px;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  transition: 0.3s all;
  border: 1px solid #0074B2;
}

.wpcf7-submit:hover {
  transition: 0.3s all;
  color: #0074B2;
  background-color: white;
  border: 1px solid #0074B2;
}

.wpcf7-not-valid-tip {
  font-family: "Open Sans", sans-serif;
}

.wpcf7-spinner {
  display: none;
}

.contact_maps_form_maps iframe {
  max-width: 100%;
  width: 100%;
}


@media only screen and (max-width: 899px) and (min-width: 500px) {
  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    max-width: 100%;
  }
  .contact_maps_form_container {
    flex-direction: column;
  }
  .contact_maps_form_left,
  .contact_maps_form_right {
    max-width: 100%;
  }
  .contact_maps_form_form {
    padding-right: 60px;
  }
  .contact_maps_form_right {
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact_maps_form_address, .contact_maps_form_contact, .contact_maps_form_hours {
    flex: 35%;
  }
  .contact_maps_form_maps iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 499px) {
  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    max-width: 100%;
  }
  .contact_maps_form_container {
    flex-direction: column;
  }
  .contact_maps_form_left,
  .contact_maps_form_right {
    max-width: 100%;
  }
  .contact_maps_form_form {
    padding-right: 60px;
  }
  .contact_maps_form_right {
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact_maps_form_address, .contact_maps_form_contact, .contact_maps_form_hours {
    flex: 35%;
  }
  .contact_maps_form_section {
    padding: 60px 0;
  }
  .contact_maps_form_title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .contact_maps_form_info {
    font-size: 18px;
    line-height: 30px;
  }
  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    font-size: 17px;
  }
  .contact_maps_form_address_title, .contact_maps_form_contact_title, .contact_maps_form_hours_title {
    font-size: 18px;
  }
  .contact_maps_form_address_line,
  .contact_maps_form_contact_phone_link,
  .contact_maps_form_contact_email_link,
  .contact_maps_form_hours_day_name,
  .contact_maps_form_hours_day_time {
    font-size: 17px;
  }
  .contact_maps_form_hours_day, .contact_maps_form_hours_workweek_group {
    flex-direction: column;
    border-bottom: 1px solid #d1d1d1;
        padding-bottom: 15px;
        padding-top: 7px;
	  gap: 0px;
  }
  .contact_maps_form_hours_day_name {
    font-weight: 600;
  }
  .wpcf7-response-output {
    padding: 20px 25px !important;
    font-size: 16px !important;
    border-radius: 40px !important;
  }
  .contact_maps_form_maps iframe {
    height: 250px;
  }
}
    

.contact_maps_form_maps {
	    max-width: 1240px;
    width: 100%;
    margin: 40px auto;
    padding: 0 30px;
}

@media only screen and (max-width: 1300px) {
	.contact_maps_form_maps { 
		max-width: calc(100% - 60px);
	}
}

.tbg_schadeform_row {
    display: flex;
    gap: 0px 66px;
	flex-wrap: wrap;
}

.tbg_schadeform_col-5 { flex: 0 0 65%; }
.tbg_schadeform_col-3 { flex: 1 0 25%; }
.tbg_schadeform_col-4 { flex: 0 0 100%; }

.tbg_schadeform_input,
.tbg_schadeform_select,
.tbg_schadeform_textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

.tbg_schadeform_button {
    padding: 14px 24px;
    font-size: 16px;
    cursor: pointer;
	margin-top: 20px;
}


.tbg_schadeform_select {
    max-width: 108%;
    width: 108%;
    padding: 18px 30px;
    border-radius: 15px;
    background: #f1f1f1;
    color: black;
    font-size: 1rem;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s all;
    border: 0px;	
}

.contact_maps_form_form label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;	
	display: block;
    margin-bottom: -10px;
    margin-top: 20px;
}

form.wpcf7-form.init p {
	margin: 0px;
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
	.tbg_schadeform_col-5 { flex: 0 0 60%; }
	.tbg_schadeform_col-3 { flex: 0 0 25%; }
	.tbg_schadeform_col-4 { flex: 0 0 100%; }
	
	.tbg_schadeform_row {
		flex-wrap: wrap;
		gap: 0px 66px;
	}
	
	.contact_maps_form_hours_day, .contact_maps_form_hours_workweek_group {
		gap: 0px; 
		flex-direction: column;
	}
	
	.contact_maps_form_hours_daily, .contact_maps_form_hours_workweek {
		gap: 18px;
	}
}

@media only screen and (max-width: 899px) and (min-width: 600px) { 
	.tbg_schadeform_col-5 {
		flex: 1 0 24%;
	}
	
	.tbg_schadeform_col-3 {
		flex: 0 0 21%;
	}
	
	.tbg_schadeform_select {
	max-width: 112%;
    width: 112%;	
}
}



@media only screen and (max-width: 599px) and (min-width: 450px) { 
	.tbg_schadeform_col-5 { flex: 1 0 40%; }
	.tbg_schadeform_col-3 { flex: 0 0 40%; }
	.tbg_schadeform_col-4 { flex: 0 0 100%; }
	
	.tbg_schadeform_row {
		flex-wrap: wrap;
		gap: 0px 66px;
		flex-direction: column;
	}
	
	.contact_maps_form_hours_day, .contact_maps_form_hours_workweek_group {
		gap: 0px; 
		flex-direction: column;
	}
	
	.contact_maps_form_hours_daily, .contact_maps_form_hours_workweek {
		gap: 18px;
	}
	
	.tbg_schadeform_select {
		    max-width: 115%;
    width: 115%;
	}
}

@media only screen and (max-width: 449px) and (min-width: 450px)  { 
	.tbg_schadeform_col-5 { flex: 0 0 40%; }
	.tbg_schadeform_col-3 { flex: 0 0 40%; }
	.tbg_schadeform_col-4 { flex: 0 0 100%; }
	
	.tbg_schadeform_row {
		flex-wrap: wrap;
		gap: 0px 66px;
		flex-direction: column;
	}
	
	.contact_maps_form_hours_day, .contact_maps_form_hours_workweek_group {
		gap: 0px; 
		flex-direction: column;
	}
	
	.contact_maps_form_hours_daily, .contact_maps_form_hours_workweek {
		gap: 18px;
	}
	
	.tbg_schadeform_select {
		max-width: 119%;
		width: 119%;
	}
}

@media only screen and (max-width: 449px)  { 
	.tbg_schadeform_col-5 { flex: 0 0 40%; }
	.tbg_schadeform_col-3 { flex: 0 0 40%; }
	.tbg_schadeform_col-4 { flex: 0 0 100%; }
	
	.tbg_schadeform_row {
		flex-wrap: wrap;
		gap: 0px 66px;
		flex-direction: column;
	}
	
	.contact_maps_form_hours_day, .contact_maps_form_hours_workweek_group {
		gap: 0px; 
		flex-direction: column;
	}
	
	.contact_maps_form_hours_daily, .contact_maps_form_hours_workweek {
		gap: 18px;
	}
	
	.tbg_schadeform_select {
        max-width: 120%;
        width: 120%;
	}
}

.tbg_schadeform_upload_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.tbg_schadeform_file {
    width: 100%;
}

.codedropz-upload-handler {
	width: 107%;
}

@media only screen and (max-width: 599px) and (min-width: 450px) { 
	.codedropz-upload-handler {
		width: 112%;
	}	
}

@media only screen and (max-width: 449px) and (min-width: 300px) { 
	.codedropz-upload-handler {
		width: 120%;
	}	
}

.codedropz-upload-handler h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
}


.codedropz-upload-inner,
.dnd-upload-counter {
	font-family: "Open Sans", sans-serif;
}

.cd-upload-btn {
	color: #0074B2;
	text-decoration: underline !important;
}

span.tbg_schadeform_required {
	color: red;
}

.dnd-upload-status .dnd-upload-image {
	display: none;
}

.dnd-upload-details {
	padding-left: 0px !important;
	font-family: "Open Sans", sans-serif;
}

.dnd-progress-bar span, .has-error-msg {
	font-family: "Open Sans", sans-serif;
}

.dnd-icon-remove {
	display: none;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	display: none;
}


.dnd-upload-status {
	padding: 0px !important;
}

@media only screen and (max-width: 899px) {
	.contact_maps_form_container {
		gap: 0px;
	}
}

.contact_maps_form_contact_phone_link svg, .contact_maps_form_contact_email_link svg {
    max-width: 20px;
    width: 100%;
    height: 20px;
    position: relative;
    top: 4px;
    transition: 0.3s all;
}

.contact_maps_form_contact_phone_link:hover, .contact_maps_form_contact_email_link:hover {
    transition: 0.3s all;
    color: #0066cc;
}

.contact_maps_form_contact_phone_link:hover svg, .contact_maps_form_contact_email_link:hover svg {
    transition: 0.3s all;
    fill: #0066cc;
}

.contact_maps_form_contact_phone_link svg, .contact_maps_form_contact_email_link svg {
    transition: 0.3s all;
}

/*# sourceMappingURL=contact_maps_form_info.css.map */