/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* standaard gravity forms button layout - Bram - 9 maart 2021 */

.gform_previous_button.button {
	font-family: "Karla", Sans-serif;
	background-color: #ffffff!important;
	color: black!important;
	border-color: #ffffff!important;
}

.gform_previous_button.button:hover{
	background-color: #696969!important;
	border-color: #696969!important;
	color: white!important;
}

/* END */

/* START - Philip - SVG afmetingen aanpassen voortgangsbalk en ajax spinner hiden - 13 maart 2021
	Comments: none */

/* Voortgangsbalk notebook/pc */
#gform_17 img {
    max-width: 100%;
    width: 45%;
    height: auto;
    /* padding-top: 5%; */
    padding-bottom: 3%;
}

/* Voortgangsbalk mobiel */
@media only screen and (max-width: 768px) {
	#gform_17 img {
	    max-width: 100%;
	    width: 80%;
	    height: auto;
	    /* padding-top: 5%; */
	    padding-bottom: 5%;
	}
}

/* Ajax spinner hiden 
body img.gform_ajax_spinner {
    display: none !important;
} */

/* END - Philip - SVG afmetingen aanpassen voortgangsbalk en ajax spinner hiden - 13 maart 2021 */

/* Jet sub mega menu header juiste positionering */

.jet-sub-mega-menu {
	box-shadow: 0 4px 5px -2px #00000033!important;
}

/* END - Bram - Jet sub mega menu */

/* Bram - Link kleur in hoofdmenu zwart en bij hover rood */

.header-sub-paginas a {
    color: black;
}

.header-sub-paginas a:hover {
    color: #e60000;
}

/* END - Link kleur in hoofdmenu zwart en bij hover rood */

/* START - Tabel responsive maken class - Bram / 07-05-2021 / */

:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    background-color: transparent;
    border-collapse:collapse;
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: 1em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: 1em
    }

    .dcf-table tfoot {
      font-size: 1em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
/* END - Tabel responsive maken class - Bram / 07-05-2021 / */

/* Start - Bram - 28-5-2021
 * Comments: none */
/* Algemene (mooie) gravity forms formulier opmaak */

.profleaseformulier input[type=radio],.profleaseformulier input[type=checkbox]
{
visibility: hidden;
}

.profleaseformulier input[type=radio] + label, .profleaseformulier input[type=checkbox] + label, .profleaseformulier input[type=multiselect]
{
    background-color: #fff;
    border: 2px solid #f4f4f4;
    color: #000000!important;
    font-size: 20px!important;
    font-weight: 600!important;
    overflow: hidden!important;
  	min-width: 300px!important;
	display: flex!important;
	justify-content: center!important;
  	align-items: center!important;
    border-radius: 10px!important;
    padding: 30px!important;
	margin: 0px!important;
}

.profleaseformulier .klikbutton img {
	position: center;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1em;
}

.profleaseformulier label {
	margin: 0px !important;
}

/*alle knoppen (hover)*/
.profleaseformulier input[type=radio]:hover + label:hover,.profleaseformulier input[type=checkbox]:hover + label:hover
{
	background-color: #d9dde2;
    border: 2px solid #00203f;
	cursor:pointer;
}


/* :focus van knoppen */
.profleaseformulier input[type=radio]:checked + label,.profleaseformulier input[type=checkbox]:checked + label
{
  background-color: #e4f5e4!important;
  border: 2px solid #3aaa35!important;
}

@media screen and (min-width: 800px){
.profleaseformulier .gfield_radio {
    justify-content: center!important;
	}
}

/* hele lijst in het midden krijgen */
.profleaseformulier .gform_fields form,.profleaseformulier .gform_page_footer
{
	font-size: 20px;
	font-weight: 600;
	margin: auto!important;
}

.profleaseformulier .gform_page_footer {
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 2px;
	border-top-color: #f6f6f6;
	border-top-style: solid;
}

.profleaseformulier .gform_page_footer.top_label {
	margin-top: 1em!important;
}

.profleaseformulier .gform_next_button {
float: right;
}

.profleaseformulier .instruction {
	visibility: hidden;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltiptext {
  visibility: hidden!important;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  bottom: 20%;
  left: 50%;
  margin-left: -60px;
}

.profleaseformulier input[type=radio]:checked + label, .profleaseformulier input[type=checkbox]:checked + label:hover .tooltiptext {
  visibility: visible!important;
}

/* informatieblok formulier bij gravity forms */

.informatieblok-formulier {
	background-color: #f3f3f3!important;
	padding: 3%!important;
	margin: 1%!important;
	border-radius: 15px;
}

/* informatieblok formulier bij gravity forms */

#gform_submit_button_23 {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}

.nieuwsbriefformulier #gform_submit_button_23 {
	margin: auto;
}

.nieuwsbriefformulier .ginput_container .ginput_container_email {
	background-color: white;
}

#input_23_1,
#input_23_4 {
	background-color: white;
}

/* START - Gravity forms required field niet zichtbaar - Bram - 24-6-2021 */

.gform_required_legend {
	display: none;
}

/* END - Gravity forms required field niet zichtbaar */
/* Start - 28-9-2021 - Bram - Site logo svg grootte */
.elementor-widget-image .elementor-image a img[src$=".svg"]  { 
	width: 185px !important; 
}
.elementor-widget-image .elementor-image figure a img[src$=".svg"] {
	width: 185px !important;
}
/* END - 28-9-2021 - Bram - Site logo svg grootte */

/* Start - 12-8-2022 - Bram - Gravity forms contactformulier labels links */
@media (min-width: 900px) {
.contactformulierpl .gform_body .gform_fields .gfield input[type="text"] {
float: right;
width: 65%;
}

.contactformulierpl .gform_body .gform_fields .gfield .gfield_label {
float: left;
line-height: 30px;
width: 35%;
}

.contactformulierpl .gform_body .gform_fields .gfield textarea {
float: right;
width: 65%;
}

.contactformulierpl #gform_submit_button_15 {
  margin-right: 0;
  margin-left: auto;
  display: block;
}
}
/* End - 12-8-2022 - Bram - Gravity forms contactformulier labels links */

/* START - 30-09-2022 - Daan Lap | Lap Marketing = Grootte iconen van + en - */
.menu-iconen8 {
	height: 35px;
	width: auto;
	vertical-align: middle;
}

.fa-plus:before {
	font-size: 14px;
}

.fa-minus:before {
	font-size: 14px;
}
/* END - 30-09-2022 - Daan Lap | Lap Marketing = Grootte iconen van + en - */

/* START - 23-01-2023 - Daan Lap | Lap Marketing = Teksten H3 */
h3, h2 {
    font-weight: 700;
}
/* END - 23-01-2023 - Daan Lap | Lap Marketing = Teksten H3 */

/* START - 25-8-2023 - Bram - afbreken van te lange woorden */
.pl-breakwords {
    overflow-wrap: break-word;
}
/* END - 25-8-2023 - Bram - afbreken van te lange woorden */

/* Start - 25-9-2023 - Bram - Kolom klikbaar maken */
.pointer {cursor: pointer;}
/* END - 25-9-2023 - Bram - Kolom klikbaar maken */