@font-face {
    font-family: 'Kenteken';
    src: url('/wp-content/uploads/2025/12/Kenteken.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Kenteken badge op single en archive titel link */
.checklist-wrapper .frm_form_field.kentekenplaat input,
.checklist-wrapper .frm_form_field.kentekenplaat input:focus,
body.single-checklisten p.kenteken,
body.post-type-archive-checklisten .post-content .entry-content .post-title {
    font-family: 'Kenteken', sans-serif;
    display: inline-flex;
    background: #ffd800 !important;
    gap: 15px;
    position: relative;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
    text-transform: uppercase !important;
    font-size: 18px !important;
	font-weight: 500 !important;
    letter-spacing: 2px !important;
    line-height: 18px !important;
    padding: 0 13px 0 0;
	color: black;
}

.checklist-wrapper .frm_form_field.kentekenplaat:before,
body.single-checklisten p.kenteken:before,
body.post-type-archive-checklisten .post-content .entry-content .post-title:before {
    content: '';
    width: 29px;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/12/nl-license-plate-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #0148a4 !important;
}

.checklist-wrapper .frm_form_field.kentekenplaat {
	position: relative;	
}

.checklist-wrapper .frm_form_field.kentekenplaat:before {
	height: 44px;
	position: absolute;
	bottom: 0;
	z-index: 9;
	background-size: 55%;
	border-radius: 5px 0 0 5px
}

.checklist-wrapper .frm_form_field.kentekenplaat input {
	width: auto;
	padding-left: 40px !important;
}

.checklist-wrapper h1.checklist-title,
body.single-checklisten h1.checklist-title {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 34px;
    color: #de2127;
    font-style: italic;
    font-family: "Gill Sans", sans-serif;
    margin-bottom: 40px;
}

.checklist-wrapper h2.checklist-title {
    text-align: start;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 22px;
    color: #1d71a4 !important;
    font-style: italic;
    font-family: "Gill Sans", sans-serif;
    margin-left: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #dddddd;
}

/* Archive checklisten */
body.post-type-archive-checklisten {
    background: white;
}

body.post-type-archive-checklisten .start-checklist-button {
    background: var(--e-global-color-text);
    display: block;
    text-align: center;
    font-family: var(--e-global-typography-30e33ea-font-family), Sans-serif;
    font-size: 22px;
    font-weight: var(--e-global-typography-30e33ea-font-weight);
    text-transform: var(--e-global-typography-30e33ea-text-transform);
    line-height: var(--e-global-typography-30e33ea-line-height);
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-radius: 50px 50px 50px 50px;
    padding: 22px 30px;
}

body.post-type-archive-checklisten article .entry-header,
body.post-type-archive-checklisten article .entry-content .frm-entry {
    display: none;
}

body.post-type-archive-checklisten section.no-results.not-found {
    display: none;
}

body.post-type-archive-checklisten article a > div {
    border-radius: 5px;
    box-shadow: 5px 5px 18px 1px rgba(0, 0, 0, 0.15);
	padding: 30px;
}

body.post-type-archive-checklisten article * {
	margin: 0;
}

body.post-type-archive-checklisten article .post-meta {
	text-align: center;
    padding: 5px 10px;
    background: #f1f1f1;
    border-radius: 5px;
    margin-top: 10px;
}

body.post-type-archive-checklisten article table.table.table-hover {
    display: none;
}

body.post-type-archive-checklisten article.checklisten .print-d-none,
body.post-type-archive-checklisten article.checklisten .flex-box,
body.post-type-archive-checklisten article.checklisten p,
body.post-type-archive-checklisten article.checklisten .table,
body.post-type-archive-checklisten article.checklisten h1,
body.post-type-archive-checklisten article.checklisten h2.checklist-title {
    display: none;
}

body.post-type-archive-checklisten .page-numbers {
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
}

body.post-type-archive-checklisten .page-numbers li {
	margin: 0;
}

body.post-type-archive-checklisten .page-numbers a,
body.post-type-archive-checklisten .page-numbers span {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-decoration: none;
}

body.post-type-archive-checklisten .page-numbers .current {
	border-color: #0000;
}

/* Form layout en keuzes */
.checklist-wrapper .frm_left_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
	.checklist-wrapper .frm_left_container {
		flex-direction: row;
		align-items: center;
	}
	.checklist-wrapper .frm_left_container .frm_primary_label,
	.checklist-wrapper .frm_left_container .frm_description {
		flex: 30%;
	}
}

@media screen and (max-width: 991px) {
	.checklist-wrapper .frm_left_container {
		flex-direction: column;
	}	
}

@media screen and (min-width: 992px) {
	.checklist-wrapper .frm_none_container {
    	padding-left: 30px;
	}
}

@media screen and (max-width: 991px) {
	.checklist-wrapper .frm_left_container {
    	width: 100% !important;
	}
	.checklist-wrapper .frm_none_container {
		width: 100% !important;
	}
	.checklist-wrapper .frm_three_fourths {
		border-bottom: unset !important;
        margin-bottom: 0 !important;
	}
	.checklist-wrapper .frm_none_container {
		margin-top: -20px;
	}
}

.checklist-wrapper .frm_left_container .frm_description {
	margin-top: 0 !important;
}

.checklist-wrapper .intro-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 991px) {
    .checklist-wrapper .intro-flex {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .checklist-wrapper a.terug-knop {
        padding: 20px 0 20px 20px !important;
    }
}

.checklist-wrapper .intro-flex p {
    display: none;
}

.checklist-wrapper a.terug-knop {
    border-radius: 5px;
    box-shadow: none;
    padding: 20px;
    margin: 0;
    display: inline-block;
    background: transparent;
    color: #337ab7 !important;
    font-weight: 600;
    white-space: nowrap;
    font-size: 18px;
    font-family: Gill Sans;
}

.checklist-wrapper .intro-flex h1.checklist-title {
    margin: 0;
	color: var(--e-global-color-accent);
}

.checklist-wrapper .frm-summary-page-wrapper span.frm_text_label_for_image {
    padding: 10px 0 !important;
}

.checklist-wrapper div:not(.exclude).form-field .frm_radio.frm_image_option.frm_image_small {
    padding: 10px;
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
    transition: all linear 0.15s;
}

@media screen and (max-width: 991px) {
	.checklist-wrapper div:not(.exclude).form-field .frm_radio.frm_image_option.frm_image_small:first-child {
		margin-left: 0;
	}
}

.checklist-wrapper div:not(.exclude).form-field .frm_radio.frm_image_option.frm_image_small img {
    max-width: 100%;
    max-height: 100%;
}

.checklist-wrapper div:not(.exclude).form-field .frm_radio.frm_image_option.frm_image_small .frm_image_option_container,
.checklist-wrapper div:not(.exclude).form-field .frm_radio.frm_image_option.frm_image_small .frm_image_option_container * {
    border: unset !important;
    outline: none !important;
    box-shadow: none !important;
}

.checklist-wrapper .frm_radio.frm_image_option.frm_image_small,
.checklist-wrapper .frm_radio.frm_image_option.frm_image_small * {
    cursor: pointer;
}

.checklist-wrapper div:not(.exclude).form-field .frm_selected_checkmark {
    top: -10px !important;
    left: -10px !important;
}

.checklist-wrapper div:not(.exclude).form-field .frm_selected_checkmark svg {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50px !important;
    fill: #ffa200 !important;
}

.checklist-wrapper div:not(.exclude).form-field .horizontal_radio.frm_image_options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checklist-wrapper .frm_forms button:hover {
    color: white !important;
}

.checklist-wrapper div:not(.exclude).form-field .frm_primary_label {
    order: 1;
}

.checklist-wrapper div.form-field label.frm_primary_label {
    margin-bottom: 10px;
}

.checklist-wrapper div.form-field .frm_primary_label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 22px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: 1em;
}

.checklist-wrapper div:not(.exclude).form-field .frm_description {
    order: 2;
    font-size: 18px !important;
    color: grey !important;
    font-weight: 400 !important;
	font-family: Gill Sans;
}

.checklist-wrapper div:not(.exclude).form-field .frm_opt_container {
    order: 3;
}

.checklist-wrapper .frm-entry > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #c7c6c6;
}

.checklist-wrapper .frm-entry > div img {
    max-width: 40px;
}

.checklist-wrapper .frm-entry > div * {
    margin: 0;
    padding: 0;
}

.checklist-wrapper .frm-entry > div span {
    align-items: flex-end;
}

/* Image options kolommen */
.checklist-wrapper div:not(.exclude).form-field .horizontal_radio.frm_image_options > div:nth-of-type(1) {
    min-width: 200px;
    max-width: 200px;
}

.checklist-wrapper div:not(.exclude).form-field .horizontal_radio.frm_image_options > div:nth-of-type(3) {
    max-width: 200px;
    min-width: 200px;
}

@media (min-width: 440px) and (max-width: 600px) {
    .checklist-wrapper div:not(.exclude).form-field .horizontal_radio.frm_image_options > div:nth-of-type(3) {
        text-align: end;
    }
}

/* Inputs en borders */
.checklist-wrapper div:not(.exclude).form-field input {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.checklist-wrapper .frm_input_group {
    height: 100%;
}

.checklist-wrapper .frm_radio.frm_image_option.frm_image_small > label {
    width: 100%;
}

.checklist-wrapper div:not(.exclude).form-field .frm_radio.frm_image_option.frm_image_small * {
    height: 100%;
}

.checklist-wrapper div:not(.exclude).form-field:not(:last-child) {
    border-bottom: 2px solid #dadada;
}

.checklist-wrapper .frm_combo_inputs_container,
.checklist-wrapper .frm_grid_container,
.checklist-wrapper .frm_form_fields .frm_section_heading,
.checklist-wrapper .frm_form_fields .frm_fields_container {
    grid-gap: 0;
}

.checklist-wrapper .frm_section_heading h3[class*="frm_pos_"] {
    font-size: 44px !important;
    line-height: 1em !important;
    text-align: center !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-width: 1px 0 !important;
    border-style: solid !important;
    border-color: #025d90 !important;
}

.checklist-wrapper .frm_form_field textarea {
    font-size: 18px !important;
    padding: 15px 25px;
    font-family: Gill Sans !important;
}

.checklist-wrapper .frm_form_field textarea:placeholder {
    font-size: 18px !important;
    font-family: Gill Sans !important;
	color: grey;
}

.checklist-wrapper div:not(.frm_field_261_container) div:not(.exclude).form-field:not(:last-child) {
    padding-bottom: 40px !important;
}

@media screen and (min-width: 992px) {
	.checklist-wrapper div:not(.frm_field_261_container) div:not(.exclude).form-field:not(:last-child) {
 	   margin-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.checklist-wrapper div:not(.frm_field_261_container) div:not(.exclude).form-field:not(:last-child) {
 	   margin-bottom: 60px;
	}
}

@media screen and (max-width: 600px) {
    .checklist-wrapper .frm_style_formidable-stijlen.with_frm_style .frm_form_field.frm_left_container.frm_three_fourths {
        border-bottom: unset;
        margin-bottom: 0;
    }
}

.checklist-wrapper .frm_submit {
    margin-top: 20px;
}

.checklist-wrapper .frm_submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checklist-wrapper .frm_submit button {
    padding: 18px 50px !important;
    font-weight: 780 !important;
}

.checklist-wrapper .frm_submit button.frm_prev_page {
    background: #1671a45e;
}

/* Summary page */
.checklist-wrapper .frm-summary-page-wrapper .frm_show_images.frm_image_option_container {
    width: 40px;
    height: 40px;
    margin: 0;
}

.checklist-wrapper .frm-summary-page-wrapper tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checklist-wrapper .frm-summary-page-wrapper tr * {
    border: none !important;
}

.checklist-wrapper .frm-summary-page-wrapper td, 
.checklist-wrapper .frm-summary-page-wrapper th {
    background: transparent !important;
}

.checklist-wrapper .frm-summary-page-wrapper h3 {
    color: black;
}

.checklist-wrapper .frm-summary-page-wrapper tr > * {
    padding: 20px 0 !important;
}

.checklist-wrapper .frm-summary-page-wrapper .form-field {
    border: none !important;
}

.checklist-wrapper .frm-summary-page-wrapper .frm_show_images.frm_image_option_container.frm_image_option_container.frm_image_option_size_small.frm_label_with_image {
    width: auto;
}

.checklist-wrapper .frm-summary-page-wrapper .frm_show_images.frm_image_option_container.frm_image_option_container.frm_image_option_size_small.frm_label_with_image * {
    padding-right: 0;
}

.checklist-wrapper .frm-summary-page-wrapper .frm_show_images.frm_image_option_container.frm_image_option_container.frm_image_option_size_small.frm_label_with_image img {
    display: none;
}

/* Single checklisten */
body.single-checklisten {
    background: white;
}

body.single-checklisten ul.post-meta {
    display: none;
}

body.single-checklisten section {
    padding: 30px 0;
}

body.single-checklisten .print-d-none {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

body.single-checklisten .d-flex {
    display: flex;
}

body.single-checklisten .j-c-space-between {
    justify-content: space-between;
}

body.single-checklisten .a-i-center {
    align-items: center;
}

body.single-checklisten .d-flex p:not(.actions-heading) {
    display: none;
}

body.single-checklisten .actions-heading {
    font-size: 18px;
    font-weight: 900;
    font-family: "Gill Sans", sans-serif;
    color: #1d71a4;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
}

body.single-checklisten .controls {
    display: flex;
    align-items: center;
}

body.single-checklisten .controls button {
    border: none;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    transition: all linear 0.2s;
    font-size: 0;
    margin-left: 15px;
    position: relative;
}

body.single-checklisten .controls button:hover,
body.single-checklisten .controls button:focus {
    background-color: #e2e1e1;
}

body.single-checklisten .controls button br {
    display: none;
}

body.single-checklisten .controls button svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: auto;
    fill: #1d71a4;
}

body.single-checklisten .controls button a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

body.single-checklisten .frm_has_image_options span {
    margin: 0 !important;
    padding: 0 !important;
    text-align: start !important;
    display: flex;
    align-items: flex-start;
}

body.single-checklisten .frm_has_image_options img {
    width: 50px;
    height: 50px;
}

body.single-checklisten table.ui-datepicker-calendar tr td {
    width: unset !important;
}

body.single-checklisten h2.checklist-title {
    text-align: start;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 22px;
    color: #1d71a4 !important;
    font-style: italic;
    font-family: "Gill Sans", sans-serif;
    margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 60px;
    border-bottom: 2px solid #dddddd;
}

body.single-checklisten td.flex {
    display: flex;
    width: 100%;
    align-items: center;
}

body.single-checklisten td.flex p {
    margin-bottom: 0;
    height: unset;
}

body.single-checklisten tr td {
    border: unset;
    border-top: 1px solid #ddd;
    background-color: transparent !important;
    padding-inline: 0;
    
}

body.single-checklisten td {
    width: 50%;
}

body.single-checklisten tr th {
    background-color: transparent !important;
    padding-inline: 0;
	border: unset;
    border-bottom: 1px solid #ddd;
}

body.single-checklisten td {
    vertical-align: middle !important;
}

body.single-checklisten td p {
    margin: 0;
    font-size: 14px;
}

body.single-checklisten .flex-box {
    display: flex;
    margin-bottom: 50px;
}

body.single-checklisten .flex-box .left {
    flex: 1 0 60%;
}

body.single-checklisten .flex-box .right {
    flex: 1 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 50px;
    padding-bottom: 10px;
}

body.single-checklisten .flex-box .left .logo {
    width: 100%;
    max-width: 320px;
	margin-bottom: 30px;
}

body.single-checklisten .flex-box .left img.custom-logo.logo {
    height: unset;
}

body.single-checklisten .flex-box .left table {
    margin: unset;
}

body.single-checklisten .flex-box .left td {
    padding-block: 10px;
}

body.single-checklisten .flex-box .right * {
    padding: 0;
}

body.single-checklisten .flex-box .right img {
    display: none;
}

body.single-checklisten .flex-box .right table {
    margin: 0;
}

body.single-checklisten .flex-box .right td {
    border: unset !important;
    padding: 0 !important;
	background: transparent;
}

body.single-checklisten .flex-box .right td:first-child {
    width: 120px;
}

body.single-checklisten .flex-box .right td:last-child {
    width: unset !important;
}

body.single-checklisten .flex-box .right span.frm_text_label_for_image_inner {
    font-weight: 700;
}

body.single-checklisten .flex-box .right p {
    color: #7c7c7c;
    font-style: italic;
    font-size: 14px;
    line-height: 100%;
    margin: 2px 0 10px 0;
}

@media screen and (max-width: 991px) {
    body.single-checklisten .flex-box {
        flex-wrap: wrap;
    }

    body.single-checklisten .flex-box .right {
        padding-left: 10px;
        margin-top: 20px;
        flex: 1 0 100%;
    }
}

body.single-checklisten .signature {
    height: 100px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}