/*START - General*/
.bg-grey-content {
	padding: 15px;
	background-color: #f0f0f0;
}
.modal-fullwidth .modal-dialog {
	width: 100% !important;
	max-width: 100% !important;
}
.btn.focus,
.btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,.15);
}
.form-control:focus {
	border-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,.15);
}

.hidden {
	display: none;
}

.checkSField {
	position: absolute;
	visibility: hidden;
}

.btn-edit-via-zolive {
	text-align: center;
	width: 100%;
	display: block;
	padding: 3px;
	background: #9CD2BB;
	border:1px solid #6d9382;
}
.btn-edit-via-zolive:hover {
	background: #afdbc8;
}

.btn-edit-via-zolive.new {
	background: #6d9382;
	color: white;
}

.btn-edit-via-zolive.new:hover {
	background: #7ca895;
}

.zl_errormessage {
	font-weight: bold;
	color: #c70c0c;
}

/*START - Cookiechoice*/
.zl_cookie_message {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 5px;
	font-family: "Arial" !important;
	font-size: 12px;
	z-index: 1040;
	position: relative;
}
.zl_cookie_message > div {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.zl_cookie_message.zl_cookie_message_label > div {
	max-width: none;
	margin: 0;
	padding: 0;
	color: #000000;
}
.zl_cookie_message.zl_cookie_message_label {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	background-color: #fff;
	position: fixed;
	right: 50px;
	bottom: 40px;
	width: 290px;
	z-index: 99802;
	padding: 15px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
@media (max-width: 320px) {
	.zl_cookie_message.zl_cookie_message_label {
		width: 290px;
	}
}
@media (max-width: 767px) {
	.zl_cookie_message.zl_cookie_message_label {
		right: 15px;
	}
}
.zl_cookie_message .container {
	position: relative;
}
.zl_cookie_message .zl_cookie_message_title {
	font-family: "Arial" !important;
	display: block;
	font-size: 14px;
	font-weight: bold !important;
}
@media (max-width: 767px) {
	.zl_cookie_message {
		padding: 10px;
	}
	.zl_cookie_message .zl_cookie_message_title {
		padding-right: 30px;
	}
}

.zl_cookie_message.zl_cookie_message_label .zl_cookie_message_title {
	padding-right: 30px;
}

.zl_cookie_message p {
	font-size: 12px !important;
	margin: 5px 0 !important;
	line-height: 18px !important;
}
.zl_cookie_message p:first-child {
	margin-bottom: 15px !important;
}

.zl_cookie_message button {
	letter-spacing: normal !important;
	background-image: none !important;
	padding: 5px 8px !important;
	font-size: 14px !important;
	margin: 15px 0 !important;
	font-family: Arial !important;
	text-transform: none !important;
	min-width: auto !important;
	width: auto !important;
	border: 1px solid !important;
	border-radius: 3px !important;
	display: inline-block !important;
}
.zl_cookie_message button:hover {
	border: 1px solid !important;
}
.zl_cookie_message button.btn-line {
	border: 1px solid #939393 !important;
	background: none;
	color: #939393 !important;
}
.zl_cookie_message button:before,
.zl_cookie_message button:after {
	display: none !important;
}

.zl_cookie_message .zl-open-cookiebar {
	color: #939393 !important;
}
.zl_cookie_message .zl-open-cookiebar:hover {
	cursor: pointer;
	color: black !important;
	opacity: 1 !important;
}

.zl_cookie_message_close {
	position: absolute !important;
	right: 10px;
	top: 3px;
	border: 1px solid rgba(0,0,0,1);
	font-size: 14px !important;
	padding: .25rem .5rem;
	width: 24px !important;
	height: 24px !important;
	text-align: center;
	border-radius: 3px;
	background-color: #fff;
}
.zl_cookie_message_label .zl_cookie_message_close {
	right: 0;
}

.zl_cookie_message_close i {
	color: #000;
	transform: translate(-1px, -3px);
}

.zl_cookie_message_close:hover {
	cursor: pointer;
	opacity: 0.65;
}

.zl_cookie_choice {
	position: fixed;
	right: 0px;
	bottom: 110px;
	background-color: rgba(0,0,0,0.5);
	display: none;
	padding: 5px 10px;
	color: #fff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left: 3px solid #000;
}

.checkbox-radiobutton-container {
	margin: 0 !important;
	padding-left: 25px;
}

.zl_cookie_choice .checkmark {
	transform: translateY(2px);
}
/*END - Cookiechoice*/

/*START - Cookiebar*/
.cookiebar-innercontainer {
	position: relative;
}

.cookiebar {
	font-family: Arial;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	background-color: #fff;
	position: fixed;
	left: auto !important;
	right: 50px;
	bottom: -1000px;
	width: 290px;
	z-index: 99810;
	padding: 15px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	color: #3f3f3f !important;

}
@media (max-width: 767px) {
	.cookiebar {
		right: 15px;
	}
}
.cookiebar.shown {
	bottom: 40px;
}

.cookiebar .cookiebar-heading {
	font-size: 14px;
	font-weight: bold !important;
}

.cookiebar-content p.cookiebar-content-sub {
	font-size: 11px !important;
}

.cookiebar-content .radiobutton {
	background-color: #ccc;
	top: 4px;
}

.cookiebar p {
	font-size: 12px;
	padding: 10px 0;
	margin: 0 !important;
	line-height: 18px !important;
}

.cookiebar a {
	color: #3f3f3f !important;
	text-align: center;
	border-bottom: 1px solid #3f3f3f;
}

.cookiebar a:hover {
	text-decoration: none;
	color: #ffffff;
	opacity: 0.65;
	border-bottom: 1px solid transparent;
}

.cookiebar .dismiss-cookiebar {
	position: absolute;
	top: 0;
	right: -4px;
	border: none;
	font-size: 14px !important;
	padding: .25rem .5rem;
	width: 24px !important;
	height: 24px !important;
	text-align: center;
	border-radius: 0;
	background: none;
}
.cookiebar .dismiss-cookiebar:hover {
	cursor: pointer;
	opacity: 0.65;
}
.cookiebar .dismiss-cookiebar i {
	color: #000;
	transform: translate(-1px, -3px);
}
.cookiebar .cookiebar-mobile-content {
	display: none;
}
/*END - Cookiebar*/

/*START - Custom radio and check boxes*/
.checkbox-radiobutton-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-radiobutton-container input {
	position: absolute;
	opacity: 0;
}

.radiobutton, .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #eee;
}
.radiobutton {
	border-radius: 50%;
}

.checkbox-radiobutton-container:hover input ~ .radiobutton,
.checkbox-radiobutton-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox-radiobutton-container input:checked ~ .radiobutton,
.checkbox-radiobutton-container input:checked ~ .checkmark {
	background-color: black;
}

.radiobutton:after, .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-radiobutton-container input:checked ~ .radiobutton:after,
.checkbox-radiobutton-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-radiobutton-container input:checked ~ .radiobutton:after {
	background-color: #fff;
	border-radius: 50%;
}

.checkbox-radiobutton-container .radiobutton:after, .checkbox-radiobutton-container .checkmark:after {
	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
}
.checkbox-radiobutton-container .checkmark:after {
	top: 2px;
	left: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*END - Custom radio and check boxes*/

/*START - Faq*/
.zl_faq > ul {
	margin-left: 0 !important;
}

.zl_faq > ul > li {
	list-style-type: none;
	position: relative;
}

.zl_faq > ul > li > span > i {
	margin: 0 20px 0 3px;
}

.zl_faq > ul > li:not(:first-child) {
	border-top: 1px solid #d4d4d4;
}

.zl_faq_question {
	display: block;
	padding: 10px;
}

.zl_faq > ul > li > span > .fal {
	font-weight: 300 !important;
}

.zl_faq > ul > li > span > .fa.fal:before {
	content: "\f107";
}

.zl_faq > ul > li > span.zl_faq_active > .fa.fal:before {
	content: "\f106";
}

.zl_faq_question.zl_faq_active {
	font-weight: bold;
}

.zl_faq_question:hover {
	cursor: pointer;
}

.zl_faq_answer {
	overflow: hidden;
	display: block;
	max-height: 0px;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
	padding: 0 10px;
}

.zl_faq_answer.zl_faq_opened {
	max-height: 999px;
	transition: max-height 1s ease-in-out;
}
/*END - Faq*/

.zl-top-button {
	position: fixed;
	padding: 15px 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	bottom: 100px;
	right: 0;
	bottom: 40px;
	margin-right: 10%;
	opacity: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}
.zl-top-button::before {
	position: relative;
	left: -2px;
}
@media (min-width: 768px) {
	.zl-top-button {
		background-color: rgba(0,0,0,0.5);
		border: 0;
		border-radius: 3px;
	}
	.zl-top-button::before {
		position: relative;
	}
}
.zl-top-button.zl-top-button-visible {
	opacity: 1;
	z-index: 99801;
}

.zl-top-button:hover,
.zl-top-button:focus {
	opacity: 0.65;
	cursor: pointer;
}

.zl-mobile-friendly-height {
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.zl-mobile-friendly-height .button-collapse {
	top: auto !important;
	bottom: 0;
}

.zl-mobile-friendly-height:not(.expanded):before{
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0;
	border-bottom: 20px solid #fff;
	left: 0;
	content: "";
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	z-index: 0;
}

@media (min-width: 768px) {
	.zl_visiblemobile {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.zl_hidemobile {
		display: none !important;
	}
}

.zl-counter-container {
	text-align: center;
}
.zl-counter-container-bs3 .zl-counter-div {
	float: left;
	width: 25%;
}
.zl-counter-container-bs4 .zl-counter-div {
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.zl-counter-div .zl-counter {
	display: inline-block;
	padding-top: 20px;
	font-size: 30px;
	width: 85px;
	height: 85px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f0f0f0;
}

/*START - Background video on div*/
.zl_bgvideo {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.zl_bgvideo_content {
	padding: 185px 0;
	background-color: rgba(0,0,0,0.7);
	position: relative;
	z-index: 2;
	color: #fff;
}
.zl_bgvideo_iframe {
	top: 0;
	width: 100%;
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
/*END - Background video on div*/

/*START - CTA phone*/
.zl_ctaphone_cuttoff {
	position: relative;
}
.zl_ctaphone_cuttoff_gradient {
	text-align: right;
	position: absolute;
	top: 0;
	right: 5px;
	height: 100%;
	width: 100%;
	z-index: 2;
}
@media (max-width: 768px) {
	.zl_ctaphone_cuttoff_gradient {
		display: none;
	}
}
.zl_ctaphone_cuttoff_gradient:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f141";
	position: absolute;
	right: 5px;
	top: 3px;
	z-index: 2;
	height: 100%;
	font-size: 20px;
}
/*END - CTA phone*/

/*START - STATUSBAR*/
.zl_statusbar_container {
	width: 100%;
	position: relative;
	background-color: rgba(0,0,0,0.3);
	height: 10px;
	z-index: 1030;
	top: 0;
}
.zl_statusbar {
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	background-color: #000000;
}
/*END - STATUSBAR*/

/*START - LINKZO*/
.zl-linkzo-site p:last-child {
	margin: 0;
}
.zl-linkzo-site-title {
	font-size: 18px;
	margin-bottom: 10px;
}
/*END - LINKZO*/

/*START - SELECT BOX*/

/* START - Standaard styling */
.select-items,
.select-selected {
	background-color: #fff;
}
.select-items div,
.select-selected {

}
.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
/* END - Standaard styling */

.zl_select {
	width: 100%;
	position: relative;
	clear: both;
}
.zl_select select {
	display: none;
}
.select-selected:after {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	content: "\f078";
	top: 50% !important;
	transform: translateY(-50%);
	right: 10px;
}
.select-selected.select-arrow-active:after {
	content: "\f077";
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

/* Style items (options): */
.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99810;
}

/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}
/*END - SELECT BOX*/