/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.21
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

/**********************************
 * Spotler Contact Formulier Styles
 * Desar OKT 2020
 * ********************************/

 .form_mailplus {
	margin-bottom: 50px;
  }
  .form_mailplus .error input + label:before {
	background-color: #fff1f1;
	border: 1px solid #f73d3d;
  }
  .form_mailplus .error input,
  .form_mailplus .error textarea {
	background-color: #fff1f1;
	border: 1px solid #f73d3d;
  }
  .form_mailplus table, .form_mailplus ul {
	margin: 0px;
	padding: 0px;
  }
  .form_mailplus li {
	list-style: none;
	/*margin-bottom: 20px;*/
	padding: 0px;
  }
  .form_mailplus .mpLabelRow {
	  margin-bottom:20px;
  }
  .form_mailplus .mpFormText {
	font-family: "ff-bau-web-pro-n5", "ff-bau-web-pro", Arial, Helvetica,
	  sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #002c5f;
  }
  .form_mailplus .mpQuestionTable {
	overflow: hidden;
	clear: both;
	margin-bottom:10px;
  }
  .form_mailplus label {
	display: inline;
	line-height:100%;
  }
  .form_mailplus label + span {
	display: inline;
  }
  .form_mailplus .sublabel {
	display: none;
  }
  .form_mailplus input {
	float: left;
  }
  .form_mailplus input[type=text] {
	  background-color: #e4e6e7;
	  border-radius: 3px;
	  border: 1px solid #c8c8c8;
	  height: 32px;
	  width: 300px;
	  padding: 0 10px;
	  -webkit-transition: all 200ms ease-out;
	  transition: all 200ms ease-out;
  }
  .form_mailplus textarea {
	  width: 450px;
	  height: 130px;
	  border-radius: 3px;
	  border: 1px solid #c8c8c8;
	  overflow: hidden;
	  outline: 0;
	  margin: 0;
	  vertical-align: top;
	  color: #888d91;
	  font-style: italic;
	  font-size: 13px;
	  line-height: 20px;
	  padding: 10px;
  }

  .form_mailplus input[type="checkbox"] {
	margin-top: 3px;
  }
  .form_mailplus ul ul li {
	display: block;
	margin: 10px 0;
  }
  .form_mailplus input[type="checkbox"] + label,
  .form_mailplus input[type="radio"] + label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	line-height: 14px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
  }
  .form_mailplus input[type="checkbox"] + label:before,
  .form_mailplus input[type="radio"] + label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: -1px;
	border-radius: 3px;
	background-color: #e4e6e7;
	border: 1px solid #c8c8c8;
  }
  .form_mailplus input[type="checkbox"] + label.inactive,
  .form_mailplus input[type="radio"] + label.inactive {
	color: #4d6a90;
	cursor: default;
  }
  .form_mailplus input[type="checkbox"] + label.inactive:before,
  .form_mailplus input[type="radio"] + label.inactive:before {
	background-color: #4d6a90;
	border: 1px solid #385275;
  }
  .form_mailplus input[type="checkbox"] + label:before {
	border-radius: 3px;
  }
  .form_mailplus input[type="radio"] + label:before {
	border-radius: 10px;
  }
  .form_mailplus input[type="checkbox"] {
	font-family: "ff-bau-web-pro-n5", "ff-bau-web-pro", Arial, Helvetica,
	  sans-serif;
	font-style: normal;
	font-weight: 500;
	opacity: 0;
  }
  .form_mailplus input[type="radio"] {
	font-family: "ff-bau-web-pro-n5", "ff-bau-web-pro", Arial, Helvetica,
	  sans-serif;
	font-style: normal;
	font-weight: 500;
	opacity: 0;
  }
  .form_mailplus input[type="checkbox"]:checked + label:before {
	content: "\2713";
	font-size: 18px;
	color: #80379b;
	text-align: center;
	line-height: 18px;
  }
  .form_mailplus input[type="radio"]:checked + label:before {
	content: "\2022";
	font-size: 18px;
	color: #80379b;
	text-align: center;
	line-height: 18px;
  }
  .form_mailplus input[type="submit"] {
	display: block;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background-color: #002c5f;
	border-radius: 20px;
	text-decoration: none;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-family: "ff-bau-web-pro-n5", "ff-bau-web-pro", Arial, Helvetica,
	  sans-serif;
	font-style: normal;
	font-weight: 500;
	display: block;
	color: #fff;
	text-decoration: none;
	border: 0px;
	padding: 0 10px 0 10px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
  }
  .form_mailplus input[type="submit"]:hover {
	background-color: #80379b;
  }
  .form_mailplus .mpErrorSummary:before {
	color: #f73d3d;
	visibility: visible;
	width: 500px;
	content: "Er is iets misgegaan met het verzenden van het formulier.";
  }
  .form_mailplus .mpErrorSummary {
	visibility: hidden;
	height: 15px;
  }
  .form_mailplus .mpErrorSummary ul {
	margin-left: 30px;
  }
  .form_mailplus .mpErrorSummary li {
	margin: 0px;
	color: #f73d3d;
	list-style: disc;
  }
  .form_mailplus .mpErrorRow {
	color: #f73d3d;
	clear: both;
  }
  .form_mailplus .mpErrorRow .error {
	display: block;
  }
  .lt-ie9 .form_mailplus input[type="radio"],
  .lt-ie9 .form_mailplus input[type="checkbox"] {
	margin-right: 7px;
	display: block;
	opacity: 1;
  }
  .lt-ie9 .form_mailplus input[type="checkbox"] + label:before,
  .lt-ie9 .form_mailplus input[type="radio"] + label:before {
	display: none;
	opacity: 0;
  }
  .container > .content .form_mailplus ul {
	padding: 0px;
  }

  .form_mailplus tr td {
	  display: block;
  }

  .form_mailplus .mpErrorSummary {
	height:50px!important;
  }
  .form_mailplus .mpFormLabel {
	  margin-bottom:5px!important;
  }

  /*
   * Ralston Specific Form
   */

   .form_mailplus.ralston_form input[type="submit"] {
	  border-radius: 5px;
	  padding-left: 24px;
	  padding-right: 24px;
   }
   .form_mailplus.ralston_form input[type="submit"]:hover {
	   background-color:#00579d;
   }


  /* Subscribe Button Verfadvies
  .popup_newsletter_retail {
	  margin-left: 0!important;
	  background: #fff!important;
	  color: #002b61!important;
	  padding: 9px 24px!important;
	  height: unset!important;
	  position: relative;
  }
  .popup_newsletter_retail:hover {
	  opacity:.8;
  }

  .popup_newsletter_retail:after {
		  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" style="fill: rgb(255, 255, 255);"><title>chevron-right</title><g id="budicon-chevron-right"><path d="M9.5,23a.4984.4984,0,0,0,.3535-.1465l9-9a.5.5,0,0,0,0-.707l-9-9a.5.5,0,0,0-.707.707L17.793,13.5,9.1465,22.1465A.5.5,0,0,0,9.5,23Z"/></g></svg>);
	  width: 26px;
	  height: 26px;
  }
  */
  /* Footer Vakverf Image */
  .site-footer-bottom img.vakverf-footer-img {
	height:21px!important;
	max-width:100%!important;
	width:auto!important;
  }
  @media (max-width:420px) {
	.kvk-nummer {
	  margin-bottom:5px;
	}
  }


  .vw-company-details {
	font-size:11px!important;
	opacity:.8;
  }

  /* Footer Widget Size */
  /*
  @media (min-width:768px) {
	.site-footer-bottom .footer-widget {
	  flex:0 0 20%;
	}
	.site-footer-bottom .footer-widget.widget_text {
	  flex: 0 0 100%;
	}
  }
  */




  /****** MAP ******/
  .map-consumenten .wpgmza_map {
	  float:right !important;
	  width: 70% !important;
  }
  .map-consumenten .wpgmza-store-locator.wpgmza_sl_main_div{
	  clear:right !important;
	  float:left !important;
	  width:30% !important;
	  padding: 10px;
	  position: absolute;
	  top: 54px;

  }
  .map-consumenten.vekoppunten-semppel-map .wpgmza-store-locator.wpgmza_sl_main_div {
	  top:0;
  }
  .hide-map-search-field .wpgmza-store-locator {
	  display:none!important;
  }

  .wpgmza-store-locator .wpgmza-address-container {
	  display:flex;
	  flex-direction:column;
	  max-width:360px;
  }

  .wpgmza-radius.wpgmza-form-field__label.wpgmza-form-field__label--float {
	  display:none;
  }
  .wpgmza-radius-container.wpgmza-form-field.wpgmza_sl_radius_div.wpgmza-clearfix {
		  display: flex;
	  flex-direction: column;
	  max-width: 360px;
  }
  .wpgmza-radius-container.wpgmza-form-field.wpgmza_sl_radius_div.wpgmza-clearfix  select {
	   -webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;

	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 5px;
	border: 1px solid #ccc;
  }
  .wpgmza-radius.wpgmza-form-field__input.wpgmza_sl_radius_select {

	  position:relative;
	  margin-top:5px;
	  border-radius:23px;
	  padding:5px 23px;	color:rgba(0,0,0,.6);
	  border:1px solid #aaa;
  }
  .wpgmza-store-locator .wpgmza-address-container label.wpgmza-address {
	  font-family:Montserrat, sans-serif;
	  font-size:24px;
	  font-weight:700;
	  color:#002B61;
	  margin-bottom:15px;
  }
  .wpgmza-store-locator .wpgmza-address-container input.wpgmza-address {
	  border-radius:23px;
	  /*background:transparent url('/wp-content/uploads/2020/10/searchicon.png') 95% center no-repeat padding-box;*/
	  padding:5px 23px;
	  border:1px solid #ccc;
  }
  .wpgmza-store-locator .wpgmza-search {
	  padding-bottom:20px;
	  max-width:360px;
	  border-bottom:1px solid #ccc;
  }
  .wpgmza-store-locator .wpgmza-search input.wpgmza-search {
	  padding:4px 23px;
	  border:none;
	  background-color: #002b61;
	  border-color: transparent;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	  border-radius: 23px;
	  color: #fff;
	  margin-top:15px;

  }
  .wpgmza-reset, .hide-map-custom-field .wpgmza-filter-widgets {
	  display:none!important;
  }

  .wpgmza-filter-widgets {
	  /*Hide de Filter*/
	  /*display:none!important;*/
	  display:flex!important;
	  max-width:300px;
	  flex-direction:column;
	  position: relative;
	top: 280px;
  }
  .wpgmza-modern-shadow {
	  box-shadow:none!important;
  }

  ul.wpgmza-checkboxes li {
	  font-weight:500;
	  font-size:16px;
  }
  .wpgmza-filter-widgets .wpgmza-custom-field-filter-widget-checkboxes, .wpgmza-filter-widgets .wpgmza-dropdown  {
	  box-shadow:none!important;


  }
  .wpgmza-custom-field-filter-widget-checkboxes.wpgmza-dropdown .wpgmza-placeholder-label > ul.wpgmza-checkboxes {
	  border-radius:24px!important;
	  padding:8px!important;
	  margin-top:10px;
  }
  .wpgmza-filter-widgets .wpgmza-placeholder-label {
	  font-family:Montserrat, sans-serif;
	  font-size:24px;
	  font-weight:700;
	  color:#002B61;

  }
  .wpgmza-filter-widgets .wpgmza-checkboxes.wpgmza-modern-shadow{
	  display: block !important;
	  opacity:1!important;
  }

  .wpgmza-filter-widgets .wpgmza-reset-custom-fields {
	  display:none;
  }
  .map-pro .wpgmza-store-locator.wpgmza_sl_main_div {
	  top:unset!important;
  }

  .semppel-vakverf {
	  clear:right !important;
	  float:left !important;
	  width:30% !important;
	  max-width:400px;
	  padding: 10px;
	  position: absolute;
	  z-index:999;
	  top:540px;
  }
  @media (max-width:768px) {
		  .map-consumenten .wpgmza-store-locator.wpgmza_sl_main_div {
		  clear: right !important;
	  float: left !important;
	  width: 100% !important;
	  padding: 10px;
	  top: unset !important;
	  position: unset!important;
	  }
	  .map-consumenten .wpgmza-store-locator.wpgmza_sl_main_div .wpgmza-address-container {

			  /*width:300px;*/
	  }
	  .map-consumenten .wpgmza_map {
		  width: 100% !important;
		  float: unset !important;
	  }
	  .wpgmza-store-locator .wpgmza-search {
		  border-bottom:unset!important;

	  }
	  .semppel-vakverf {
		  clear:unset !important;
		  float:unset !important;
		  width:unset !important;
		  position: unset !important;
		  top: unset !important;
		  margin:0 auto;
	  }
	  .semppel-vakverf .elementor-image-box-img {
		  margin-bottom:15px!important;
	  }
	  .semppel-vakverf .elementor-image-box-wrapper {
		  text-align:center!important;
	  }
	  .wpgmza-filter-widgets {
		  clear: unset !important;
	  float: unset !important;
	  width: 100% !important;
	  top:unset!important;
		  position:unset!important;
		  display:unset!important;

	  }


		  .map-consumenten .elementor-shortcode {
		  display:flex;
		  flex-direction:column;
	  }
	  .map-consumenten .elementor-shortcode :nth-child(3) {
		  order:2;
	  }
		  .map-consumenten .elementor-shortcode :nth-child(5) {
		  order:1;
	  }
			  .map-consumenten .elementor-shortcode :nth-child(4) {
		  order:3;
				  margin-top:80px;
	  }
	  .gm-style .gm-style-iw-c .wpgmza-infowindow :nth-child(4) {
	  margin-top:0px;
  }

  }

  @media (max-width:420px) {
	  .map-consumenten .wpgmza-store-locator.wpgmza_sl_main_div {
		  clear:unset !important;
		  float:unset !important;
		  width:unset !important;
		  padding: unset !important;
		  position: unset !important;
		  top: unset !important;
	  }
	  .map-consumenten .wpgmza_map {
		  width: 100% !important;
		  float: unset !important;
	  }
	  .wpgmza-filter-widgets {
		  clear: unset !important;
	  float: unset !important;
	  width: unset!important;
	  top: unset!important;
	  position: unset!important;
	  justify-self: unset!important;
	  align-self: unset!important;
	  margin-left: unset!important;
	  position: unset!important;
	  bottom: unset!important;
	  }
	  .map-consumenten .elementor-shortcode {
		  display:flex;
		  flex-direction:column;
	  }
	  .map-consumenten .elementor-shortcode :nth-child(3) {
		  order:2;
	  }
		  .map-consumenten .elementor-shortcode :nth-child(5) {
		  order:1;
	  }
			  .map-consumenten .elementor-shortcode :nth-child(4) {
		  order:3;
				  margin-top:80px;
	  }
	  .gm-style .gm-style-iw-c .wpgmza-infowindow :nth-child(4) {
	  margin-top:0px;
  }
  }






  .sempel-section .elementor-image-box-img img, .vakverf-servicepunt .elementor-image-box-img img {
	  max-height:111px;
	  width:auto;
  }
  .sempel-section .elementor-image-box-content, .vakverf-servicepunt .elementor-image-box-content {
	  display:flex;
	  flex-direction:column;
	  margin:auto;
  }
  .sempel-section .elementor-image-box-content .elementor-image-box-title, .vakverf-servicepunt  .elementor-image-box-content .elementor-image-box-title {
	  margin-bottom:20px;
		  font-size: 18px;
  }
  .sempel-section .elementor-image-box-content .btn-verkooppunten, .vakverf-servicepunt .elementor-image-box-content .btn-verkooppunten{
	  padding:7px 12px;
	  line-height:100%;
	  height:32px;

  }
  /* Map Info Window */
  .gm-style .gm-style-iw-c {
	  min-width:221px!important;
	  min-height:150px;
  }
  .gm-style .gm-style-iw-c .wpgmza-infowindow {
	  display:flex;
	  flex-direction:column;
  }

  .wpgmza_infowindow_title {
	  font-size:16px;
	  color:#002B61;
	  margin-bottom:5px;
  }
  .wpgmza_infowindow_address {
	  font-size:14px;
	  font-weight:500;
	  color:#002B61;
	  margin-bottom:5px;


  }
  /*p.wpgmza_infowindow_link, p[data-custom-field-name="Telefoonnummer"] {
	  display:inline-block;
	  margin-block-start:0;
	  margin-block-end:0;
  }
  */
  .gm-style .gm-style-iw-c .wpgmza-infowindow a {
	  text-decoration:unset!important;
  }
  a.wpgmza_infowindow_link {
	  background: #80379B 0% 0% no-repeat padding-box;
	  color:#fff!important;
	  text-decoration:unset!important;
	  border-radius:23px;
	  padding:6px 12px;
	  font-weight:500;
	  /*
	  position:absolute;
	  bottom:20px;
	  */

  }
  a.custom_field_phone {
	  position:relative;
	  top:0;
	  color:#002b61!important;
	  font-weight:500;
	  padding-bottom:1px;
	  display:inline-block;
	  border-bottom:1px solid #002b61;
  }
  p.wpgmza_infowindow_route {
	  height:0;
  }
  .wpgmza_infowindow_route a {
	  position:absolute;
	  color:#002b61!important;
	  right:20px;
	  bottom:20px;
	  padding:8px 16px;
	  border-radius:23px;
	  box-shadow: 0px 3px 6px #00000029;
  }

  .wpgmza_infowindow_description {
	  display:none;
  }

  .xlwcty_wrap .xlwcty_title {
	  color:#002c5f!important;
	  font-weight:700!important;
  }

  @media (max-width:420px) {
	  p.wpgmza_infowindow_route {
	  height:unset!important;
		  order:4!important;

  }
  .wpgmza_infowindow_route a {
	  position:unset!important;
	  color:#002b61!important;
	  right:unset!important;
	  bottom:unset!important;
	  padding:8px 16px;
	  border-radius:23px;
	  box-shadow: 0px 3px 6px #00000029;
	  border: 1px solid #00000029;
  }
  }
  @media (max-width:420px) {
	  .form_mailplus textarea {
		  width:300px!important;
	  }
  }
  .form_mailplus input[type="radio"]:checked + label:before , .form_mailplus input[type="radio"]:checked + label:before{
	  line-height:8px!important;
  }

  /* Split Screen Logo */
  @media (max-width: 768px) {
	  .splitscreen_header .elementor-image>a {
	  position: absolute;
	  top: 0;
	  -webkit-transform: translate(-50%,0);
	  transform: translate(-50%,0);
	  margin-top: calc(50vh - 26.5px);
  }
  }
  .form_mailplus {
	  margin-bottom:0px!important;
  }

  .single.single-vacature p.text_block, .single.single-vacature .text_block, .single.single-vacature p, .single.single-post p.text_block, .single.single-post .text_block, .single.single-post p, .single.single-project p.text_block, .single.single-project .text_block, .single.single-project p, .single.single-nieuws p.text_block, .single.single-nieuws .text_block, .single.single-nieuws p  {
	  line-height:2em;
  }


  /*
   * Ralston Tab View
   */
   .rc-tabs img {
	  width:100%;
	  border-radius:5px;
  }
  .rc-tabs h2 {
	  line-height:1em;
	  margin-bottom:1em;
  }
  .rc-tabs .row {
	  display:flex;
	  align-items:flex-start;
  }
  .rc-tabs .elementor-active a {
	  color:#fff!important;
  }

/* Footer Knoppen */
html[lang="nl-NL"] .site-footer .footer-tabs-container .footer-tabs h5.mb-3,
html[lang="de-DE"] .site-footer .footer-tabs-container .footer-tabs h5.mb-3,
html[lang="pl-PL"] .site-footer .footer-tabs-container .footer-tabs h5.mb-3,
html[lang="fr-FR"] .site-footer .footer-tabs-container .footer-tabs h5.mb-3 {
    min-height: 60px;
}

html[lang="nl-NL"] .site-footer .footer-tabs-container .footer-tabs .mt-3 .popup_newsletter_retail,
html[lang="de-DE"] .site-footer .footer-tabs-container .footer-tabs .mt-3 .popup_newsletter_retail,
html[lang="pl-PL"] .site-footer .footer-tabs-container .footer-tabs .mt-3 .popup_newsletter_retail,
html[lang="fr-FR"] .site-footer .footer-tabs-container .footer-tabs .mt-3 .popup_newsletter_retail {
    margin-top: -3px;
}

/* WooCommerce Newsletter Checkbox */
.form-row.place-order {
	flex-direction:column!important;
}
.woocommerce form .form-row.newsletter {
	margin-top: -15px;
}
.form-row.newsletter .custom-control {
	padding-left:1.7rem;
}
.form-row.newsletter .custom-control .custom-control-input {
	opacity:1;
	top: 1px;
}
button#place_order.btn.btn-primary {
	max-width:200px!important;
}

/* Fix Footer Text Wider Than Screen Size */
@media (max-width: 767px){
	#custom_html-2.widget_custom_html {
		max-width:300px!important;
	}
}

/* Social Meddia Widget */

/* Box Shadow */
.elementor-363 .elementor-element.elementor-element-61423fc1 > .elementor-element-populated,
.elementor-51591 .elementor-element.elementor-element-61423fc1 > .elementor-element-populated {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)!important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s!important;
}
/* Grid Row instead of Grid Column */
.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr) !important;
}

/* Color picker */
@media (max-width: 991px) {
	body .lf-colorpicker .colors .sets ul li a .info {
		display: block !important;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	body .lf-colorpicker .topbar .switchcon-container .switch-container {
		margin: 15px 0;
	}

	body .lf-colorpicker .topbar .links a,
	body .lf-colorpicker .topbar .results a {
		font-size: 12px;
		padding: 8px 10px;
	}
}

/* Project Search Filter */
body .form-inline.form-project-search {
	width: 100%;
}

@media (min-width: 992px) {
	body .form-inline.form-project-search {
		width: 400px;
	}
}

body .form-project-search .form-group-container {
	width: 100%;
}

.e-loading-overlay .loading-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-color: #ffffff;
	color: #000;
	opacity: 0.85;
	z-index: 99998;
}

.e-loading-overlay .loading-container::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
	background-size: cover;
	z-index: 99999;
}

/* Blikken op de toekomst */
body .blikkenopdetoekomst_wrapper {
	display: block !important;
	margin: 15px 0;
}

body .blikkenopdetoekomst_wrapper .gform_fields {
	grid-row-gap: 8px !important;
}

body .blikkenopdetoekomst_wrapper .gfield_error .ginput_container {
	margin-bottom: 0;
}

body .blikkenopdetoekomst_wrapper #lf_blikkenopdetoekomst_login label,
body .blikkenopdetoekomst_wrapper .login-username label,
body .blikkenopdetoekomst_wrapper .login-password label {
	display: none;
}

body .blikkenopdetoekomst_wrapper p {
	margin: 0 0 8px;
}

body .blikkenopdetoekomst_wrapper .toggle-reset {
	text-align: right;
}

body .blikkenopdetoekomst_wrapper .forgot-username {
	margin-bottom: 32px;
}

body .blikkenopdetoekomst_wrapper .login-links {
	margin-top: 32px;
}

body .blikkenopdetoekomst_wrapper input[type="text"],
body .blikkenopdetoekomst_wrapper input[type="email"],
body .blikkenopdetoekomst_wrapper input[type="password"],
body .blikkenopdetoekomst_wrapper .gfield .ginput_container input {
	border: 1px solid #1A3E72;
	border-radius: 74px;
	height: 58px;
	padding: 16px 25px !important;
	font-size: 14px;
	line-height: 30px;
	color: #012B61 !important;
	transition: all 0.2s ease;
	width: 100%;
}

body .blikkenopdetoekomst_wrapper .gform-footer {
	justify-content: center;
}

body .blikkenopdetoekomst_wrapper .gform-footer button[type="submit"] {
	min-width: 270px;
}

body .blikkenopdetoekomst_wrapper .login-form input[type="submit"],
body .blikkenopdetoekomst_wrapper .reset-form input[type="submit"] {
	width: 100%;
}

body .blikkenopdetoekomst_wrapper input::placeholder {
	color: #012B61 !important;
	opacity: 1;
}

body .blikkenopdetoekomst_wrapper input::-webkit-input-placeholder {
	color: #012B61 !important;
}

body .blikkenopdetoekomst_wrapper input::-moz-placeholder {
	color: #012B61 !important;
	opacity: 1;
}

body .blikkenopdetoekomst_wrapper input:-ms-input-placeholder {
	color: #012B61 !important;
}

body .blikkenopdetoekomst_wrapper input::-ms-input-placeholder {
	color: #012B61 !important;
}

body .blikkenopdetoekomst_wrapper .login-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

body .blikkenopdetoekomst_wrapper .rememberme-label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	cursor: pointer;
	user-select: none;
	font-size: 12px;
	color: #012B61;
}

@media (min-width: 1024px) {
	body .blikkenopdetoekomst_wrapper .login-options,
	body .blikkenopdetoekomst_wrapper .rememberme-label{
		font-size: 14px;
	}
}

body .blikkenopdetoekomst_wrapper .rememberme-label input[type="checkbox"] {
	display: none;
}

body .blikkenopdetoekomst_wrapper .rememberme-label .checkbox-box {
	width: 17px;
	height: 17px;
	border: 1px solid #1A3E72;
	border-radius: 4px;
	background-color: transparent;
	position: relative;
	transition: background 0.2s;
}

/* Checked state */
body .blikkenopdetoekomst_wrapper .rememberme-label input[type="checkbox"]:checked + .checkbox-box {
	background-color: #1A3E72;
}

/* Optional: add a checkmark if you like */
body .blikkenopdetoekomst_wrapper .rememberme-label .checkbox-box::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

body .blikkenopdetoekomst_wrapper .rememberme-label input[type="checkbox"]:checked + .checkbox-box::after {
	opacity: 1;
}

body .blikkenopdetoekomst_wrapper .gfield .ginput_container input:focus {
	outline: none;
	border-color: #001a3b;
}

body .blikkenopdetoekomst_wrapper .gfield .gfield_validation_message {
	display: none;
}

body .blikkenopdetoekomst_wrapper .gform_validation_confirmation .gform_confirmation_message {
	background: #e6f8ee;
	border-radius: 5px;
	border: 1px solid #66bb6a;
	color: #2e7d32;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
	margin-block-end: 8px;
	margin-block-start: 8px;
	padding-block: 16px;
	padding-inline-end: 16px;
	padding-inline-start: 48px;
	position: relative;
	width: 100%;
}

body .blikkenopdetoekomst_wrapper .gform_validation_confirmation .gform_confirmation_message h2 {
	font-family: Montserrat, sans-serif;
	-ms-word-break: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: #2e7d32;
	font-size: 13.2px;
	font-weight: 500;
	line-height: 17.6px;
	margin-block-end: 12px;
	margin-block-start: 0;
	margin-inline: 0;
	margin: 0;
	padding: 0;
}

body .blikkenopdetoekomst_wrapper .gform-icon--circle-check {
	align-items: center;
	display: flex;
	font-size: 28px;
	height: 100%;
	inset-inline-start: 12px;
	position: absolute;
	inset-block-start: 0;
	color: #2e7d32;
}

body .blikkenopdetoekomst_wrapper .password-strength-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

body .blikkenopdetoekomst_wrapper .password-bar {
	height: 6px;
	width: 100%;
	background: #e0e0e0;
	border-radius: 4px;
	margin-top: 6px;
	overflow: hidden;
}

body .blikkenopdetoekomst_wrapper .password-bar-fill {
	height: 100%;
	width: 0;
	background: #e53935;
	border-radius: 4px;
	transition: width 0.3s ease, background 0.3s ease;
}

body .blikkenopdetoekomst.gform_confirmation_wrapper .gform_confirmation_message  {
	background: linear-gradient(90deg, #1919B1, #A2278F, #E05119);
	color: #fff;
	padding: 90px 26px;
	border-radius: 74px;
	text-align: center;
	margin: 20px 0;
	font-size: 23px;
	line-height: 40px;
}

.elementor-popup-modal .dialog-message {
	max-height: none !important;
	height: auto !important;
	overflow-y: auto !important;
}

@media (min-width: 768px) {
	.elementor-post.bodt:nth-child(odd) .e-con-inner > .elementor-element {
		flex-direction: row;
	}

	.elementor-post.bodt:nth-child(even) .e-con-inner > .elementor-element {
		flex-direction: row-reverse;
	}
}

.elementor-post .image-gradient-container {
	background-image: linear-gradient(
			90deg,
			var(--gradient-1),
			var(--gradient-2),
			var(--gradient-3)
	);
}

.single-bodt .elementor-widget-container p img {
	display: flex;
	margin: 30px auto;
}

.single-bodt blockquote {
	display: flex;
	margin: 30px 0;
	font-size: 54px;
	line-height: 70px;
	font-style: italic;
	font-weight: 300;
}

.single-bodt #secondary-nav #navbarNavDropdown,
.single-bodt #secondary-nav .product-data,
.single-bodt #wrapper-footer .site-footer {
	display: none !important;
}

/** Blikken op de toekomst Spotler */
#form4355.mpForm .mpErrorSummary {
}
#form4355.mpForm .mpErrorSummary label {
	font-weight: bold;
}
#form4355.mpForm .mpErrorSummary ul {
	list-style: initial;
	background: #fff9f9;
	border-radius: 5px;
	border: 1.5px solid #c02b0a;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
	margin-block-end: 8px;
	margin-block-start: 8px;
	padding-block: 16px;
	padding-inline-end: 16px;
	padding-inline-start: 48px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

#form4355.mpForm .mpFormTable,
#form4355.mpForm .mpFormTable td {
	width: 100%;
}

#form4355.mpForm .mpQuestionTable {
	width: 100%;
}

#form4355.mpForm .mpLabelRow {
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;
}

#form4355.mpForm .mpLabelRow label {
	margin-bottom: 4px;
	margin-left: 24px;
}

#form4355.mpForm .mpFormLabel {
}

#form4355.mpForm .mpFormField {}

#form4355.mpForm .mpFormField input {
	border: 1px solid #1A3E72;
	border-radius: 74px;
	height: 58px;
	padding: 16px 25px !important;
	font-size: 14px;
	line-height: 30px;
	color: #012B61 !important;
	width: 100%;
}

#form4355.mpForm .mpQuestionTable.error .mpFormField input {
	border: 1px solid #c02b0a;
}

#form4355.mpForm .mpFormField .sublabel,
#form4355.mpForm .mpErrorRow .error {
	margin-top: 2px;
	margin-left: 24px;
	font-style: italic;
}

#form4355.mpForm .submitButton {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-style: normal;
	min-height: 43px;
	text-decoration: none !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	cursor: pointer;
	color: #fff;
	background-color: #002b61;
	border-color: transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	border-radius: 23px;
	margin-bottom: 8px;
	min-width: 270px;
	padding: 12px 24px;
	height: 50px;
}

#form4355.mpForm .submitButton:hover {
	color: #fff;
	background-color: #001a3b;
	border-color: transparent;
}

.contact-box {
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
}

.contact-box .contact-header {
	display: flex;
	align-items: center;
	padding: 24px 16px;
}

.contact-box .contact-header .contact-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 16px;
	object-fit: cover;
}

.contact-box .contact-info h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
	color: #002b36;
	line-height: 1.2em;
}

.contact-box .contact-info p {
	margin: 4px 0 0;
	color: #555;
}

.contact-box .contact-buttons {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-top: 1px solid #ccc;
	flex-wrap: nowrap;
	gap: 0;
}

.contact-box .contact-button-wrap {
	display: flex;
	align-items: center;
}

.contact-box .contact-button {
	text-decoration: none;
	color: #002b61;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 8px;
	transition: color 0.3s ease;
}

.contact-box .contact-button:hover {
	color: #001a3b;
	text-decoration: none;
}

.contact-box .contact-button .icon {
	margin-right: 8px;
	font-size: 1.2rem;
}

.contact-box .contact-divider {
	width: 1px;
	height: 60px;
	background-color: #ccc;
}

body.single-kennisbank {
	overflow-x: visible;
}

@media (min-width: 768px) {
	body.single-kennisbank .toc-wrapper {
		position: sticky;
		top: 80px;
		z-index: 10;
		background: #ffffff;
	}
}

body.single-kennisbank #toc-container ul {
	padding-left: 2rem;
	margin: 0;
}

body.single-kennisbank #toc-container ul li a {
	color: inherit;
}

/* footer nav styling */
footer .footer-widget.widget_block {
    padding: 0;
    margin-bottom: 0;
}

footer h2.widgettitle {
	font-size: 22px;
}

footer .widget.widget_nav_menu {
	width: 100%;
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1010px) {
	footer.site-footer-bottom .footer-widget {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (max-width: 767px) {
	.site-footer-bottom .widget_nav_menu.footer-widget {
		padding: 15px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
	}
}

@media (min-width: 1240px) {
	footer .footer-widget.widget_block div {
		gap: 20px;
	}
}

/* LF CTA Tiles styling for the 404 page */
.lf-cta-tiles {
	display: flex;
	gap: 46px;
}

.lf-cta-tiles img {
	width: 240px;
	height: 200px !important;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.lf-cta-tile p {
	margin-top: 0.75rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	.lf-cta-tiles {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.lf-cta-tile {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.single-kleur-content-width {
		padding: 0 20px;
	}
}