.nectar-button{
    padding: 5px 30px !important;
}
.nectar-button:hover{
    background-color: #A5A97B !important;
}
.tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li{
    border-right: 2px solid #A5A97B;
    border-top: 2px solid #A5A97B;
    border-bottom: 2px solid #A5A97B;
    background-color: #FFFFFF !important;
}
.tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li:first-child{
    border-left: 2px solid #A5A97B;
}
.tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li a.active-tab{
    border-bottom: 0;
    background-color: #A5A97B;
    color: #FFF;
}
.tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li a.active-tab:hover{
    background-color: #A5A97B;
}
.tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li a.active-tab:after{
    content:"";
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background-color: transparent;
    width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #A5A97B transparent transparent transparent;
 animation: falldown 0.4s;
}
@keyframes falldown {
  0% {
            opacity: 0;
            bottom:0px;
  }
  100% {
            opacity: 100%;
            bottom:-20px;
  }
}
.gform_wrapper input{
    display: inline-block;
    width:100% !important;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

@media screen and (max-width: 768px) {
    .home .tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li {
        flex: 100%;
        border: 2px solid #A5A97B;
        border-bottom: 0;
        
    }
    .home .tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li:last-child {
        border-bottom: 2px solid #A5A97B;
    }
    .home .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner .doelgroepimg {
        margin: 0 auto;
        display: block;
        max-width: 240px;
        display: none;
    }
     .home .tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li a {
         font-size: 16px;
         padding: 10px 15px;
     }
     .tabbed[data-style=minimal_flexible] .wpb_tabs_nav>li a.active-tab:after {
         display: none !important;
     }
     .tabbed[data-style=minimal_flexible] .wpb_tabs_nav {
         margin-bottom: 30px;
     }
     #referenties {
         margin-top: 100px !important;
     }
     #header-hero h1 {
        font-size: 26px !important;
        text-align: center !important;
    }
    #header-hero .vc_column-inner {
        padding: 0 !important;
    }
}

