/* CUSTOM CSS DE WOONSCHAKEL 
============================== */


/* HEADER */

@media (max-width: 575px) {
#sp-header {
    height: 80px;
}
}

@media (max-width: 767px) {
#sp-header {
    padding: 10px 0px 0px 15px;
}
}

@media (max-width: 767px) {
    .djacc--static {
        margin-top: -10px;
        margin-right: 10px;
}
}



/* BREADCRUMBS */

.sp-page-title {
    background: transparent;
    padding: 20px 0px 10px 0px;
}

.sp-page-title .sp-page-title-heading {
    font-size: 24px;
    line-height: 1;
    display: none;
}

.sp-page-title:before {
    position: inherit !important;
}

.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: #0377ba;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: transparent;
    border-radius: 0.25rem;
    z-index: 3000;
}

.breadcrumb-item.active {
    color: #bd2818 !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.fa-map-marker-alt:before {
    content: "\f3c5";
    display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">");
}



/* ZOEKEN */

.module-search-button i {
    font-size: 30px;
    /*margin-right: 15px;*/
}

.query-required, #search-query-explained {
    display: none;
}

.btn-secondary[href="#advancedSearch"] {
    display: none;
}

#search-form .btn-primary {
    background-color: #bd2818;
    color:#fff;
    text-transform: uppercase;
}

 #search-form .fa-search:before {
    margin-right: 8px;
 }

 .finder .search-results.list-striped li {
    padding: 3px 0;
}

.awesomplete mark {
    background:rgba(241,156,125,0.5)
}

#search-result-empty h2 {
display: none;
}

#search-result-empty p {
    font-size: 22px;
    margin-top: 30px;
}

@media (max-width: 767px) {
.module-search-wrapper {
    margin-left:0px;
    margin-right: 0px;
}
}

@media (max-width: 1199px) {
    .zoeken{
        display: none;
}
}

.list-title {
    font-size: 22px;
}



/* ICONS EN DIRECT REGELEN HOME PAGE */

.direct_icons .sppb-icons-label-text {
    display: inline-block;
    vertical-align: middle;
}


.direct_regelen_top .sppb-icons-group-list li {
    text-align: left;
    margin-left: 20px;
}


    
/* MEGA MENU */

#sp-menu > .sp-column, 
 #sp-menu  .sp-megamenu-wrapper {
    justify-content: center !important;
}

.sp-megamenu-parent > li > a,  .sp-megamenu-parent > li > span {
    font-size:20px
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #FFFFFF;
    border-radius: 20px;
}

.sp-megamenu-parent>li:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0377ba;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.sp-megamenu-parent>li.active:after {
    visibility: hidden;
    opacity: 1;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 0px;
    color: #bd2818;
    cursor: default;
}

a.sp-group-title span {
    margin-right: 4px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 15px;
    line-height: 1.4;
    display: inline-block;
    padding: 4px 0;
    cursor: pointer;
    text-transform: uppercase;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #0377ba;
    left: -20px;
    top: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out
}



/* TOEGANKELIJKHEID */

.djacc--static {
    display: inline-flex;
    margin: 0;
    position: absolute !important;
    right: 40px !important;
    top: 10px !important;
}

@media (max-width: 767px) {
    .djacc--static  {
    top: -10px !important;
    }
    }



/* TOPBAR CALAMITEITEN & CONTACT INFO */

.calamiteiten_topbar .sppb-panel-heading {
    padding: 0px 0px 00px 0px;
    cursor: pointer;
    position: relative;
}

.calamiteiten_topbar .sppb-panel-faq>.sppb-panel-heading {
    border-bottom: none;
}

.calamiteiten_topbar .sppb-panel-heading .sppb-toggle-direction {
   display: none;
}

.calamiteiten_topbar .sppb-panel-heading:before {
    /*content: url(../images/covid19-warning.svg);*/
    content: none;
    position: relative;
    /*top: 0px;*/
    margin-right: 20px;
}

.calamiteiten_topbar .sppb-panel-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.calamiteiten_topbar .fa-exclamation-triangle:before {
    content: "\f071";
    font-size: 25px;
    margin-right: 15px;
}

.sp-contact-info li {
    /*display: inline;*/
    margin: 5px 15px 0px 0px;
    font-size: 100%;
    white-space: nowrap;
}

.sp-contact-info span::before {
    margin-right: 5px;
}

.calamiteiten_topbar p {
    padding: 0px 15px;
}

@media (max-width: 1200px) {
    .sp-contact-info {
        display: none;
    }
}



/* LAATSTE NIEUWS HOME PAGE */

.laatste_nieuws h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .laatste_nieuws h3 {
        font-size: 18px;
    }
    }

.laatste_nieuws img {
    border-radius: 15px;
    transition: all 0.5s ease;
}

.laatste_nieuws img:hover {
    opacity: 0.7;
    transition: all 0.5s ease;
}

.sppb-addon-articles .sppb-article-meta>span {
    display: inline-block;
    margin: 5px;
    color: #bd2818;
    font-size: 16px;
}

.nieuws_btn {
    border: 1px solid #191E1E  !important;
    background-color: transparent;
    font-size: 24px !important;
}

.article-full-image {
    margin: 0px -15px 0px 0px;
    display: none;
}



/* PROJECTEN & KOPPELING HOME PAGE */


.projecten_btn, .koppeling_btn {
    border: 1px solid #fff !important;
    background-color: transparent;
    color: #fff !important;
    font-size: 24px !important;
}



/* WOCOAPP HOME PAGE */

.app_store_btn:hover, .google_play_btn:hover {
    opacity: 0.7;
}



/* INFO ITEMS HOME PAGE */

.info_items .sppb-addon-article {
    margin-bottom: 30px;
    border: 1px solid rgba(135, 118, 255, 0.3);
    border-radius: 20px;
}

.info_items h3 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
}

.info_items img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all 0.5s ease;
}

.info_items img:hover {
    opacity: 0.7;
    transition: all 0.5s ease;
}



/* HUURDER & WONINGZOEKENDE PAGINA */

.article-details .article-details-top-wraper {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.klant_btn .sppb-article-info-wrap h3 a {
    background: #eff0fc;
    font-size: 22px;
    font-weight: 300;
    padding: 30px 5px 30px 15px;
    border-radius: 10px;
    transition: all 0.4s ease;
    display: block;
}

.klant_btn .sppb-article-info-wrap h3 a:hover {
    background: #bd2818;
    color: #fff !important;
    transition: all 0.4s ease;
}

.klant_btn .sppb-article-info-wrap h3 a:hover::after{
    content: url(../images/pijl_up.png);
    color: #fff !important;
    position: absolute;
    top: 10px;
    right: 25px;
}

@media (max-width: 991px) {
.article-details .article-details-top-wraper {
    display: block;
    padding-top: 10px;
}
}



/* BUTTON LINK ARTIKELEN */

.button_link {
    font-size: 20px !important;
    text-transform: none !important;
}

@media (max-width: 767px) {
    .button_link {
        font-size: 1.4em !important;
        text-align: left;
    }
    }
    


/* SOCIAL SHARE */

.social_share .fab {
    font-size: 30px;
    margin-top: 10px;
}

.sp-page-title:before {
    position: inherit !important;
}



/* PDF FLIPBOOK */

._df_thumb ._df_book-title {
    bottom: -100%;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 5px;
    font-size: 18px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    display: block;
    color: #0377ba;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    opacity: 0;
}

._df_button {
    padding: 12px 15px;
    background: #0377ba;
    color: white;
    font-size: 16px;
    border-color: #0377ba;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    margin: 10px 10px 0px 0px;
    border-radius: 5px;
}

._df_button:hover {
    background: #191E1E;
}


/* DE KOPPELING */

._df_thumb {
    cursor: pointer;
    /* background-color: #eee; */
    box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
    display: inline-block;
    -webkit-transform-style: flat;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    margin: 30px 20px 10px;
    /* -webkit-perspective: 1200px; */
    -moz-perspective: 1200px;
    perspective: 1200px;
}



/* ACCORDIAN PANEL ORGANISATIE PAGINA */

.sppb-panel-title .fa-download:before {
    content: "\f019";
    margin-right: 10px;
}



/* CONTACT PAGINA */

.contact_telefoonnummer p {
    font-size: 14px;
}

.contact_telefoonnummer h5 {
    font-size: 24px;
    font-weight: 500;
}



/* MEDEDELING CONTACTPAGINA */

.sppb-alert-danger a:hover {
    text-decoration: none;
}

.gewijzigde_openingstijden .sppb-alert {
    border-radius: 10px;

}

.gewijzigde_openingstijden h4 {
    margin-bottom: 25px;
    color:#bd2818;
}

.gewijzigde_openingstijden p {
    padding-top: 10px;
    color:#bd2818;
}

.gewijzigde_openingstijden li {
    color:#bd2818;
}

.gewijzigde_openingstijden .sppb-close {
    float: right;
    font-size: 40px;
    font-weight: 400;
    line-height: 0.5;
    color: #bd2818;
    opacity: 0.7;
}



/* FORMULIEREN */


input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 8px 0px 8px 8px;
}

#verzenden {
    margin-top: 20px;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color:#0377ba;
    transition: all 0.3s ease;
}

#verzenden:hover {
    background-color:#191E1E;
    transition: all 0.3s ease;
}

.formControlLabel {
    margin-top: 10px;
    margin-bottom: 20px;
}

.formResponsive textarea {
    width: 100%;
    background-color: rgba(239, 240, 252, 0.6);
    padding: 8px 0px 8px 8px;
    font-size: 16px;
    color: #191E1E;
    }

.formResponsive input[type="file"] {
    height: 50px;
    width: 100%;
    cursor: pointer;
}

.overlast h4, .huur_opzeggen h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}

.overlast .sppb-btn, .spoedzoeker .sppb-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spoedzoeker p {
    color:#bd2818;
}

.huuropzegging_btn .sppb-btn-secondary {
    border-radius: 10px !important;
    border: 1px solid #0377ba !important;
    text-transform: uppercase;
}

.huuropzegging_btn .sppb-btn-secondary i::before {
    margin-right: 5px !important;
}

/* KALENDER FORM */

.picker__day {
    padding: 0.3125em 0;
    font-weight: 400;
    border: 1px solid transparent;
}

#rsfp_adv_datepicker_11_0_1685311200000, #rsfp_adv_datepicker_11_0_1703458800000, #rsfp_adv_datepicker_11_0_1703545200000,
#rsfp_adv_datepicker_13_0_1685311200000, #rsfp_adv_datepicker_13_0_1703458800000, #rsfp_adv_datepicker_13_0_1703545200000,
#rsfp_adv_datepicker_14_0_1685311200000, #rsfp_adv_datepicker_14_0_1703458800000, #rsfp_adv_datepicker_14_0_1703545200000 {
    pointer-events: none;
    color: #ddd;

}

/* OPEN STREET MAP */

.leaflet-interactive {
    height: 40px !important;
    margin-top: -40px !important;
}


@media (max-width: 767px) {
    .leaflet-popup-content {
        margin: 13px 5px;
        line-height: 1.4;
    }
}

.leaflet-popup-content p {
    margin: 12px 0;
}



/* PROJECTEN PAGINA */

.projecten_icons img {
    display: inline-block;
    margin-right: 5px;
}

.projecten_icons p {
    display: inline-block;
    margin-right: 20px;
}



/* ORGANISATIE PAGINA */

.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: rgba(135, 118, 255, 0.05);
    color: #191E1E;
}

.jaarverslagen_icon .sppb-pie-chart .sppb-chart-icon {
    color: #0377ba;
}


/* BROCHURES */

.flipbook_brochure ._df_thumb {
    height: 375px;
    width: 263px;
    }



/* VACATURE EN STAGE PAGINA */

.vacature, .stage {
  border-radius: 20px !important;
  font-size: 20px !important;
  padding: 5px !important;
}

@media (max-width: 767px) {
    .vacature, .stage {
        font-size: 16px !important;
    }
    }



/* REPARATIE MELDEN */

.reparatie_modal a {
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
}

.reparatie_modal i::before {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 22px;
}

.modal-inner-block h5 {
    font-weight: 700;
    margin-top: 30px !important;
}

.modal-inner-block .sppb-text-left a {
    color: #bd2818;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 400;
}

.modal-inner-block .sppb-text-left a:hover {
    color: #191E1E;
}

.modal-inner-block .fa-arrow-up {
    transform: rotate(45deg) !important;
}



/* KLANTCONTACTMONITOR */

.klantcontactmonitor p {
    margin-top: 15px;
}



/* SAMEN THUIS & HUURDERSRARD VERHALEN */

.samen_thuis .sppb-addon-image-layout-content {
    background: #fff !important;
}

.huurdersraad_verhaal .sppb-addon-image-layout-content, .samen_thuis .sppb-addon-image-layout-content {
    background: #f1f1f1;
    padding: 20px 0px 0px;
}




/* FOOTER */

#sp-footer .container-inner:before {
    content: none;
    position: absolute;
    left: -240px;
    top: -123px;
    z-index: 1;
}

#sp-footer .container-inner:after {
    content: none;
    position: absolute;
    top: -50px;
    right: -105px;
    z-index: 1;
    background: rgba(135, 118, 255, 0.3);
    backdrop-filter: blur(4px);
    width: 80px;
    height: 100px;
}

#sp-footer #sp-footer2 {
    padding: 125px 0px 35px 50px;
    background: #0377ba;
}


@media (max-width: 991px) {
    #sp-footer #sp-footer2 {
        padding: 40px 0px 35px 15px;
    }
    }



/* DIRECT REGELEN MENU FOOTER */

.direct_regelen a {
     font-size: 18px !important;
 }



/* SCROLL UP */

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 60px;
    height: 60px;
    line-height: 36px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: rgba(25,30,30,0.5);
    border-radius: 20%;
    z-index: 1000;
    transition: all 0.3s ease;
}



/* COOKIEBELEID | PRIVACYVERKLARING | DISCLAIMER */

.cookiebeleid h4, .privacyverklaring h4, .disclaimer h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
    }
    
    #sp-cookie-consent.position-bottom_left, #sp-cookie-consent.position-bottom_right {
        width: 400px;
        max-width: 100%;
        border-radius: 10px !important;
        bottom: 20px;
    }
    
