@font-face {
	font-family: 'Hanken Grotesk';
	src:
		url(../fonts/Hanken-Grotesk.woff2) format('woff2 supports variations'),
		url(../fonts/Hanken-Grotesk.woff2) format('woff2-variations');
	font-weight: 100 900;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src:
		url(.../fonts/Hanken-Grotesk-Italic.woff2) format('woff2 supports variations'),
		url(../fonts/Hanken-Grotesk-Italic.woff2) format('woff2-variations');
	font-weight: 100 900;
	font-style: italic;
}

@font-face {
	font-family: 'ABC ROM';
	src: url(../fonts/ABCROM-Bold.woff2) format('woff2');
}

:root {
	--color-secondary: #555;
}

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #ffffff;
	font-size: 16px;
	/* font-family: 'Hanken Grotesk', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #1f1e2f;
}

h1, h2, h3, h4, h5 {
	font-family: 'ABC ROM';
	color: #001a73;
	margin: 0 0 5px;
}

:is(h1,h2,h3,h4,h5) + ul {
	margin-top: 1em;
}

h1 {
	font-size: 28px;
	color: #001a73;
	line-height: 1;
}
@media (min-width: 600px) {
	h1 {
		font-size: 36px;
	}
}
@media (min-width: 1400px) {
	h1 {
		font-size: 44px;
	}
}
@media (min-width: 1800px) {
	h1 {
		font-size: 54px;
	}
}
h2 {
	font-size: 20px;
	color: #F56900;
	line-height: 1;
}
@media (min-width: 600px) {
	h2 {
		font-size: 28px;
	}
}
@media (min-width: 1400px) {
	h2 {
		font-size: 36px;
	}
}
@media (min-width: 1800px) {
	h2 {
		font-size: 44px;
	}
}

select, textarea, input, button {
	font-family: inherit;
	font-size: inherit;
}
select {
	width: 100%;
	height: 40px;
	padding: 8px 8px 8px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
	color: #1f1e2f;
	outline: none;
}
select:hover {
	border-color: #6161FF;
}
select:focus {
	outline: solid 2px #001a73;
	outline-offset: 2px;
}
a, a:hover, a:focus, label, button, p {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: #4e4ee2;
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: underline;
}
a:active{
	color: #001A73;
}
ul{
	margin-top: 0;
	margin-bottom: 0;
}
p:first-of-type {
	margin-block-start: 0;
}
img {
	display: block;
	max-width: 100%;
}
button {
	background: none;
	appearance: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.button{
	--color: #6161FF;

	display: inline-block;
	height: 42px;
	padding: 10px 24px;
	border: 1px solid var(--color);
	border-radius: 4px;
	box-sizing: border-box;
	background: var(--color);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	touch-action: manipulation;
	cursor: pointer;
}
	.button:focus {
		outline: solid 2px var(--color);
		outline-offset: 2px;
	}
	.button:hover {
		text-decoration: underline;
	}
	.button:active {
		--color: #001A73;
	}

span, label {
	word-break: break-word;
}
div {
	box-sizing: border-box;
}
table {
	border-spacing: 0;
}
td {
	padding: 0;
	vertical-align: text-bottom;
}
td + td {
	padding-left: 20px;
}
.alert{
	--border-color: #86889D;
	--background-color: #E7E8EB;

	position: relative;
	margin-bottom: 32px;
	padding:14px;
	border:solid 1px var(--border-color);
	background: var(--background-color);
	border-radius: 6px;
}
.alert:has(.alert__icon){
	padding-left:48px;
}
	.alert__icon{
		position: absolute;
		top:12px;
		left:14px;
		width: 24px;
	}
	.alert--informative{
		--border-color:#009EE3;
		--background-color:rgba(0,158,227,0.1);
	}
	.alert--error{
		--border-color:#EE3261;
		--background-color:rgba(238,50,97,0.1);
	}
.diptych {
	display: grid;
}
@media (max-width: 720px) {
	.diptych {
		grid-template-rows: 300px auto;
	}
}

@media (min-width: 721px) {
	.diptych {
		grid-template-columns: 50% 50%;
		height: 100vh;
	}
}
.diptych__left {
	position: relative;
	background-image: url(../images/bg.jpg);
	background-color: #F1F1F2;
	background-size: cover;
	overflow: hidden;
}
	@media (min-width: 721px) {
		.diptych__left {
			height: 100vh;
		}
	}
@media (min-width: 721px) {
	.diptych__right {
		height: 100vh;
		overflow: auto;
	}
}
	.diptych__right__content {
		position: relative;
		padding: 24px 24px 64px 24px;
		box-sizing: border-box;
	}
	@media (min-width: 680px) {
		.diptych__right__content {
			padding: 40px 40px 88px 40px;
		}
	}
	@media (min-width: 721px) {
		.diptych__right__content {
			min-height: 100vh;
			overflow: auto;
		}
	}
	@media (min-width: 880px) {
		.diptych__right__content {
			padding: 40px 88px 88px;
		}
	}
		.diptych__right__content__header {
			position: relative;
		}
.logo {
	display: block;
	width: 100px;
	margin-bottom: 32px;
}

.language-switch {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	gap: 16px;
}
	.language-switch__button {
		position: relative;
		text-transform: uppercase;
	}
	.language-switch__button--selected {
		text-decoration: underline;
	}
	.language-switch__button + .language-switch__button::before {
		content: '|';
		position: absolute;
		top:-1px;
		left:-8px;
		color: #bec0cb;
		translate: -50% 0;
	}

.visitorcontrol {
	position: absolute;
	left: 0%;
	bottom: 32px;
	width: 100%;
	font-size: 10px;
	text-align: center;
	translate: 0 50%;
}
	@media (max-width: 720px) {
		.visitorcontrol {
			flex-direction: column;
		}
	}
	@media (min-width: 1400px) {
		.visitorcontrol {
			bottom: 40px;
		}
	}
	.visitorcontrol a {
		color: inherit;
	}


.form-fields {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (max-width: 1200px) {
	.form-fields {
		display: flex;
		flex-direction: column;
	}
}
.form-field {
	position: relative;
	margin-bottom: 25px;
}
.form-field [disabled],
.form-field [readonly] {
	opacity: 0.75;
	cursor: not-allowed;
}
	.form-field__label {
		display: block;
		margin-bottom: 6px;
		font-weight: bold;
	}
	.form-field__indent {
		padding-left: 24px;
	}
	.form-field__input {
		width: 100%;
		height: 40px;
		padding: 8px 8px 8px 16px;
		border: 1px solid #d9d9d9;
		border-radius: 3px;
		box-sizing: border-box;
		background: #fff;
		color: #1f1e2f;
		outline: none;
	}
	.form-field__input:hover {
		border-color: #6161FF;
	}
	.form-field__input:focus {
		outline: solid 2px #001a73;
		outline-offset: 2px;
	}
	.form-field__input::placeholder {
		color: transparent;
	}
	.form-field--textarea .form-field__input {
		min-height: 150px;
	}
	.form-field__error {
		position: relative;
		margin-top: 8px;
		padding-left: 20px;
		font-weight: bold;
		color: #D70036;
	}
		.form-field__error::before {
			content:'';
			position: absolute;
			top:2px;
			left:0;
			width: 16px;
			aspect-ratio: 1;
			background: url(../images/field-error.svg);
		}

.input-checkbox {
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	min-height: 20px;
	cursor: pointer;
}
	.input-checkbox__input {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 1px;
		margin: 0;
		cursor: pointer;
	}
	.input-checkbox__box {
		position: absolute;
		top:0;
		left:0;
		width:20px;
		height: 20px;
		border: 1px solid #67687f;
		box-sizing: border-box;
	}
	.input-checkbox:hover .input-checkbox__box {
		border-color: #6161FF;
	}
	.input-checkbox__input:focus ~ .input-checkbox__box {
		outline:solid 2px #6161FF ;
		outline-offset: 2px;
	}
	.input-checkbox__input:checked ~ .input-checkbox__box::before {
		content:"";
		position: absolute;
		top: 2px;
		left: 7px;
		width: 4px;
		height: 10px;
		border: solid 2px #df5619;
		border-top: 0;
		border-left: 0;
		transform: rotate(45deg);
	}
	.input-checkbox__label {
		display: inline-block;
		padding-left: 32px;
	}

.input-radio {
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	min-height: 20px;
	cursor: pointer;
}
	.input-radio__input {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		margin: 0;
		cursor: pointer;
	}
	.input-radio__box {
		position: absolute;
		top:0;
		left:0;
		width:20px;
		height: 20px;
		border: 1px solid #67687f;
		border-radius: 50%;
		box-sizing: border-box;
	}
	.input-radio:hover .input-radio__box {
		border-color: #6161FF;
	}
	.input-radio__input:focus ~ .input-radio__box {
		outline:solid 2px #6161FF ;
		outline-offset: 2px;
	}
	.input-radio__input:checked ~ .input-radio__box::before {
		content:"";
		position: absolute;
		top: 3px;
		left: 3px;
		width: 12px;
		height: 12px;
		background: #df5619;
		border-radius: 50%;
	}
	.input-radio__label {
		display: inline-block;
		padding-left: 32px;
	}

.form-field--fullwidth {
	grid-column: 1/3;
}
.form-field--hidden {
	opacity: 0.85;
}
.form-field--phone select,
.form-field--phone input {
	padding-top: 8px;
}
.form-field--display {
	margin-bottom: 20px;
}

.required-star {
	font-size: 80%;
}

.introduce-question {
	margin-bottom: 25px;
}
.introduce-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
	.introduce {
		width: 100%;
		position: relative;
	}
	.introduce + .introduce {
		margin-top: 25px;
	}
	.introduce .remove {
		position: absolute;
		right: -5px;
		top: -26px;
		z-index: 2;
		padding: 5px;
	}
.add_introduce,
.add_introduce:focus,
.add_introduce:hover {
	font-weight: 400;
	padding: 6px 10px;
}

@media (min-width: 721px) {
	.poweredby:after {
		content: ' -';
	}
}
.poweredby svg {
	vertical-align: text-top;
}


.tabs {
	display: flex;
	border-bottom: 1px solid #bec0cb;
}
	.tabs__tab {
		--line-height: 1px;
		--line-color: transparent;

		position: relative;
		display: block;
		padding: 12px 24px 10px;
		border-bottom:solid 1px #FFF;
		font-weight: bold;
		color: #1F1E2F;
	}
	.tabs__tab em {
		font-style: normal;
	}
	@media (max-width: 1200px) {
    	.tabs__tab{padding: 12px 11px 10px}
		.tabs__tab em {display:none}
	}
	.tabs__tab:focus,
	.tabs__tab:hover {
		--line-color: #6161FF;

		outline: none;
		color: #1F1E2F;
		text-decoration: none;
	}
	.tabs__tab--active{
		--line-height: 3px;
		--line-color: #e75204 !important;
	}
	.tabs__tab::before {
		content:'';
		position: absolute;
		left:0;
		bottom: -2px;
		width: 100%;
		height:var(--line-height);
		background: var(--line-color);
	}
.tab-content{
	padding:0 24px;
}

.message {
	position: fixed;
	pointer-events: none;
	top: 50%;
	left: 50%;
	padding: 8px;
	background: #0cb50c;
	z-index: 2;
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	transition: opacity 0.3s ease-in;
}
.message--fixed-to-top {
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.message--red {
	background: red;
}
.hidden {
	opacity: 0;
}

.video-container {
	position: relative;
	padding-bottom: 52.6%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid {
	display: grid;
	gap: 0 20px;
	grid-template-columns: repeat(12, 1fr);
}
	@media (max-width: 1200px) {
		.grid {
			display: flex;
			flex-direction: column;
		}
	}
.grid__cell--1-1,
.grid__cell--2-2,
.grid__cell--3-3 {
	grid-column: 12 span;
}
.grid__cell--1-2 {
	grid-column: 6 span;
}
.grid__cell--1-3 {
	grid-column: 4 span;
}
.grid__cell--2-3 {
	grid-column: 8 span;
}
.grid__cell:has(.form-field--fullwidth) {
	grid-column: 12 span;
}
.grid__cell:has([style="display: none;"]:only-child) {
	display: none;
}
.grid__cell:has([data-column*="zakelijke_klant"]),
.grid__cell:has([data-column*="postnl_e_mailadres"]) {
	grid-column: 12 span;
}
.grid__cell:has([data-column*="voorwaarden"]) {
	grid-column: 12 span;
    margin-bottom: 20px;
}

.phone-number {
	display: flex;
	gap: 7px;
	height: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}
.phone-number input {
	width: 100%;
}

.faq-button {
	position: absolute;
	top: 25px;
	right: 25px;
	background: var(--color-secondary);
	padding: 7px 10px;
	color: #fff;
	font-weight: 600;
	z-index: 10;
}
	@media (max-width: 720px) {
		.faq-button {
			position: fixed;
			left: 25px;
			top: 0;
			right: auto;
			z-index: 4;
		}
	}
	.faq__question {
		position: relative;
		margin-block-end: 0;
		cursor: pointer;
		/* border:solid 1px #bbb; */
	}
		.faq__question::before {
			content: '';
			position: absolute;
			top: 9px;
			right: 0;
			width: 8px;
			aspect-ratio: 1;
			border-left: solid 3px #4e4ee2;
			border-bottom: solid 3px #4e4ee2;
			border-bottom-left-radius: 3px;
			rotate: 135deg;
		}
		.faq__question--closed::before {
			top: 4px;
			rotate: -45deg;
		}
	.faq__question strong {
		font-weight: 600;
	}
	.faq__question + p {
		margin-block-start: 0;
		padding-top: 4px;
		opacity: 0.9;
	}
	.faq__question--closed + p {
		display: none;
	}
	.faq p + h2 {
		margin-top: 40px;
	}

.back {
	display: flex;
	gap: 6px;
	align-items: center;
}

.aanvulling-introduces {
	display: flex;
	gap: 15px;
	flex-direction: column;
	align-items: flex-start;
	margin: 20px 0;
}
	.aanvulling-introduces input {
		width: 100px;
		padding: 12px;
	}

.postnl-only {
	font-size: 80%;
	font-style: normal;
	font-weight: 600;
}
.wrong {
	color: red !important;
}
.moment > .form-field{display:none}
.moment .checked ~ .form-field{display:block}