body{
    font-family: "Open Sans";
    max-width: 100vw;
    overflow-x: hidden;
}

.opensans,.opensans-bold,.opensans-bolder,.opensans-h1,.opensans-light{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal !important;
    font-size: 20px;

}
.opensans-bold{
    font-weight: bold !important;
    letter-spacing: 1px;
}
.opensans-bolder{
    font-weight: bolder !important;
    letter-spacing: 1px;
}
.opensans-bolderr-black{
    font-weight: bolder !important;
    letter-spacing: 1px;
    text-shadow: 1px 0 black;
}

.opensans-bolderr-white{
    font-weight: bolder !important;
    letter-spacing: 1px;
    text-shadow: 1px 0 white;
}

.opensans-bolderr-blue{
    font-weight: bolder !important;
    letter-spacing: 1px;
    text-shadow: 1px 0 #009cdd;
}
.opensans-bolderr-green{
    font-weight: bolder !important;
    letter-spacing: 1px;
    text-shadow: 1px 0 #abc85c;;
}


.opensans-light{
    font-weight: lighter;
}

.opensans-h1{
    font-size: 60px;
    font-weight: 900;
    text-shadow: 2px 0 white;
    letter-spacing: 4px !important;
}

.raleway-bold{
    font-weight: bold !important;
}
.raleway-bolder{
    font-weight: bold !important;
    text-shadow: 1px 0 black;
    letter-spacing: 1px !important;
}
.raleway-h1{
    font-size: 60px;
    font-weight: 900;
    text-shadow: 2px 0 white;
    letter-spacing: 4px !important;
}

.raleway,.raleway-h1,.raleway-bolder,.raleway-bold{
    font-family: "Raleway", sans-serif !important;
}

.italic{
    font-style: italic;
}

.letter-spacing-0{
    letter-spacing:0 !important;
}
.letter-spacing-1{
    letter-spacing: 1px !important;
}

.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px !important;
}

.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}

.font-20{
    font-size: 20px;
}
.font-26{
    font-size: 26px;
}
.font-31{
    font-size: 31px;
}

.font-36{
    font-size: 36px;
}

.font-47{
    font-size: 47px;
}

.shadow-black{
    text-shadow: 1px 0 black;
}
.shadow-white{
    text-shadow: 1px 0 white;
}

.font-color-white{
    color: white !important;
}
.font-color-gray{
    color: #5d5d5d !important;
}
.font-color-lightgray{
    color: #a4a4a4 !important;
}
.font-color-gray2{
    color: #b7b6b6;
}
.font-color-green{
    color: #abc85c;
}
.font-color-blue{
    color: #009cdd;
}
.font-color-black{
    color:black !important;
}

.top_page{
    background-color: #009cdd;
    color:white;
}

.social-icon,us-social-icon{
    margin: 10px;
    color:white;
}

.top-logo{
    margin-top:10px;
    margin-bottom: 10px;
}

.visite-card{
    text-align:right;
    height:50px;
}

.visite-card-top-plane{
    margin:10px;
    position: relative;
    top:4px;
    display: inline-block;
    width:46px;
    height:46px;
    border-radius: 23px;
    border-style: solid;
    border-width: 2px;
    border-color: #dcdcdc;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;

    color: #abc85c;
}
.visite-card-property {
    display: inline-block;
}

.visite-card-property div:nth-child(1) {
    font-weight:bold;
}
.visite-card-property div:nth-child(2) {
    font-family: "Open Sans";
    text-align: center;

}


header{
    /*height:70px;*/
    background-color: #9ebf43;
    z-index:100000;
}

header .container{
    /*height:70px;*/
}
.navbar-custom {
    background-color: #9ebf43;
}
.navbar-icon{
    margin-left:20px;
    cursor: pointer;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    padding:0 10px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing:2px;
    position: relative;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color:white;
}

.nav-link{
    transition: font-size 0.2s;
}

.nav-link:before,.nav-link:after{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-link:before{
    border-top: solid 1px white;
    border-left: solid 1px white;
    top: 0px;
    left: 20px;
}
.nav-link:after{
    border-right: solid 1px white;
    border-bottom: solid 1px white;
    right: 20px;
    bottom: -0px;
}
.nav-link:hover:before,.nav-link:hover:after,.nav-link.active:before,.nav-link.active:after{
    opacity: 1;
    visibility: visible;
    width: 20px;
    height: 20px;
}
.nav-link:hover:before,.nav-link.active:before{
    top: -5px;
    left: 5px;
}

.nav-link:hover:after,.nav-link.active:after {
    right: 5px;
    bottom: -5px;
}

.nav-link.nav-active{
     /*font-size: 16px !important;*/
}


/*.intro-text{*/
    /*bottom: 500px;*/
/*}*/

/*.intro-background .cut-border{*/
    /*margin-top:13vh;*/
    /*color: White;*/

    /*position: relative;*/
    /*padding: 5vh 5vh;*/
    /*max-width: 890px;*/
/*}*/
/*.intro-background .block-1 span{*/
    /*color: white;*/
/*}*/


.block-1 h2{
    font-size:40px;
    font-weight: bolder;
    letter-spacing:4px;
}
.block-1 span{
    color: #9ebf43;
    letter-spacing:2px;
}



.cut-border {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    margin-top: -8px;
    display: inline-block;
    max-width: 95%;
    margin-bottom: 40px;
}
.cut-border:after,.cut-border:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #9ebf43;
    z-index: 2;
}

.cut-border:before {
    top: -15px;
    left: -52px;
    border-width: 2px 0 0 2px;
}
.cut-border:after {
    bottom: -15px;
    right: -52px;
    border-width: 0 2px 2px 0;
}


.front-slider .slider-image{
    display: none;
}
.front-slider.slick-initialized .slider-image{
    display: block;
}
.front-slider .intro-background_1{
    display: block;
}

.intro-background{
    height: 84vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    background-image: url("../images/intro_1.png");
}

.intro-background_1{
    height: 84vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    background-image: url("../images/intro_1.png");
}

.intro-background_2{
    height: 84vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    background-image: url("../images/intro_2.jpg");
}

.intro-background_3{
    height: 84vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    background-image: url("../images/intro_3.jpg");
}
.intro-text{
    bottom: 83vh;
}
.intro-background .cut-border{
    margin-top:13vh;
    color: White;

    position: relative;
    padding: 5vh 5vh;
    max-width: 890px;
}
.intro-background .block-1 span{
    color: white;
}

.intro-background .cut-border > .button-rounded{
    margin-left: auto;
    margin-right: auto;
    margin-top:45px;
    display: block;
    width: 175px;
}
.intro-background .cut-border .bottom-corners:before,.intro-background .cut-border .bottom-corners:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-bottom: none;
}

.intro-background .cut-border .bottom-corners:before{
    top: auto;
    bottom: 0;
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;
}
.intro-background .cut-border .bottom-corners:after{

    top: auto;
    bottom: 0;
    border: 2px solid #ffffff;
    border-top: none;

    left: auto;
    right: 0;
    border-left: none;
}


.intro-background .cut-border:after,.intro-background .cut-border:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-bottom: none;
}
.intro-background .cut-border:before {
    border-right: none;
}
.intro-background .cut-border:after{
    left: auto;
    right: 0;
    border-left: none;
}
.intro-background .cut-border img{
    display: inline-block;
    padding: 10px 0px;
}


.price-compare{
    padding: 20px 115px;
    background-color:#009cdd;
    min-height:230px;
    border-radius: 115px;
    margin-top:100px;
    color:white;
    font-family: "Raleway", sans-serif;
}
.price-compare.footer{
    margin-top:30px;
}

.price-compare > h1{
    font-family: "Raleway", sans-serif;
    font-weight: 100;
}

.intro-block-2{
    top: 0px;
}


.price-compare .form-row input{
    height:50px;
    border: 2px #e5e5e5 solid;
    padding: 0px 0px 0px 10px;
}

.price-compare .form-row select{
    padding: 0px 0px 0px 10px;
    height:50px;
    border: 2px #e5e5e5 solid;
    /*min-width:170px;*/

    display: inline-block;



    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(to right, #9ebf43, #9ebf43);
    background-position: 100% 0;
    background-size: 2.5em 3.5em;
    background-repeat: no-repeat;
}

.price-compare .select_arrow{
    pointer-events: none;
    position: absolute;
    top: 48px;
    right: 18px;
    width: 12px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.price-compare .form-row label{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.slider{
    width: 250px;
    height:50px;
    font-size:0px;
    background-color: #e5e5e5;
}
.slider-wrapper{
    margin-right: 5px;
}

.price-compare input{
    width: 100%;
}

.slider .left:hover, .slider .right:hover,.c-pointer{
    cursor: pointer;
}
.slider .left{
    left:1px;
}
.slider .left, .slider .right{
    font-weight: bold;
    font-size: 20px;
    max-width: 44px;
    min-width: 44px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;

    display: inline-block;

    top:-20px;
    position:relative;

    background-color: #9ebf43;
}
.slider .content{
    display: inline-block;
    height:100%;
    width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    overflow:hidden;
    border-width: 0px 1px 0px;
    border-style: solid;
    background-color:white;
    display: inline-block;
    font-size: 0px;
    white-space: nowrap;
}

.slider .person{
    height: 100%;
    vertical-align: middle;
    width: calc(100%);
    text-align: center;
    padding-top: 7px;
    position:relative;
    display:inline-block;
    font-size:25px;
    color: black;
}

.slider .left .fas, .slider .right .fas{
    line-height: 46px;
    vertical-align: middle;
}
#manualinput{
    width: 200px;
    text-align: center;
}
.popover{
    max-width:600px;
}

.ui-slider-label {
    width: 6em;
    padding: .5em;
    background: #eee;
    border: 1px solid #bbb;
    text-align: center;
}

.price-compare-filler{
    background-color: #9ebf43;
    height:115px;
    margin-top: -115px;
    position: relative;
    z-index:-1;
}

.price-compare-block.footer .price-compare-filler{
    height:200px;
}

.services-block.even{
    background-color: #f5f5f5 !important;
}
.services-block{
    min-height:370px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.services-block:before, .services-block:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: solid 2px #009cdd;
}
.services-block:before {
    border-right: none;
    border-bottom: none;
    top: 20px;
    left: 20px;
}
.services-block:after {
    border-left: none;
    border-top: none;
    bottom: 20px;
    right: 20px;
}

.services-block-wrapper{
    padding: 30px;
    text-align: center;
}

.services-block-wrapper .intro-image{
    padding:20px;
}
.services-block-wrapper h4{
    font-weight: bold;
}
.services-block-wrapper hr{
    height:1px;
    width:50px;
    border-top:2px solid black;
}
.services-block-wrapper button{
    background-color: #9ebf43;
    color:white;
    font-weight: bold;
    display: block;
    margin:auto;
    margin-top:30px;
}

.services-block-wrapper .button-rounded{
    padding-left:10px;
    padding-right:10px;
    height:40px;
    border-radius: 20px;
    width:130px;
}
.service-text{
    min-height: 63px;
    display: block;
}


.p-6 {
    padding: 4rem !important;
}
.pt-6,
.py-6 {
    padding-top: 4rem !important;
}
.pr-6,
.px-6 {
    padding-right: 4rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}
.pl-6,
.px-6 {
    padding-left: 4rem !important;
}

.block-green{
    min-height: 345px;
    height:380px;
    background-color: #9ebf43;
}


.button-rounded, .button-rounded-smaller{
    padding: 5px 5px;
    height: 50px;
    border: 2px white solid;
    border-radius: 25px;
    border-color: white;
    display:inline-block;
    letter-spacing: 1px !important;
    cursor:pointer;
}



h6{
    text-transform: uppercase;
    font-weight:bold;
}

h3{
    text-transform: uppercase;
    font-weight:bold;
}

.span-outline h3{
    font-weight: bolder;
}
.span-outline:before,.span-outline:after{
    content: '';
    display: block;
    height: 42px;
    width: 42px;
    position: absolute;
}

.span-outline:before{
    top: -10px;
    left: 45px;
    border: solid 2px white;
    border-width: 2px 0 0 2px;
}
.span-outline:after{
    right: 20px;
    border: solid 2px white;
    border-width: 0 2px 2px 0;
}
.span-outline-subtitle{
    padding-bottom: 30px;
    text-transform: uppercase;
    color:white;
}
.front-info-block-intro p{
    color:white;
}

.front-info-block div{
    display: inline-block;
    float:left;
    margin-bottom: 30px;
}

.front-info-block span{
    font-size: 14px;
    color:white;

}

.front-info-block div:nth-child(2){
    margin-left:30px;
    width: calc(100% - 120px)
}
.front-icon{
    width:70px;
    height:70px;
    max-width:70px;
    max-height:70px;
    background-color:white;
    border-radius: 50%;
    border: 1px white solid;

}
.front-icon img{
    position: relative;
    margin:auto;
    display: block;
    top:12.5px;
}
.block-services{
    padding-bottom:70px;
}

.block-blue{
    background-color:#009cdd;
    color:white;
    min-height:550px;
    padding-bottom:100px;
}
.block-blue span{
    color:white;
}
.block-blue .intro-block-2{
    top:20px;
    margin-bottom:40px;
}



.block-blue .cut-border,.block-green .cut-border{
    border-color: white !important;
}
.block-green .cut-border:before,.block-green .cut-border:after,
.block-blue .cut-border:before,.block-blue .cut-border:after{
    border-color: white !important;
}
.customer{
    background-color:white;
    height:300px;
    padding: 60px 40px 40px;
    text-align: center;
    border-bottom: 3px solid #9ebf43;
}
.customer h3{

}
.customer hr{
    height: 2px;
    width: 70px;
    border-top: 2px solid #9ebf43;
}
.customer .customer-name{
    text-transform: uppercase;
    margin-bottom: -5px;
}

.customer-text{
    max-height:100px;
    min-height:100px;
}

.customer-potret{
    width:80px;
    height:80px;
    position: absolute;
    background-color:#e6e4e4;
    left: calc(50% - 40px);
    border-radius: 50%;
    border: 2px solid #009cdd;
    top:-40px;
}

.block-question{
    padding-bottom:100px;
}

.block-question .row:nth-child(1){
    height:105px;
}
.block-question .row:nth-child(2){
    text-align:center;
    padding-bottom:30px;
}

.block-question span{
    color:#a4a4a4;
}

.block-question .cut-border{
    border-color: #009cdd !important;
    margin-bottom: 30px;
}
.block-question .cut-border:before,.block-question .cut-border:after{
    border-color: #009cdd !important;
}

.block-question button{
    background-color: #9ebf43;
    color:white;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin:auto;
    margin-top:30px;
}

.block-question :placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
}

.block-question .button-rounded{
    padding-left:20px;
    padding-right:20px;
    height:50px;
    border-radius: 25px;
    width:180px;
}


.footer-banner{
    background-color:#009cdd;
    height: 150px;
}
.us{
    background-color:#9ebf43;
    height: 350px;
    padding-top: 75px;
}

.us-icon{
    color:#cbdc99;
    margin-right:20px;
}
.us-social-icon{
    color:white;
    font-size:16px;
    margin-right:25px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}




.footer-banner-logo{
    text-align:right;
}
.footer-banner-footer div:nth-child(1) div {
    text-align: right;
}

.customer-word{
    margin-top:70px;
}

.slider{
    width: 100%;
}

.no-popup{

}


#ikzitbij.form-control{
    color: #5d5d5d !important;
    font-family: "Open Sans";
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height:50px;
    border: 2px #e5e5e5 solid;
    padding: 0px 0px 0px 10px;
    background-clip: inherit;
}

.header-logo{
    margin-left:35px;
}
.price-compare{
    padding-left:115px;
    padding-right:0px;
}

.price-compare .button-rounded{
    background-color: #9ebf43;
    color:white;
    font-weight: bold;
    display: block;
    margin:auto;

}



/*.services-block-wrapper .button-rounded{*/
    /*padding-left:10px;*/
    /*padding-right:10px;*/
    /*height:40px;*/
    /*border-radius: 20px;*/
    /*width:130px;*/
/*}*/



.page-content .row{
    margin:0px;
}
.page-content{
    padding-top:50px;
}


.btn-filter-holder{
    border: 2px solid #e5e5e5;
    display: inline-block;
    font-size: 0px;
    padding:0px;
}
.btn-filter{
    border:0px;
    background-color: white;
    height:30px;
    width:100%;
}
.btn-filter.active{
    background-color: #9ebf43;
    color: #f2f6e6 !important;
}


.header-page{
    background-color:#009cdd;
    height: 160px;
}
.header-page .row{
    height: 100%;
}
.filter-bar{
    background-color:#009cdd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom:20px;
    margin-right:10px;
}

.filter-bar select{
    width: 100%;
}

.filter-bar select{
    padding: 0px 0px 0px 10px;
    height:30px;
    border: 2px #e5e5e5 solid;
    /*min-width:170px;*/

    display: inline-block;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*.filter select:focus {outline:none}*/
.filter-bar select:active{
    border: 2px #e5e5e5 solid;
}
.selectbox{
    width: 100%;
    max-height:30px;
}

.selectbox{

}

.selectbox::after{
    content: "";
    min-width: 30px;
    min-height:30px;
    width: 30px;
    left: calc(100% - 30px);
    top: -30px;
    padding: 0 0 2px;
    border: 2px solid #e5e5e5;
    background-color:#9ebf43;
    position: relative;
    pointer-events: none;
    display: inline-block;
}

.filter .select_arrow{
    pointer-events: none;
    position: relative;
    top: -41px;
    left: calc(100% - 20px);
    width: 12px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 9999;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0px !important;
    border: 2px solid #e5e5e5;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #e5e5e5;
    background-color: #9ebf43;
}

.product-row{
    border-radius: 10px;
    border: 1px solid #009cdd;
    height: 170px;
}
.product-logo{
    padding:0px;
    height: 50%;
}
.product-logo img{
    max-width: 100px;
}

.product-row .button-rounded{
    width:175px;
    background-color:#9ebf43;
}

.products{
    padding: 0px;
    padding-bottom:50px;
}

.product-circle{
    position: absolute;
    top:65px;
    left:-15px;
    border-radius: 15px;
    background-color:#009cdd;
    width:30px;
    height:30px;
    text-align:center;
    padding-top: 3px;
}

.product-more-info{
    background-color:#009cdd;
    height: 46px;
    border-radius: 23px;
    left: calc(50% - 100px);
    position: absolute;
    width:200px;
    text-align: center;
    top:147px;
    padding-top:9px;
}

.border-price{
    border-left: 2px solid #009cdd;
    height:55%;
    padding-top: 15px;
}

.pricecontent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.pricecontent li {
    float: left;
}

.pricecontent li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.pricecontent .nav-menu{
    border-bottom: 1px solid #009cdd;
    border-top: 1px solid #009cdd;
}

/* Change the link color to #111 (black) on hover */
.pricecontent li a:hover {
    border-bottom: 2px solid #009cdd
    /*background-color: #111;*/
}

.pricecontent .totaal{
    border-width: 2px !important;
    border-color: #009cdd !important;
}

.pricecontent li a.active{
    border-bottom: 2px solid #009cdd
}




.btn-radio{
    padding:0px;
    border-radius:10px;

    margin-left:5px;
}
.btn-radio input{
    margin-left:5px;
    vertical-align: middle;
    top:0px;
}
.btn-radio label{
    padding-left:25px;
    border-radius:10px;
    padding-top: 5px;
    padding-bottom:5px;
    padding-right: 5px;
}
.btn-radio input[type=radio]:checked + label{
    border: 2px solid #009cdd;
}

/*.wizard-btn{*/
    /*background-color:#009cdd;*/
    /*border: 1px solid #9ebf43;*/
    /*padding:10px;*/
    /*color:white;*/
/*}*/
.wizard{
    overflow: hidden;
}

.wizard-arrow{
    color: #009cdd;
    text-align:right;
    padding-right:30px;
    padding-bottom:30px;
}

.wizard-arrow.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.wizard ul {
    list-style: none;
    text-align: center;
}

.wizard li {
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    background-color: white;
    border: 1px solid #009cdd;
    z-index: 0;
}

.wizard li.active > div {
    background-color:#009cdd;
    color:white;
}
.wizard li.finish > i {
    display: inline-block !important;
}

.wizard-check{
    position: absolute;
    top:-3px;
    color: #9ebf43;
    right: 10px;
}

.wizard li:before {
    position: absolute;
    content: '';
    top: -1px;
    left: calc(50%);
    transform: translate(-50%,0);
    height: calc(100% + 2px);
    width: calc(100% - 55px);
    background-color: white;
    z-index: -1;
}

.wizard li:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -1px;
    transform: translate(0%,-50%);
    height: calc(100% - 15px);
    width: calc(100% + 2px);
    background-color: white;
    z-index: -1;
}


.request-content{
    display: none;
    position: relative;

}
.request-content.active{
    position: absolute;
    display:block;
    width:100%;
    height:100%;
}

.request-loading{
    position: absolute;
    background-color: RGBA(255,255,255,0.56);
    width:calc(100% - 15px);
    height:80%;
    z-index:9999;
    display: none;

}

.loading-wrapper{
    background-color:white;
    position: relative;
    width:80%;
    height:80%;
    border: 2px solid #009cdd;
}

.request-load{
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: relative;

    display: none;
}
.request-load.active{
    display: block;
}

.request-load div{
    display:inline-block;
    vertical-align: middle;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.alignright {
    float: right;
    margin: 5px 0 30px 25px;
    max-width: 50%;
}
.alignleft {
    float: left;

    margin: 5px 25px 30px 0px;
    max-width: 50%;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 5px 0 5px 30px;
    border-left: 3px solid #9ebf43;
    font-size: 14px;
    font-style: italic;
}

.ahref-blanco:hover{
    text-decoration: none;
}

.product-more-info:hover{
    cursor:pointer;
}

.client-image{
    cursor: pointer;
}

/*.image-text{*/
    /*display: inline-block;*/
/*}*/
/* Style the buttons that are used to open and close the accordion panel */


button.accordion {
    background-color: #009cdd;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #9ebf43;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    color: black;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: rgba(0,0,0,0);
    text-shadow: 0 0 #FFFFFF;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


@media (max-width: 1270px) {
    .row.footer-banner .col:nth-child(5),
    .row.footer-banner .col:nth-child(4)
    {
        display:none;
    }
}
@media (max-width: 1199.98px) {
    .row.footer-banner .col:nth-child(5),
    .row.footer-banner .col:nth-child(4)
    {
        display:none;
    }


    .front-info-block{
        display: inline-block;
    }
    .block-green{
        height:600px;
    }
    .price-compare-block .container{
        max-width:calc(100% - 20px);
    }
    .price-compare label[for="adres"] span, .price-compare label[htmlFor="adres"] span{
        display:none;
    }
    .price-compare label[for="adres"]:after, .price-compare label[htmlFor="adres"]:after{
        content: 'Huisnr + toev.';
    }
    .price-compare{
        padding-left: 75px;
        padding-right: 75px;
    }
    .slider{
        width: 100%;
    }
    /*.price-compare{*/
        /*height: 250px;*/
    /*}*/
}

@media (max-width: 991.98px) {
    .row.footer-banner .col:nth-child(6),
    .row.footer-banner .col:nth-child(5),
    .row.footer-banner .col:nth-child(4)
    {
        display:none;
    }

    .customer{
        margin-bottom: 5rem;
        height: 275px;
    }
    .customer-text{
        max-height: 75px;
        min-height: 75px;
    }

    .block-green{
        height:700px ;
    }

    .block-green .container{
        max-width: 100%;
    }
    .price-compare-filler{
        margin-top: -140px !important;
        height: 150px;
    }

    .price-compare-block.footer .price-compare-filler{
        height:250px;
    }

    .intro-background .cut-border .bottom-corners:after{
        top: auto;
        bottom: 0;
        left: auto;
        right: 30px;
    }
    .intro-background .cut-border:before {
        left: 40px;
    }

    .intro-background .cut-border:after{
        left: auto;
        right: 30px;
        border-left: none;
    }
    .intro-background .cut-border .bottom-corners:before {
        left: 40px;
    }
    .intro-background .cut-border .bottom-corners:after {
        right: 40px;
    }

    .nav-item{
        max-width:300px;
    }

    .nav-link:hover:before,.nav-link:hover:after{
        width: 10px;
        height: 10px;
    }


    .nav-link:hover:before{
        top: -2px;
        left: 2px;
    }

    .nav-link:hover:after {
        right: 2px;
        bottom: -2px;
    }

}

@media (max-width: 767.98px) {
    .row.footer-banner .col:nth-child(6),
    .row.footer-banner .col:nth-child(5),
    .row.footer-banner .col:nth-child(4),
    .row.footer-banner .col:nth-child(2)
    {
        display:none;
    }

    .banner-logo{
        text-align:right;
    }
    .banner-content{
        padding-top:20px;
        text-align:left;
    }

    .block-green{
        height:875px;
    }
    .block-green .cut-border{
        width: 90%;
    }
    .cut-border:before {
        top: -15px;
        left: -22px;
        border-width: 2px 0 0 2px;
    }
    .cut-border:after {
        bottom: -15px;
        right: -22px;
        border-width: 0 2px 2px 0;
    }

    .front-info-block{
        padding-left:40px;
    }
    .front-info-block-content{
        margin-top:50px;
    }
    .front-info-block-intro p{
        margin-top:10px;
    }

    .price-compare label[for="adres"]:after, .price-compare label[htmlFor="adres"]:after{
        content: 'Huisnr + toevoeging';
    }
    .price-compare-filler{
        margin-top: -200px !important;
        height: 210px;
    }
    .price-compare-block.footer .price-compare-filler{
        height:350px;
    }

    .raleway-h1{
        font-size: 40px;
    }

    .popover.fade.bs-popover-bottom.show{
        position: relative !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media (max-width: 770px) {
    .container.top-logo {
        max-width: 100% !important;
        padding: 0px;
    }
    .visite-card{
        padding-left:0px;
        min-width:250px;
        margin-bottom:20px;
    }
    .visite-card-top-plane{
        margin: 10px 0px;
    }
    .header-logo{
        margin-left:10px;
    }
}
@media (max-width: 575.98px) {
    .row.footer-banner .col:nth-child(6),
    .row.footer-banner .col:nth-child(5),
    .row.footer-banner .col:nth-child(4),
    .row.footer-banner .col:nth-child(2),
    .row.footer-banner .col:nth-child(3)
    {
        display:none;
    }

    .footer-banner-logo,.footer-banner-content{
        text-align: center !important;
    }

    .footer-banner-content{
        margin-top:10px;
    }

    .us{
        padding-top:10px;
    }

    .footer-banner-footer div:nth-child(1) div {
        text-align: center;
        margin-top:10px;
    }

    .font-36{
        font-size:29px !important;
    }

    .question-email{
        padding-top: 1rem;
    }
    .block-green{
        height:1100px;
    }
    .block-green .cut-border{
        width: 90%;
    }
    .front-info-block{
        padding-left:0px;
    }
    .intro-block-2{
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .price-compare{
        padding-left: 10px;
        padding-right: 10px;
    }

    .price-compare .form-group{
        padding-left:10px;
        padding-right: 10px;
    }
    .price-compare{
        padding-top:70px;
        padding-bottom:70px;
    }

    .price-compare-filler{
        margin-top: -290px !important;
        height: 300px;
    }

    .raleway-h1{
        font-size: 30px;
    }
    .cut-border.block-1{
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-logo{
        margin-left:15px;
    }
}
@media screen and (max-width: 390px) {
    .font-36{
        font-size:20px !important;
    }

    .header-logo{
        margin-left:0px;
    }
}

@media (max-height: 700px) {
    .intro-text{
        bottom: 94vh;
    }
}





