/*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 - 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 - Browser*/
.zl_browser {
	text-align: right;
}
.zl_browser .btn:not(.btn-highlight) {
	background: none !important;
}
.zl_browser_lefticon {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
}
.zl_browser_lefticon:before {
	content: "\f104";
}
.zl_browser_righticon {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
}
.zl_browser_righticon:before {
	content: "\f105";
}
/*END - Browser*/

.zl_tabs {
	background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(255,255,255,0) 100%);
	padding: 10px 10px 0 10px;
}
.zl_tabs .btn {
	border-radius: 0;
	outline: 0 !important;
}
.zl_tabs .btn:hover {
	opacity: 1;
}
.zl_tabs .btn:focus {
	outline: 0 !important;
	outline-color: #fff !important;
}
.zl_tabs .btn:not(.zl_tabs_btn_active) {
	background: none;
}
.zl_tabs .btn.zl_tabs_btn_active {
	transform: translateY(2px);
	border-top-color: rgba(0,0,0,.15);
	border-right-color: rgba(0,0,0,.15);
	border-left-color: rgba(0,0,0,.15);
}

.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 .fas {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	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 - SOCIAL CLASSES*/
span[class^="zl_sociallogo_"] {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: black;
}
.zl_sociallogo_linkedin {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/linkedin-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/linkedin-logo.svg") no-repeat center / 100%;
}
.zl_sociallogo_facebook {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/facebook-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/facebook-logo.svg") no-repeat center / 100%;
}
.zl_sociallogo_facebook_f {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/facebook-f-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/facebook-f-logo.svg") no-repeat center / 100%;
}
.zl_sociallogo_twitter {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/twitter-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/twitter-logo.svg") no-repeat center / 100%;
}
.zl_sociallogo_youtube {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/youtube-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/youtube-logo.svg") no-repeat center / 100%;
}
.zl_sociallogo_whatsapp {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/whatsapp-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/whatsapp-logo.svg") no-repeat center / 100%;
}
.zl_sociallogo_instagram {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/instagram-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/instagram-logo.svg") no-repeat center / 100%;
}
.zl_sociallogo_pinterest {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/pinterest-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/pinterest-logo.svg") no-repeat center / 100%;
}
.zl_sociallogo_tiktok {
	mask: url("/assets/zolive-assets/1/latest/zolive-general/img/tiktok-logo.svg") no-repeat center / 100%;
	-webkit-mask: url("/assets/zolive-assets/1/latest/zolive-general/img/tiktok-logo.svg") no-repeat center / 100%;
}
/*END - SOCIAL CLASSES*/

/*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*/

/* START - DYNAMIC BLOCK 2 koloms (6-6/8-4) vullende afbeelding */
.row-2col-fill-image {
	position: relative;
}
.row-2col-fill-image.row-text-right {
	justify-content: flex-end;
}
@media (min-width: 992px) {
	.row-2col-fill-image .col {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.row-2col-fill-image.row-equal-cols .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-2col-fill-image .auto-height-image {
		position: absolute;
		width: calc(33.333333% - 3.333333%);
		height: 100%;
		right: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.row-2col-fill-image.row-equal-cols .auto-height-image {
		width: calc(50% - 3.333333%);
	}
	.row-2col-fill-image.row-text-right .auto-height-image {
		right: auto;
		left: calc(var(--bs-gutter-x) * .5);
	}
}
/* END - DYNAMIC BLOCK 2 koloms (6-6/8-4) vullende afbeelding */