/*** General CSS ***/
.btn,
#sp_qc_submit {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000c30 !important;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    display: inline-block;
}
.btn:hover {
    background: transparent;
    color: #7a7a7a !important;
}
.btn.bd {
    border: 2px solid #000 !important;
    padding: 11px 20px !important;
    background: #fff;
}

/*** Header Area ***/
/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    border-top: 2px solid;
    padding: 10px 0;
    z-index: 2;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background: transparent;
}
#sp-header.header-sticky {
    position: fixed;
    background: #fff;
    border-top: 2px solid;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
    background: #fff;
    border-top: 2px solid;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0 25px;
    font-weight: 500;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
.sp-megamenu-parent > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    right: 0;
    margin: 0 auto;
    left: 0;
    position: absolute;
    bottom: 13px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 50px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}

/*** Block Styles ***/
/*** Divider ***/
.divider {
    margin: 0 auto;
}

/*** About ***/
.about-img:hover {
    cursor: pointer;
}
.about-img .sppb-addon-content, 
.about-img .sppb-addon-content .sppb-addon-single-image-container {
    position: relative;
}
.about-img .sppb-addon-content:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-content .sppb-addon-single-image-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-content:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-content .sppb-addon-single-image-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img:hover .sppb-addon-content:before,
.about-img:hover .sppb-addon-content .sppb-addon-single-image-container:after {
    height: 50%;
}
.about-img:hover .sppb-addon-content:after,
.about-img:hover .sppb-addon-content .sppb-addon-single-image-container:before {
    width: 50%;
}
.about img {
    width: 100%;
}
.about-content h3 {
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    padding-right: 130px;
}
.about-content h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}
.about-content h3 {
    position: relative;
}
.about-content h3:before {
    content: "";
    bottom: 8px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 1px;
    background: #ccc;
}

/*** Event ***/
.events .sppb-row {
    padding: 50px 0 80px;
    border-bottom: 1px solid #eeeeee;
}
.events-time {
    display: inline-block;
    padding: 10px 15px;
}
.events-time h6 {
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.events-time h5 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
}
.event-content strong {
    display: none;
}
.event-content em {
    padding-right: 10px;
}
.event-content p {
    font-size: 13px;
}


/*** Feature ***/
.feature-item:hover {
    cursor: pointer;
}
.feature-item .sppb-img-container {
    position: relative;
    overflow: hidden;
}
.feature-item .sppb-img-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 2%;
    right: 2%;
    top: 2%;
    bottom: 2%;
    width: 96%;
    height: 96%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: rgba(51,51,51,0.75);
    display: inline-block;
    border: 5px solid #fff;
}
.feature-item:hover .sppb-img-container:before {
    opacity: 1;
}
.feature-item:hover .sppb-img-container img {
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.feature-item:hover .sppb-img-container img {
    transform: scale(1.5);
}
.feature-item .sppb-media-content {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 48%;
    z-index: 2;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.feature-item:hover .sppb-media-content {
    opacity: 1;
}

/*** Current ***/
.current-item:hover {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}
.current-item .sppb-img-container img {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.current-item:hover .sppb-img-container img {
    transform: scale(1.05)
}
.current-item .sppb-img-container {
    box-shadow: 0.45rem 1.75rem 1.75rem 0 rgba(0,0,0,.32);
}
.current-item p {
    color: #b89d4f;
    font-size: 11px;
    text-transform: uppercase;
}

/*** Special ***/
.special {
    border: 10px solid #f5f0e5;
}

/* Bottom Area */
#sp-bottom3 strong,
#sp-bottom2 strong,
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    margin-top: 10px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 18px;
    background: #444444;
    height: 55px;
    color: #fff;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgb(228 200 200 / 50%);
    display: inline-block;
}
.shrewd_solution_icon ul li a:hover {
    background: #000;
}

/*** History ***/
.history-item p {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}
.history-item p:nth-child(2n) {
    margin-right: 0%;
}
.history-img .sppb-addon-single-image-container img {
    position: relative;
    z-index: 2;
}
.history-img .sppb-addon-single-image-container {
    position: relative;
    box-shadow: 1.25rem 1.375rem 2.75rem 0 rgba(0,0,0,.42)!important;
}
.history-img .sppb-addon-single-image-container:before {
    content: '';
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(184,157,79,1);
    top: 0;
    transform: rotate(-12.5deg);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(184,157,79,1);
    z-index: 1;
    opacity: .15;
}


/*** Our Artists ***/
.our-item h6 {
    font-size: 11px;
    text-transform: uppercase;
}
.our-item {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.our-item:hover {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%);
    cursor: pointer;
}
.our-item .sppb-img-container {
    position: relative;
    box-shadow: 0.45rem 1.75rem 1.75rem 0 rgba(0,0,0,.32)!important;
}
.our-item .sppb-img-container:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background: rgba(184,157,79,1);
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.our-item:hover .sppb-img-container:before {
    opacity: 0.45;
}

/*** Staff ***/
.staff-item .full-content {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 20px;
}
.staff-item .full-content:nth-child(2n) {
    margin-right: 0;
}
.staff-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.staff-item p {
    font-size: 12px;
    font-weight: 400;
}
.history-img.right {
    width: 250px;
    float: right;
}
.history-img.left {
    width: 250px;
    float: left;
    margin-top: -100px;
    margin-left: 30px;
}

/* Bottom */
#sp-bottom {
  	text-align: center;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom a {
    text-decoration: underline;
}
#sp-bottom .menu li a {
    font-weight: 400;
    position: relative;
    color: #000!important;
    font-size: 14px;
    font-family: 'Francois One';
    text-transform: uppercase;
    padding: 0 10px;
}
#sp-bottom .menu li a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 28px auto 0px;
    position: absolute;
    top: 2px;
    background: #F1755C;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#sp-bottom .menu li:hover > a:before,
#sp-bottom .menu li.active > a:before {
    width: 37px;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom .sp-module ul > li {
    position: relative;
}
#sp-bottom .sp-module ul > li:before {
    position: absolute;
    left: 0;    
    top: 5px;
}
#sp-bottom .sp-module ul > li a {
    display: inline-block!important;
}
#sp-bottom2 .sp-module ul > li a {
    margin-left: 0;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 50px !important;
    font-weight: 400 !important;
    margin: 0 0 20px;
    line-height: 1em;
    position: relative;
    text-transform: capitalize;
}
#sp-bottom p {
    margin: 0;
}
#sp-bottom a:hover {
    color: #fff !important;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
	.staff-item .full-content {
    	width: 100%;

	} 
  .begin-text {
    	text-align: center !important;
  }
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* Blocks */
.title h3,
.our-item h6, 
.staff-item h3, 
.event-content p
.about-content h3,
.title-video, 
.abilities-item i, 
.abilities-item h3, 
.title h3, 
.testimonial-item em, 
.contact-test-item h6, 
.contact-test-item h4, 
.services-item i, 
.services-item h3, 
.about-content h3 {
  	color: var(--text-color);
}
.divider {
  	border-color: var(--text-color)!important;
}
.services-item:after, #sp-bottom h3:before, 
.contact-icon .shrewd_solution_icon ul li a:hover, 
.taste-img, .contact-icon .shrewd_solution_icon ul li a, 
.events-time, .collection-border:before,
.sp-megamenu-parent > li:hover > a:before, 
.sp-megamenu-parent > li.active > a:before {
    background-color: var(--text-color)!important;
}
#sp_qc_submit, 
#sp-quickcontact-form #sp_qc_submit:hover, 
#sp_qc_submit, .lt-bg-colum, body:not(.home) #sp-header, 
#sp-header.header-sticky, .lt-title h2:before {
    border-color: var(--text-color)!important;
}

/***********************************************************/
/**************** CUSTOM ***********************************/
/***********************************************************/

/********* BANNER **************************/
  .custom-layover {
      position: absolute;
      background-color: rgba(184,158,79,0.75);
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 50%;
      margin-right: 8%;
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
  }

  .custom-layover p{
    font-size: 48px;
    color: white;
  }

  #banner-1{
    max-width: 75%;
  }

  .custom-sub-banner-txt{
      margin-left: 78%;
      margin-right: 1%;
      margin-top: -9%;
      font-size: 22px;
  }

/***** END BANNER **************************/

  .sppb-addon-title{
      margin-bottom: 40px;
      color: #047698;
      font-size: 90px;
      line-height: 90px;
      font-weight: 400;
  }

  .paragraaf-title {
      font-size: 48px;
    }

  .custom-max-width{
    max-width: 80%;
  }

  .custom-div-padding{
    color: #000c30;
    padding: 15px;
    /*background-color: rgba(0,56,168,0.5);*/
  }

  .sppb-divider {
      margin-bottom: 30px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dbdbdb;
      clear: both;
  }

  .sppb-divider-white{
    margin-bottom: 30px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #ffffff;
  }

  .gold-yellow-text{
    color: #b89e4f;
  }


  h3{
    color: #047698;
  }

  .images{
    border-radius: 4%;
  }

  .social-icon-pinterest, .social-icon-youtube, .social-icon-flickr{
    display: none !important;
  }

/******* Contact form customization *********/
  .custom-form{
      margin-top: 25px;
      margin-bottom: 25px;
      padding: 25px;
      border: solid 1px #b89e4f;
      color: #047698;
      border-radius: 2%;
  }

  .custom-form .visform textarea{
      height: 150px;
      width: 100%;
      border-radius: 4%;
  }

  #field6, #field7{
      border-radius: 15%;
      background-color: #aadbe9;
  }

  .privacy-checkbox-label{
       width: 100% !important;
  }

  .vis_mandatory {
      display: none;
  }
  
/**** End form customization *************/

  #personal-image, #personal-image-mob, #personal-image-tab{
      border-radius: 50%;
  }


/*************** MOBILE PHONE ***********************************/

@media only screen and (min-width: 360px ) and (max-width: 700px) {
  
/** BANNER **/
  .custom-layover {
    position: absolute;
    background-color: rgba(184,158,79,0.75);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 50%;
    margin-right: 8%;
    /* padding-top: 30px; */
    /* padding-right: 30px; */
    /* padding-bottom: 30px; */
    padding-left: 30px;
  }
  
  .custom-layover p{
    font-size: 13px;
    text-align: center;
  }
  
  .custom-sub-banner-txt{
    display: none;
  }
  /**End BANNER**/
  
  .sppb-addon-title {
    font-size: 45px;
  }
  
  .gold-yellow-text{
    font-size: 14px;
  }
  
  .paragraaf-title {
    font-size: 38px;
  }
  
  h3{
    font-size: 30px;
  }
  
  .images{
    max-width: 40%;
  }
  
  /** FOOTER **/
  .mobile{
    display: block;
  }
  
  .desktop{
    display: none;
  }
  
  .tablet{
    display: none;
  }
  /** End FOOTER**/
  
  
  body{
    font-size: 14px !important;
  }
  
  /** Info box *******/
  #sp-user3, .info-box{
    border: #047698 solid 1px;
    height: fit-content;
    border-radius: 5px;
    padding: 3%;
    background-color: #fafeff;
  }  
  
  #sp-user3{
    width: 85%;
    margin:auto;
    margin-bottom: 25px;
  }
  
  .info-box {
    font-size: 0.75rem;
  }
  .info-box h3{
    font-size: 0.75rem;
  }
  
  #info-warning{
    font-size: 1rem;
    color: #fae4a0;
    background-color: #047698;
    padding: 5px;
    border-radius: 5px;
  }
  /** End Info box ***/
  
  
  /***** Werkwijze stappen ********************/
  .stap-1, .stap-2, .stap-3, .stap-4{
    padding: 2%;
    font-size: 0.85rem;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 28%/*188px*/;
    text-align: center;
    background-color: #eff9fb;
    height: 230px;
    width: 293px;
  }
  
  .inner-stap{
    background-color: white;
  }
  
  .stap-1, .stap-2, .stap-3, .stap-4 p{
    color: #252525;
  }  
  
  .stap-titel{
    text-decoration: underline; 
    font-size: 20px; 
    color:#047698;
  }
  
  .stap-subtitle{
    color: #eeb509;
  }
  /***** End Werkwijze stappen ********************/
  
  #personal-image{
    border: #b89e4f solid 1px;
    
  }
  
  #personal-image-mob{
    border: #b89e4f solid 1px;
    margin-left: 11px;
    margin-top: 44px;
    border-radius: 50%;
  }
}


/****************** IPAD TABLET 1 ************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  
  /** BANNER **/
  .custom-layover {
      position: absolute;
      background-color: rgba(184,158,79,0.75);
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 45%;
      margin-right: 8%;
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 0px;
      padding-left: 30px;
  }
  
  .custom-layover p{
    font-size: 16px;
    text-align: center;
  }
  
  .custom-sub-banner-txt {
    margin-left: 78%;
    margin-right: 1%;
    margin-top: -11%;
    font-size: 12px;
}
  
  #personal-image {
    border-radius: 50%;
    margin-left: 14%;
 }
  
  /** End BANNER **/
  
  .images{
    max-width: 40%;
  }
  
  /** FOOTER **/
  .mobile{
    display: none;
  }
  
  .desktop{
    display: none;
  }
  
  .tablet{
    display: block;
  }
  
  /** End FOOTER**/
  
  /** Info box *******/
  #sp-user3, .info-box{
    border: #047698 solid 1px;
    height: fit-content;
    border-radius: 5px;
    padding: 3%;
    background-color: #fafeff;
  }  
  
  #sp-user3{
    width: 85%;
    margin:auto;
    margin-bottom: 25px;
  }
  
  .info-box {
    font-size: 0.75rem;
  }
  .info-box h3{
    font-size: 0.75rem;
  }
  
  #info-warning{
    font-size: 1rem;
    color: #fae4a0;
    background-color: #047698;
    padding: 5px;
    border-radius: 5px;
  }
  /** End Info box ***/
  /***** Werkwijze stappen ********************/
  .stap-1, .stap-2, .stap-3, .stap-4{
    float: left;
    padding: 2%;
    font-size: 0.85rem;
    margin-right: 20px;
    margin-bottom: 30px;
    border-radius: 28%/*188px*/;
    text-align: center;
    background-color: #eff9fb;
    height: 230px;
    width: 293px;
  }
  
  .inner-stap{
    background-color: white;
  }
  
  .stap-1, .stap-2, .stap-3, .stap-4 p{
    color: #252525;
  }  
  
  .stap-titel{
    text-decoration: underline; 
    font-size: 20px; 
    color:#047698;
  }
  
  .stap-subtitle{
    color: #eeb509;
  }
  /***** End Werkwijze stappen ********************/
  
  #personal-image{
    border: #b89e4f solid 1px;
  }
  
  #personal-image-tab{
    border: #b89e4f solid 1px;
    border-radius: 50%;
    margin-left: 11px;
  }
}

/************************* DESKTOP ******************/

@media only screen and (min-width: 1025px) {
  /** BANNER **/
  .custom-layover {
      position: absolute;
      background-color: rgba(184,158,79,0.75);
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 50%;
      margin-right: 8%;
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
  }

  .custom-layover p{
    font-size: 33px;
    color: white;
  }

  #banner-1{
    max-width: 75%;
  }

  .custom-sub-banner-txt{
      margin-left: 78%;
      margin-right: 1%;
      margin-top: -9%;
      font-size: 22px;
  }

  /** End BANNER **/
  
  /** FOOTER **/
  .mobile{
    display: none;
  }
  
  .desktop{
    display: block;
  }
  
  .tablet{
    display: none;
  }
  
  /** End FOOTER**/
  
  /** Info box *******/
  #sp-user3, .info-box{
    border: #047698 solid 1px;
    height: fit-content;
    border-radius: 15px;
    padding: 3%;
    background-color: #fafeff;
    margin-bottom:15px;
  }  
  
  .info-box {
    font-size: 0.85rem;
  }
  .info-box h3{
    font-size: 0.85rem;
  }
  
  #info-warning{
    font-size: 1rem;
    color: #fae4a0;
    background-color: #047698;
    padding: 5px;
    border-radius: 5px;
  }
  /** End Info box ***/
  
  /***** Werkwijze stappen ********************/
  .stap-1, .stap-2, .stap-3, .stap-4{
    float: left;
    padding: 2%;
    font-size: 0.85rem;
    border: #047698 solid 1px;
    margin-right: 20px;
    margin-bottom: 30px;
    border-radius: 50%/*188px*/;
    text-align: center;
    
    background-color: #fafeff;
    
    height: 300px;
    width: 300px;
  }
  .inner-stap{
    background-color: white;
  }
  
  .stap-1, .stap-2, .stap-3, .stap-4 p{
    color: #252525;
  }  
  
  .stap-titel{
    text-decoration: underline; 
    font-size: 20px; 
    color:#047698;
  }
  
  .stap-subtitle{
    color: #eeb509;
  }
  /***** End Werkwijze stappen ********************/
  
  #personal-image-d{
    border: #b89e4f solid 1px;
    border-radius: 50%;
    margin-left: 30px;
  }
}

/*************** IPAD TABLET 2 ***************************************/
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  
  /** BANNER **/
  .custom-layover {
      position: absolute;
      background-color: rgba(184,158,79,0.75);
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 45%;
      margin-right: 8%;
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 0px;
      padding-left: 30px;
  }
  
  .custom-layover p{
    font-size: 16px;
    text-align: center;
  }
  
  .custom-sub-banner-txt {
    margin-left: 78%;
    margin-right: 1%;
    margin-top: -11%;
    font-size: 12px;
}
  
  #personal-image {
    border-radius: 50%;
    margin-left: 14%;
 }
  
  /** End BANNER **/
  
  .images{
    max-width: 40%;
  }
  
  /** FOOTER **/
  .mobile{
    display: none;
  }
  
  .desktop{
    display: none;
  }
  
  .tablet{
    display: block;
  }
  
  /** End FOOTER**/
}

/*************** LARGE SCREENS *****************/
@media only screen and (min-width: 1281px) {
  
  /** BANNER **/
  .custom-layover {
      position: absolute;
      background-color: rgba(184,158,79,0.75);
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 45%;
      margin-right: 8%;
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 0px;
      padding-left: 30px;
  }
  
  .custom-sub-banner-txt{
    margin-left: 78%;
    margin-right: 1%;
    margin-top: -9%;
    font-size: 18px;
  }
  
  /** End BANNER **/
  
  /** FOOTER **/
  .mobile{
    display: none;
  }
  
  .desktop{
    display: block;
  }
  
  .tablet{
    display: none;
  }
  
  /** End FOOTER**/
}

/**CONTACT BUTTON**/
 .contact-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #047698; /* Green blue background */
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-top:10px;
   float:right;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  }

  .contact-button:hover {
    color: white;
    background-color: #21bbd5; /* Lighter bluegreen on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Slightly stronger shadow on hover */
  }

/** CUSTOM SLIDER*/
.ppzo-slider{
  background: #eef6f8;
  margin-top:-36px;
}

/**CUSTOM MOBILE Homepage**/
.overlay-text{
  position:absolute;
  width: 100%;
  padding-top: 40px;
  padding-left: 25px;
  padding-bottom: 2px;
  padding-right: 50px;
  background-color: rgb(255, 255, 255, 0.85);
}
.video-background{
  z-index:-3;
  overflow:hidden;
}

.werkwijze-stappen{
  /*background-image: url("/images/sampledata/integrale-hulp.jpg");
  background-size: cover;*/
  border-radius:2%;
}
.werkwijze-stappen-inner{
  background-color: rgb(255, 255, 255, 0.9);
}
.lees-meer-link{
  text-decoration: underline;
  background-color: #000000;
  padding: 10px;
  border-radius: 25%;
}

/*CUSTOM DIENSTEN*/
.specialisaties-table-first{
  width: 49.7485%; 
  padding-right:25px;
  vertical-align: top;
}
.specialisaties-table-outer-first{
  width: 49.7485%; 
  padding-left: 15px;
  vertical-align: top;
}
.specialisaties-table{
  width: 49.7485%; 
  padding-top: 25px; 
  padding-right:25px;
  vertical-align: top;
}
.specialisaties-table-outer{
  width: 49.7485%; 
  padding-top: 25px; 
  padding-left: 15px;
  vertical-align: top;
}
.tarieven{
  background-image: url("/images/sampledata/palms.jpg");
  background-size: cover;
  border-radius:2%;
}
.tarieven-inner{
  background-color: rgb(255, 255, 255, 0.9);
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;           /* prevents overflow in narrow columns */
    overflow: hidden;
    border-radius: 12px;       /* modern rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);  /* subtle depth */
    background-color: #000;    /* fallback while video loads */
}

.responsive-video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;      /* change if your video has a different ratio, e.g. 16/9 for horizontal */
    object-fit: cover;         /* ensures the video fills nicely without distortion */
}

/* Optional: make it look even more premium on larger screens */
@media (min-width: 768px) {
    .video-container {
        border-radius: 16px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }
}

.werkwijze-timeline {
    max-width: 800px;
    margin: 15px auto;
}

.section-title {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 60px;
    color: #333;
}

/* Timeline Container */
.timeline {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

/* Vertical Line */
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #4cc7ec, #047698);
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Timeline Items */
.timeline-item {
    position: relative;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-number {
    font-family: 'Book Antiqua', Palatino, serif;
    font-size: 3.8rem;
    font-weight: bold;
    color: #047698;
    width: 90px;
    text-align: center;
    flex-shrink: 0;
    z-index: 2;
}

.timeline-content {
    background: white;
    padding: 24px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    flex: 1;
    max-width: 420px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.timeline-content h4 {
    margin: 0 0 8px 0;
    font-size: 1.35rem;
    color: #2c3e50;
}

.timeline-content p {
    margin: 0;
    color: #555;
    line-height: 1.5;
}

.image-stack {
    width: 34.2179%;           
    padding: 10px;
    border-radius: 12px;       /* modern container rounding */
}

.stacked-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;        /* clean image border-radius */
    margin-bottom: 8px;       /* spacing between the two images */
}

.stacked-image:last-child {
    margin-bottom: 0;
}

/* make it a bit wider/full-width on small screens */
@media (max-width: 600px) {
    .image-stack {
        width: 90%;            /* or 100% if you want it to fill the column */
        padding: 8px;
    }
  .stacked-image{
    width: 55%;
  }
}

.footer-column {
    color: #fff;                    /* light color suitable for footer */
    font-size: 15px;
    line-height: 1.6;
}

.footer-heading {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    text-align: left;
}

.footer-text p {
    margin: 6px 0;
    text-align: left;
}

.footer-link {
    margin-top: 16px;
   text-align: left;
}

.footer-contact p {
    margin: 7px 0;
    text-align: left;
}

.footer-contact strong {
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    min-width: 140px;     /* makes the labels align nicely */
}

.footer-link a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Divider - only show on mobile if you still need it */
.sppb-divider-white.mobile {
    display: none;   /* hide the old divider if you want a cleaner look */
}

/* Optional: make it look even nicer on mobile */
@media (max-width: 768px) {
    .footer-column {
        text-align: center;
        margin-bottom: 30px;
    }
  
  .timeline-number {
    font-size: 2.8rem;
    width: 75px;
  }
  .timeline-content{
    flex: 0.9;
    padding: 20px 25px;
  }
  .timeline-content h4{
    font-size: 1.15rem;
  }
}

.specialisaties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
}

.specialisatie-card {
    background: white;
    padding: 28px 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.specialisatie-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
}

.specialisatie-card h3 {
    margin-top: 0;
    margin-bottom: 18px;
    color: #2c3e50;
    font-size: 1.35rem;
}

.specialisatie-card p {
    margin-bottom: 14px;
    line-height: 1.65;
    color: #444;
}

.specialisatie-card p:last-child {
    margin-bottom: 0;
}

/* Make the last item (Rouwverwerking) span full width */
.full-width {
    grid-column: 1 / -1;
}

/* Mobile improvements */
@media (max-width: 600px) {
    .specialisatie-card {
        padding: 22px 20px;
    }
}