.lightBackground {     background-color: var(--quaternary) !important; }
.darkBackground {     background-color: var(--dark) !important; }

.particle.particle-dots { -webkit-mask-image: url(https://www.boersweb.nl/media/bw/particle-dot.svg); mask-image: url(https://www.boersweb.nl/media/bw/particle-dot.svg); }
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu { top: 87px;  }
#footer .footer-copyright a, #footer .footer-copyright a:hover, #footer .footer-copyright a:focus { color:#555!important; }
#footer .footer-copyright a:hover, #footer .footer-copyright a:focus { text-decoration:underline!important; }
#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a { text-transform: none!important; }
#header .header-column .header-row { align-items: normal; }
#header .header-column .header-row .header-logo { margin-top:16px; }

.custom-hero-row { min-height: calc(100vh - 273px); }
.custom-element-wrapper { position: absolute; }
.custom-element-wrapper.custom-element-1 {
		top: 25%;
		left: 45%;
		width: 300px;
		height: 300px;
}

.custom-element-wrapper.custom-element-1 .custom-element {
		background: transparent;
		border: 3px solid var(--primary);
		opacity: 0.05;
		width: 100%;
		height: 100%;
		border-radius: 25px;
}

.custom-element-wrapper.custom-element-2 {
		top: 45%;
		left: 62%;
		width: 150px;
		height: 150px;
}

.custom-element-wrapper.custom-element-2 .custom-element {
		background: var(--primary);
		opacity: 0.05;
		width: 100%;
		height: 100%;
		border-radius: 25px;
}

.custom-element-wrapper.custom-element-3 {
		top: 57%;
		left: 70%;
		width: 100px;
		height: 100px;
}

.custom-element-wrapper.custom-element-3 .custom-element {
		background: transparent;
		border: 3px solid var(--primary);
		opacity: 0.05;
		width: 100%;
		height: 100%;
		border-radius: 25px;
}

.custom-element-wrapper.custom-element-4 {
		top: 57%;
		left: 44%;
		width: 100px;
		height: 100px;
}

.custom-element-wrapper.custom-element-4 .custom-element {
		background: var(--primary);
		opacity: 0.03;
		width: 100%;
		height: 100%;
		border-radius: 25px;
}

.custom-element-wrapper.custom-element-5 {
		top: 18%;
		left: 7%;
		width: 450px;
		height: 450px;
}

.custom-element-wrapper.custom-element-5 .custom-element {
		background: var(--secondary);
		width: 100%;
		height: 100%;
		border-radius: 25px;
}

@media (min-width: 768px) {
		.custom-element-wrapper.custom-element-5 {
				top: 18%;
				left: 15%;
		}
}

@media (min-width: 992px) {
		.custom-element-wrapper.custom-element-5 {
				top: 27%;
				left: 22%;
		}
}

@media (min-width: 1200px) {
		.custom-element-wrapper.custom-element-5 {
				top: 22%;
				left: 22%;
		}
}

@media (min-width: 1400px) {
		.custom-element-wrapper.custom-element-5 {
				top: 27%;
				left: 78%;
		}
}

.custom-element-wrapper.custom-element-6 {
		width: 160px;
		height: 160px;
		top: 22.2%;
		right: -8%;
}

.custom-element-wrapper.custom-element-7 {
		width: 160px;
		height: 160px;
		top: 58.2%;
		right: -38%;
}

.custom-element-wrapper.custom-element-8 {
		top: -5%;
		left: -6%;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 77.2% 100%, 0 54%);
}

@media (min-width: 768px) {
		.custom-element-wrapper.custom-element-8 {
				top: -5%;
				left: 5%;
		}
}

@media (min-width: 992px) {
		.custom-element-wrapper.custom-element-8 {
				top: 5%;
				left: 5%;
		}
}

@media (min-width: 1200px) {
		.custom-element-wrapper.custom-element-8 {
				top: 0%;
				left: 10%;
		}
}

@media (min-width: 1400px) {
		.custom-element-wrapper.custom-element-8 {
				top: 5%;
				left: 63%;
		}
}

.custom-element-wrapper.custom-element-9 {
		width: 160px;
		height: 160px;
		top: 5%;
		left: 7%;
}

.custom-element-wrapper.custom-element-10 {
		width: 160px;
		height: 160px;
		top: 65%;
		right: 10%;
}

.custom-element-wrapper.custom-element-11 {
		display: inline-block;
}

.custom-element-wrapper.custom-element-11 img {
		border-radius: 25px;
}

.custom-element-wrapper.custom-element-11:before {
		display: block;
		content: "";
		position: absolute;
		top: 30px;
		left: -30px;
		background: var(--primary);
		border-radius: 25px;
		width: 100%;
		height: 100%;
		z-index: -1;
}

/* Page Header */
.page-header {
		padding-top: 153px;
		padding-bottom: 0;
}

.page-header .container:before {
		content: "";
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(0, 0, 0, 0.06);
		position: absolute;
}

/* Breadcrumb */
.breadcrumb li {
		font-weight: 600;
		letter-spacing: 1px;
}

.breadcrumb > li + li:before {
		padding: 0 7px 0 7px;
}

/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #0d5768;
	--primary-100: #167b93;
	--primary-200: #127187;
	--primary-300: #0f5f71;
	--primary--100: #167b93;
	--primary--200: #127187;
	--primary--300: #0f5f71;
	--primary-rgba-0: rgba(0, 82, 204, 0);
	--primary-rgba-10: rgba(0, 82, 204, 0.1);
	--primary-rgba-20: rgba(0, 82, 204, 0.2);
	--primary-rgba-30: rgba(0, 82, 204, 0.3);
	--primary-rgba-40: rgba(0, 82, 204, 0.4);
	--primary-rgba-50: rgba(0, 82, 204, 0.5);
	--primary-rgba-60: rgba(0, 82, 204, 0.6);
	--primary-rgba-70: rgba(0, 82, 204, 0.7);
	--primary-rgba-80: rgba(0, 82, 204, 0.8);
	--primary-rgba-90: rgba(0, 82, 204, 0.9);
	--secondary: #e87b00;
	--secondary-100: #16181b;
	--secondary-200: #111214;
	--secondary-300: #0b0c0d;
	--secondary--100: #2e3237;
	--secondary--200: #33383e;
	--secondary--300: #393e45;
	--secondary-rgba-0: rgba(34, 37, 41, 0);
	--secondary-rgba-10: rgba(34, 37, 41, 0.1);
	--secondary-rgba-20: rgba(34, 37, 41, 0.2);
	--secondary-rgba-30: rgba(34, 37, 41, 0.3);
	--secondary-rgba-40: rgba(34, 37, 41, 0.4);
	--secondary-rgba-50: rgba(34, 37, 41, 0.5);
	--secondary-rgba-60: rgba(34, 37, 41, 0.6);
	--secondary-rgba-70: rgba(34, 37, 41, 0.7);
	--secondary-rgba-80: rgba(34, 37, 41, 0.8);
	--secondary-rgba-90: rgba(34, 37, 41, 0.9);
	--tertiary: #E1ECF9;
	--tertiary-100: #ccdff5;
	--tertiary-200: #c1d8f3;
	--tertiary-300: #b6d1f1;
	--tertiary--100: #f6f9fd;
	--tertiary--200: #ffffff;
	--tertiary--300: #ffffff;
	--tertiary-rgba-0: rgba(225, 236, 249, 0);
	--tertiary-rgba-10: rgba(225, 236, 249, 0.1);
	--tertiary-rgba-20: rgba(225, 236, 249, 0.2);
	--tertiary-rgba-30: rgba(225, 236, 249, 0.3);
	--tertiary-rgba-40: rgba(225, 236, 249, 0.4);
	--tertiary-rgba-50: rgba(225, 236, 249, 0.5);
	--tertiary-rgba-60: rgba(225, 236, 249, 0.6);
	--tertiary-rgba-70: rgba(225, 236, 249, 0.7);
	--tertiary-rgba-80: rgba(225, 236, 249, 0.8);
	--tertiary-rgba-90: rgba(225, 236, 249, 0.9);
	--quaternary: #F4F9FD;
	--quaternary-100: #deedf9;
	--quaternary-200: #d4e7f7;
	--quaternary-300: #c9e1f5;
	--quaternary--100: #ffffff;
	--quaternary--200: #ffffff;
	--quaternary--300: #ffffff;
	--quaternary-rgba-0: rgba(244, 249, 253, 0);
	--quaternary-rgba-10: rgba(244, 249, 253, 0.1);
	--quaternary-rgba-20: rgba(244, 249, 253, 0.2);
	--quaternary-rgba-30: rgba(244, 249, 253, 0.3);
	--quaternary-rgba-40: rgba(244, 249, 253, 0.4);
	--quaternary-rgba-50: rgba(244, 249, 253, 0.5);
	--quaternary-rgba-60: rgba(244, 249, 253, 0.6);
	--quaternary-rgba-70: rgba(244, 249, 253, 0.7);
	--quaternary-rgba-80: rgba(244, 249, 253, 0.8);
	--quaternary-rgba-90: rgba(244, 249, 253, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #777;
	--quaternary-inverse: #777;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}
@media only screen and (max-width: 1200px) {
.blw_2e15787096322d103d7038c437ebe53e  section.section  { padding-bottom:0; }
.blw_2e15787096322d103d7038c437ebe53e  .custom-hero-row { min-height: auto !important; }
.blw_f94f26cf0bbe2e520ae871d3a5f58ed5 { margin-top: 0 !important; }
}
.introSvgWrapper {
width: 340px;
    height: 340px;
    position: relative;
    border-radius: 25px;
    padding-top: 82px;
    padding-left: 21px;
}
.introSvgInner {
    transform: rotate(-45deg);
width: 205px;
    height: 205px;
    padding: 10px;
}
.introSvgMed {
    width: 100%;
    height: 100%;
}
.introBlockP1 .introSvgWrapper {
     padding-top: 34px;
    padding-left: 108px;
}
.introBlockP1 .custom-element-wrapper.custom-element-11:before { left:inherit; right:-30px; top: -30px; }


.blw_10e15553634435d1a693dde1d7617811 .siteform label.form-label {
display:none;
}
.blw_10e15553634435d1a693dde1d7617811 .siteform {
    text-align:left;
}
.blw_10e15553634435d1a693dde1d7617811 .siteform .sfw_naam {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
}
.blw_10e15553634435d1a693dde1d7617811 .siteform .sfw_telefoonnummer {
    width: 49%;
    display: inline-block;
}

.blw_10e15553634435d1a693dde1d7617811 .siteform .btn-success {
    --hover: var(--primary--200);
    background-color: var(--primary);
    border-color: var(--primary) var(--primary) var(--primary-300);
    color: var(--primary-inverse);
}

.openVideoModal { cursor:pointer; }
#videoContainer {
        position: fixed;
    top: 0;
    padding: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
z-index:2000;
}
.videoContainerClose {
    font-size: 40px;
    position: fixed;
    top: 20px;
    color: #103b55;
    cursor:pointer;
}
#videoContainer video {
    max-width: 100%;
    max-height: 100%;
}
.darkBackground .blw_00dc634b869122cc6d733eb344460fed .text-color-dark { color:#fff!important; }
@media screen and (max-width: 1000px) {
.blw_eb41dee346287e3d2132032561bf802e .italic_text{
    max-width: 100% !important;
}    
}
/* Custom CSS to set the video height for larger screens */
    @media (min-width: 768px) {
        .custom-video-height {
            height: 389px !important;
        }
    }

    /* Default height for smaller screens */
    .custom-video-height {
        height: 250px;
    }



.zoom_button {
        position: absolute;
            bottom: 10px;
    right: 10px;
    }
.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #293233
}

.breadcrumbs ol li {
    display: inline-block
}

.breadcrumbs ol li a,.breadcrumbs ol li a:hover,.breadcrumbs ol li a:focus {
    color: #293233;
   text-decoration:none;
}

.breadcrumbs li:not(:first-child):before {
  content: ">";
}
.blw_e1da49db34b0bdfdddaba2ad6552f848 a {    text-decoration: underline; color:inherit; font-weight: 600; }
.tarief-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .tarief-card.default-hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(62, 69, 50, 0.2);
        }
    
        .tarief-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(62, 69, 50, 0.2);
        }
    
        .default-hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(62, 69, 50, 0.2);
        }
    
        .tarief-card .features .fa-check-circle {
            color: rgb(62, 69, 50);
        }
    
        .tarief-btn{
            border-color: rgb(62, 69, 50) !important;
            background: white !important;
            color: rgb(62, 69, 50) !important;
        }
    
        .tarief-btn:hover{
            background: rgb(62, 69, 50) !important;
            color: white !important;
        }
         .info-icon {
            position: relative;
            display: inline-block;
        }

        .info-icon .tooltiptext {
            visibility: hidden;
            width: 140px;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 5px;
            font-size: 12px;
            
            position: absolute;
            z-index: 1;
            bottom: 100%; 
            left: 0; 
            transform: translateX(-100%); 
        }

        .info-icon:hover .tooltiptext {
            visibility: visible;
        }

    .tarief-form-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(128, 128, 128, 0.5);
        z-index: 10000;
    }

    .tarief-form-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10000;
        width: 80%;
        max-width: 800px;
        height: auto;
        max-height: 80%;
        background-color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        overflow: hidden;
    }