/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Child theme for the Twenty Twenty-Five theme
Author: Jouw naam
Author URI: https://example.com/
Template: twentytwentyfive
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/*
font-family: "open-sans", sans-serif;
font-weight: 400;
font-style: normal;

font-family: objektiv-mk1, sans-serif;
font-weight: 700;
font-style: normal;

*/


html {
  scroll-behavior: smooth;
}

body {
  font-family: "open-sans", sans-serif;
  /*  font-family: "Open Sans", sans-serif; */
  color: #0A0051;
}

h1, h2, h3, h4, h5, h6,
.wp-block-site-title,
.wp-block-cover__inner-container h1 {
  font-family: "objektiv-mk1", sans-serif;
  letter-spacing: 0.03em;
}

h2 {
	font-size:2.5rem;
}
h3 {
	font-size:1.7rem;
}
body {
  font-family: "open-sans", sans-serif;
}


header.wp-block-template-part::before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-color: #D0EDDC;
}

h1.logo-mark.wp-block-site-title {
    font-size: 60px !important;
}


.wp-block-cover__inner-container h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
p.subtitle {
    margin-top: 0;
}

strong {
	font-weight: 600;
}

footer {
	position: relative;
	margin-bottom: 1rem;
}
footer.wp-block-template-part::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-color: #122056;
	position: absolute;
	bottom: 0;
}

footer p {
  font-size: 0.9rem;
  opacity: 0.8;
}
.footer-text p {
	margin: 0;
}


.wrapper-orange {
    background-color: #F4EAE1;
    padding: 30px 30px;
    border-radius: 20px;
}

.wrapper-gray {
	background-color:#F5F5F5;
}

.column-purple {
	background-color:#DDDFFD;
	padding: 30px 30px;
    border-radius: 20px;
}

.column-beige {
	background-color:#E7E2E3;
	padding: 30px 30px;
    border-radius: 20px;
}

.column-nopadding-left {
	padding-right: 60px;
}

.ul-large-number {
	
}
.ul-large-number li {
    background-color: #E8F0FB;
    padding: 20px 20px 20px 10px;
    border-radius: 10px;
	position: relative;
}
.ul-large-number li::before {
    content: '';
    display: block;
    height: 100%;
    width: 70px;
    background-color: #E8F0FB;
    position: absolute;
    left: -40px;
    z-index: -1;
    top: 0;
    border-radius: 10px;
}


/* --- Custom Gutenberg block styles --- */


.list-pills li {
	background-color:#FFE7BA;
	padding: 10px;
	border-radius:0 100px 100px 0;
	position: relative;
}
.list-pills li::before {
	background-color:#FFE7BA;
	padding: 10px;
	border-radius:100px 0 0 100px;
	display: block;
	content: '';
	width: 45px;
	position: absolute;
	left: -45px;
	height: 100%;
	top:0;
	z-index: -1;
}
.list-pills li::marker {
	font-weight:600;
}

/* --- Custom button hover --- */
.button-custom a:hover{
	color: white;
	background-color: #0A0051!important;
	
}



/* Standaard button kleur en hover effect */
.wp-block-button__link {
  background-color: #0055aa;
  color: #fff;
  padding: 0.8em 1.5em;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
}

.wp-block-button__link:hover {
  background-color: #003f80;
  color: #ffcc00;
  transform: translateY(-2px);
}

/* Alternatieve button variant */
.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid #0055aa;
  color: #0055aa;
}

.is-style-outline .wp-block-button__link:hover {
  background: #0055aa;
  color: #fff;
}

/* --- GF styles --- */

form#form_2 {
	border:1px solid #ccc;
	padding: 50px;
	border-radius: 40px;
	
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  background-color: #fff;
  border: 1px solid #1D2263;
  border-radius: 10px;
  padding: 16px 24px 14px 24px !important;
  width: 100%;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #1D2263;
}
@media (max-width: 767px) {
  input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea {
    padding: 16px 5px 14px 5px !important;
  }
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: none;
  accent-color: #425E7C;
}

.gform_wrapper.gravity-theme {
  background-color: #fff;
  padding: 30px 40px 40px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme {
    padding: 30px 20px 40px;
  }
}
.gform_wrapper.gravity-theme h3.heading {
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px !important;
}
.gform_wrapper.gravity-theme .gfield {
  margin-top: 20px !important;
}
.gform_wrapper.gravity-theme .gfield.ander_veld {
  margin-top: -5px !important;
  margin-left: 40px;
}
.gform_wrapper.gravity-theme .gfield.ander_veld .ginput_container input {
  height: 35px;
  border-radius: 5px;
  padding: 10px !important;
}
.gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 25px;
}
.gform_wrapper.gravity-theme .gform_heading .gform_title {
  margin: 10px 0 0;
  color: #1D2263;
}
.gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gfield_label {
  color: #1D2263;
  font-weight: 600;
}
.gform_wrapper.gravity-theme .gform_body .gfield_required {
  color: #1D2263;
}
.gform_wrapper.gravity-theme .gform_body h5 {
  margin: 0;
  color: #1D2263;
}
.gform_wrapper.gravity-theme .gform_body .top-spacer {
  margin-top: 25px;
}
.gform_wrapper.gravity-theme .gfield--type-consent legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  position: relative;
}
.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent label {
  font-weight: 500;
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_consent_description {
  font-size: 17px !important;
  line-height: 1.5294117647 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .validation_message {
  border: none !important;
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .gfield_label {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox {
  padding-top: 50px;
  padding-bottom: 40px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox {
  display: block;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox {
    display: flex;
  }
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox input[type=checkbox] {
  width: 50px;
  height: 50px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox .gchoice {
  z-index: 1;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  height: 70px;
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 25px) !important;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  font-size: 24px;
  line-height: 25px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox label {
  z-index: 3;
  font-weight: 700;
  color: 1px solid #1D2263;
  position: absolute;
  padding: 0 0 0 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
  height: 72px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox > * {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield--type-checkbox.checkbox-xl .ginput_container_checkbox .gfield_checkbox > * {
    width: 50%;
  }
}
.gform_wrapper.gravity-theme input:disabled {
  opacity: 0.3;
}

/*  FOOTER  */
footer .gform_wrapper.gravity-theme {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  margin-bottom: 40px;
}
footer .gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 0px;
}
footer .gform_wrapper.gravity-theme .gform_heading .gform_title {
  margin: 0;
  color: #1D2263;
  font-size: 23px;
}
footer .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
footer .gform_wrapper.gravity-theme .gform_body .gfield_label {
  color: #fff;
  font-weight: 600;
}
footer .gform_wrapper.gravity-theme .gform_body .gfield_required {
  color: #fff;
}
footer .gform_wrapper.gravity-theme .gform_body h5 {
  margin: 0;
  color: #fff;
}
footer .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
footer .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: 0px;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 0;
  color: #fff !important;
}
footer .gform_confirmation_message {
  color: #fff;
}
footer .gform_confirmation_message h4 {
  margin: 0 0 20px;
  color: #1D2263);
}

.gform_button {
  background-color: #FFE7BA;
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-right: 35px;
  padding-bottom: 10px;
  padding-left: 35px;
  font-size: 28px;
  font-weight: 600;
  color: #1D2263;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: var(--default-transition);
  border: 0;
  outline: 0;
  cursor: pointer;
  min-width: 180px;
  line-height: 15px;
  margin-top: 50px;	
}
@media (min-width: 768px) {
  .gform_button {
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    height: 70px;
  }
}
.gform_button:hover {
  color: #fff;
  background-color: #1D2263;
}

.gform_next_button {
  background-color: #1D2263;
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  /*transition: var(--default-transition);*/
  border: 0;
  outline: 0;
  cursor: pointer;
  min-width: 180px;
}
@media (min-width: 768px) {
  .gform_next_button {
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    height: 40px;
    line-height: 42px;
  }
}
.gform_next_button:hover {
  color: #1D2263;
  background-color: #fff;
}

.gform_previous_button.button {
  background-color: #1D2263;
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: var(--default-transition);
  border: 0;
  outline: 0;
  cursor: pointer;
  min-width: 180px;
}
@media (min-width: 768px) {
  .gform_previous_button.button {
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    height: 40px;
    line-height: 42px;
  }
}
.gform_previous_button.button:hover {
  color: #1D2263;
  background-color: #fff;
}

.gform_previous_button.button,
.gform_save_link.button {
  line-height: normal;
  border: 1px solid #1D2263;
}
.gform_previous_button.button:hover,
.gform_save_link.button:hover {
  color: #1D2263 !important;
  border: 1px #1D2263;
}

.gfield_checkbox .gchoice {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  position: relative;
}
.gfield_checkbox input.gfield-choice-input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background: white;
  transition: 0.3s all ease-in-out;
  border: 1px solid #1D2263;
  width: 30px;
  height: 30px;
  transform: translateY(-1px);
}
.gfield_checkbox input.gfield-choice-input:hover,
.gfield_checkbox .gchoice label:hover {
  cursor: pointer;
}
.gfield_checkbox input.gfield-choice-input:checked {
  background: #1D2263;
}
.gfield_checkbox input.gfield-choice-input:checked + label {
  display: flex;
  align-items: center;
}
.gfield_checkbox .gchoice label {
  z-index: 3;
  font-weight: 500;
  color: 1px solid #1D2263;
  display: block;
  position: absolute;
  padding: 0 0 0 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
  font-size: 17px !important;
}
.gfield_checkbox input.gfield-choice-input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15.5px) !important;
  width: 30px;
  height: 30px;
  border: 1px solid #1D2263;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  background-position: center center;
  transform: translateY(-1px);
}
.gfield_checkbox input[type=checkbox].gfield-choice-input + label:after {
  border-radius: 5px;
  color: #1D2263;
  background-position: center center;
  top: 0;
}
.gfield_checkbox input[type=radio].gfield-choice-input + label:after {
  border-radius: 50px;
  color: #1D2263;
  background-position: center center;
}
.gfield_checkbox input.gfield-choice-input:checked + label:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNy40MDJsMTAuMTgyIDEyLjZNMzAgMkwxMi4xODIgMTkuOTk5IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  background-size: 80%;
}

.ginput_container_consent {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.ginput_container_consent input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background: white;
  transition: 0.3s all ease-in-out;
  border: 1px solid #1D2263;
  width: 30px;
  height: 30px;
  transform: translateY(-1px);
}
.ginput_container_consent input:hover,
.ginput_container_consent label:hover {
  cursor: pointer;
}
.ginput_container_consent input:checked {
  background: #1D2263;
}
.ginput_container_consent input:checked + label {
  align-items: center;
}
.ginput_container_consent label {
  z-index: 3;
  font-weight: 700;
  color: 1px solid #1D2263;
  display: block;
  position: absolute;
  padding: 0 0 0 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
  font-size: 17px;
}
.ginput_container_consent input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15.5px) !important;
  width: 30px;
  height: 30px;
  border: 1px solid #1D2263;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  background-position: center center;
  transform: translateY(-1px);
}
.ginput_container_consent input[type=checkbox] + label:after {
  border-radius: 5px;
  color: #fff;
  background-position: center center;
  top: 0;
}
.ginput_container_consent input[type=radio] + label:after {
  border-radius: 50px;
  color: #fff;
  background-position: center center;
}
.ginput_container_consent input:checked + label:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNy40MDJsMTAuMTgyIDEyLjZNMzAgMkwxMi4xODIgMTkuOTk5IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  color: #fff;
}

.gfield_radio .gchoice {
  margin-bottom: 10px;
}
.gfield_radio .gchoice label {
  color: #1D2263;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
}
.gfield_radio .gchoice .gfield-choice-input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #1D2263;
  -webkit-appearance: none;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  transition: 0.3s all ease-in-out;
}
.gfield_radio .gchoice .gfield-choice-input:checked {
  background: #1D2263;
}
.gfield_radio .gchoice input[type=text] {
  width: calc(100% - 45px);
  margin-left: 45px;
  height: 35px;
  font-size: 16px;
}
.gfield_radio .gchoice input.gchoice_other_control {
  margin-top: 5px !important;
  margin-left: 40px !important;
  border-radius: 6px !important;
  padding: 10px !important;
}

.gform_wrapper.gravity-theme .gfield.gfclass_group_top {
  background-color: #1D2263;
  padding: 30px 20px 0px;
  border-radius: 10px 10px 0 0;
  margin-top: 50px !important;
}
.gform_wrapper.gravity-theme .gfield.gfclass_group_top h5 {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gfield.gfclass_group_middle {
  background-color: #1D2263;
  padding: 0 20px 0;
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .gfield.gfclass_group_bottom {
  background-color: #1D2263;
  padding: 20px 20px 40px;
  border-radius: 0 0 10px 10px;
  margin: 0 0 30px !important;
}
.gform_wrapper.gravity-theme .gfield.gfclass_group_bottom p {
  margin-bottom: 0px;
}
.gform_wrapper.gravity-theme .gfield.gfclass_radio_inlijn .gfield_radio {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield.gfclass_radio_inlijn .gfield_radio {
    gap: 15px;
  }
}
