@font-face {
    font-family: 'Sifonn Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Sifonn Pro'), url('/media/keuzestap/SIFONN_PRO.woff') format('woff');
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #3e4532; font-family: 'Sifonn Pro'; }

.btn-success, .bg-success {
border-color:#3e4532!important;
background-color:#3e4532;
color:#d0e6a5;
}

.btn-success:hover,.btn-success:focus,.btn-success.active, .bg-success {
border-color:#3e4532!important;
background-color:#fff!important;
color:#3e4532!important;
}
.btn-outline-success { border-color:#3e4532!important; color:#3e4532; }
.btn-outline-success:hover,.btn-outline-success:active,.btn-outline-success:focus { background-color:#3e4532!important; }

/*
.abfcbutton.abfInlineCActive {
    color: white!important;
}
.abfcimage .abfInlineCActive .abfcimage-title, .abfcimage:hover .abfcimage-title, .abfcimage.abfInlineCActive .abfccounter, .abfcimage:hover .abfccounter{ 
color: white!important;
}*/

.offerte-row .siteform_message  {
padding: 10px;
border: 3px solid green;
}
@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: ">";
}
@media only screen and (max-width: 1200px) {
  .backgroundImage{
   background-image: url('') !important;
  }
}
.headerrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navtoggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #d0e6a5;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.navtoggle-btn:hover,
.navtoggle-btn:focus {
    background-color: #c0e097;
}

.navtoggle-btn-icon {
    color: #3e4532;
    font-size: 24px;
}

.offcanvas-header {
    display: flex;
    justify-content: end;
}

.navclose-btn {
    font-size: 1.5rem;
    color: #d0e6a5;
    cursor: pointer;
}

ul.off-canvas-list {
    list-style: none;
}

ul.off-canvas-list li a, ul.off-canvas-list li.has-submenu {
    font-family: 'Sifonn Pro';
    color: #d0e6a5;
    display: block;
    transition: background 300ms ease;
    font-size: 26px;
    line-height: 56px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

ul.off-canvas-list li a:hover, ul.off-canvas-list li.has-submenu:hover {
    color: #c0e097;
}

.has-submenu {
    cursor: pointer;
}
.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;
    }