.elementor-kit-8{--e-global-color-primary:#02282D;--e-global-color-secondary:#8FD303;--e-global-color-text:#2DB0BF;--e-global-color-accent:#EBEFE6;--e-global-color-fd5ceee:#DEF2F4;--e-global-color-787c649:#001518;--e-global-color-f811ace:#0A7D8A;--e-global-color-abbc7a0:#04515A;background-color:var( --e-global-color-accent );color:#000000;font-family:"Prompt", Sans-serif;font-size:18px;font-weight:200;line-height:28px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-text );font-size:18px;font-weight:400;color:#FFFFFF;border-radius:8px 8px 8px 8px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-f811ace );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:0px;}.elementor-kit-8 a{color:var( --e-global-color-text );}.elementor-kit-8 h1{font-family:"Sansation", Sans-serif;font-size:68px;font-weight:700;}.elementor-kit-8 h2{color:var( --e-global-color-primary );font-family:"Sansation", Sans-serif;font-size:52px;font-weight:bold;line-height:56px;}.elementor-kit-8 h3{color:var( --e-global-color-primary );font-family:"Sansation", Sans-serif;font-size:32px;font-weight:400;line-height:35px;}.elementor-kit-8 h4{color:var( --e-global-color-primary );font-family:"Sansation", Sans-serif;font-size:22px;font-weight:400;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8 h1{font-size:50px;line-height:1.2em;}.elementor-kit-8 h2{font-size:36px;line-height:1.2em;}.elementor-kit-8 h3{font-size:26px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:16px;}.elementor-kit-8 h1{font-size:40px;line-height:43px;}.elementor-kit-8 h2{font-size:30px;line-height:33px;}.elementor-kit-8 h3{font-size:26px;}.elementor-kit-8 h4{font-size:18px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Basic*/
.elementor-heading-title span {
    color: var(--e-global-color-secondary);
    font-weight: 600 !important;
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: none !important;
}

.ws-fade,
.ws-fade-item {
    transition: none !important;
}

@media only screen and (max-width: 767px) {
    .gradient-shapesmobile:before {
        content: "";
        background: linear-gradient(90deg, var( --e-global-color-primary ) 0%, #02282D66 60%);
        opacity: .7;
    }
}

/*Buttons*/
.btn {
    width: max-content;
}

.btn a {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 11px 12px 11px 24px;
    border: 1px solid transparent;
}

.btn.primary a:before {
    content: url(/wp-content/uploads/2025/10/chevron-right-white.svg);
    position: absolute;
    transition: .3s;
    right: 24px;
}

.btn.primary a:after {
    content: "";
    height: 32px;
    width: 32px;
    background: #56CFDD;
    display: flex;
    border-radius: 4px;
}

.btn.primary:hover a:before {
    transform: rotate(-90deg)
}

.btn.secondary a {
    padding: 18px 24px;
    border-color: var(--e-global-color-text);
    background: transparent;
}

.btn.secondary:hover a {
    background: var(--e-global-color-text);
}

@media only screen and (max-width: 767px) {
    .btn a {
        padding: 8px 8px 8px 16px;
    }
    
    .btn.primary a:before {
        right: 21px;
    }
    
    .btn.secondary a {
        padding: 15px 16px;
    }
}

/*Breadcrumbs*/
.ws-breadcrumbs {
    gap: 12px;
}

.ws-breadcrumbs > div:last-child p {
    color: #04515A !important;
}

.ws-breadcrumbs p {
    color: #8A9293 !important;
}

.ws-breadcrumbs>div:hover p {
    color: #04515A !important;
}

.ws-breadcrumbs p:before {
    content: "";
    height: 14px;
    width: 7px;
    position: relative;
    top: 1px;
    margin-right: 12px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/10/chevron-right-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.ws-breadcrumbs > div:first-child p:before{
    display: none;
}

@media only screen and (max-width: 767px) {
    .ws-breadcrumbs p {
        font-size: 14px;
    }
    
    .ws-breadcrumbs p:before {
        height: 10px;
    }
    
    .ws-breadcrumbs {
        gap: 8px;
    }
}

/*Producten overview*/
.ws-producten-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}

.ws-product-card {
    background: white;
    display: flex !important;
    flex-direction: column;
    padding: 24px;
    border-radius: 50px 0 50px 0;
    justify-content: space-between;
    gap: 34px;
    height: 100% !important;
    max-height: unset;
}

.ws-product-image {
    display: flex;
    justify-content: center;
}

.ws-product-image img {
    display: block;
}

.ws-product-image img[src$=".jpg"],
.ws-product-image img[src$=".jpeg"] {
    border-radius: 20px 0 20px 0;
}

.ws-product-desc ul {
    padding: 0 0 10px 20px;
    border-bottom: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.ws-product-title h4 {
    margin: -10px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: auto;
}

h4.ws-product-title:after {
    content: url(/wp-content/uploads/2025/10/chevron-right-blue.svg);
    position: relative;
    margin-left: 16px;
    right: 0;
    transition: .3s;
    top: 2px;
}

.ws-product-card a:hover h4:after {
    right: -8px;
}

.ws-producten-grid.small .ws-product-card,
.ws-producten-swiper.small .ws-product-card {
    align-items: center !important;
    text-align: center !important;
}

.ws-producten-slider .swiper-slide {
	height: auto !important;
}

.ws-producten-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% + 30px);
    top: 40%;
    z-index: 2;
    left: -15px;
}

.ws-producten-nav img {
    cursor: pointer;
}

.swiper-button-disabled img {
    opacity: .45;
    cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
    .ws-producten-nav {
        width: 100%;
        top: 45%;
        left: 0;
    }
}

@media only screen and (max-width: 1025px) {
    .ws-producten-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .ws-producten-grid {
        grid-gap: 20px;
    }

    
    .ws-product-card {
        border-radius: 24px 0 24px 0;
        padding: 12px 12px;
        gap: 12px;
        max-width: 100%;
    }
    
    .ws-product-desc ul {
        line-height: 1em;
    }
    
    .ws-product-desc li {
        margin-bottom: 10px;
    }
    
    .ws-producten-grid h4 {
        margin: 0;
        text-align: center;
    }
    
    .ws-producten-grid .ws-product-desc {
        display: none;
    }
    
    h4.ws-product-title:after {
        display: none;
    }
}

/*USP*/
.usp {
    border-radius: 30px;
    cursor: pointer;
    position: relative;
}

.usp:after {
    content: url(/wp-content/uploads/2025/10/usp-check.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    opacity: 0;
    transition-delay: 0s;
}

.usp.active:after {
    opacity: 1;
    right: -25px;
    transition-delay: .2s;
}

.usp.active {
    background: var(--e-global-color-fd5ceee);
}

.usp-image img {
    border-radius: 50px 0 0 0;
}

.usp-image {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
}

.usp-image.active {
    position: relative;
    pointer-events: unset;
    opacity: 1;
}

@media only screen and (max-width: 1025px) {
    .usp:after {
        top: 0px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(.7);
        right: unset !important;
    }
    
}

@media only screen and (max-width: 767px) {
    .usp-image img {
        border-radius: 24px;
        width: 100%;
        max-height: 170px;
    }
}

/*Branches*/
.ws-branches-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}

.ws-branche-card {
    display: flex;
    flex-direction: column;
    padding: 24px 18px 38px;
    border-radius: 50px 0 50px 0;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
    text-align: center;
    border: 1px solid var(--e-global-color-primary);
    background: #EBEFE6;
}

.ws-product-image {
    display: flex;
    justify-content: center;
}

.ws-branche-image {
    width: 100%;
}

.ws-branche-image img {
    display: block;
    border-radius: 26px 0 0 0;
    transition: .3s;
    object-fit: cover;
    width: 100%;
    display: block;
    height: 180px;
    width: 100%;
}

h3.ws-branche-title {
    font-size: 23px;
}

.ws-branches-grid h3:after {
    content: url(/wp-content/uploads/2025/10/chevron-right-blue.svg);
    position: relative;
    margin-left: 16px;
    right: 0;
    transition: .3s;
}

.ws-branches-grid h3 {
    margin: 0;
}

.ws-branches-grid a:hover h3:after {
    right: -8px;
}

.ws-branches-grid a:hover img {
    transform: scale(1.03)
}

@media only screen and (max-width: 1025px) {
    .ws-branches-grid  {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .ws-branches-grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .ws-branche-card {
        gap: 16px;
        padding: 12px 12px 16px;
    }
    
    .ws-branche-image {
        width: 100%;
    }
    
    .ws-branche-card img {
        height: 150px;
        width: 100% !important;
        object-fit: cover;
        max-width: unset !important;
        border-radius: 36px 0 0 0;
    } 
}

/*Projecten*/
.ws-projecten-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 24px;
}

.ws-project-thumb {
    height: 350px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.ws-project-card {
    position: relative;
    color: black;
}

.ws-project-card h4 {
    color: black;
}

.ws-project-card h4:after {
    content: url(/wp-content/uploads/2025/10/chevron-right-blue.svg);
    position: relative;
    top: 1px;
    margin-left: 10px;
    transition: .3s;
    left: 0;
    transform: scale(0.85);
    display: inline-block;
}

.ws-project-card:hover h4:after {
    left: 8px;
}

.ws-project-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.ws-project-tags {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.ws-tag {
    border-radius: 200px;
    color: white;
    font-weight: 400;
    padding: 4px 15px;
}

.ws-tag {
    background: var(--e-global-color-f811ace)
}

.ws-tag:last-child {
    background: var(--e-global-color-primary)
}

@media only screen and (max-width: 1025px) {
    .ws-project-thumb {
        height: 250px;
    }
    
    .ws-project-thumb img {
        border-radius: 24px;
    }
    
    .ws-project-tags {
        top: 16px;
        right: 16px;
    }
    
    .ws-projecten-grid {
        grid-gap: 40px 24px;
    }
}

@media only screen and (max-width: 767px) {
    .ws-projecten-grid {
        grid-template-columns: 1fr;
    }
    
    .ws-project-card h4 {
        display: flex;
    }
}

/*FAQ*/
.ws-faq-item {
    border-bottom: 1px solid #00000050;
    margin-bottom: 8px;
}

.ws-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ws-faq-question {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 16px 0 0;
    cursor: pointer;
    color: var(--e-global-color-primary);
}

.ws-faq-tag {
    background: white;
    color: var(--e-global-color-primary);
    border-radius: 200px;
    padding: 4px 15px;
    margin-right: 12px;
    white-space: nowrap;
}

.ws-faq-title {
    flex: 1;
    font-weight: 400;
    font-size: 20px;
}

.ws-faq-chevron {
    width: 20px;
    transition: transform 0.3s ease;
}

.ws-faq-item.active .ws-faq-chevron {
    transform: rotate(180deg);
}

.ws-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: .4s ease-in-out;
    color: #444;
    padding: 0 0 10px 0;
    opacity: 0;
    margin-top: 5px;
}

.ws-faq-item.active .ws-faq-answer {
    max-height: 1000px;
    opacity: 1;
}


@media only screen and (max-width: 767px) {
    .ws-faq-tag {
        font-size: 15px;
        margin-bottom: 10px;
    }
        
    .ws-faq-answer {
        margin-top: 10px;
    }

    .ws-faq-question {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .ws-faq-title {
        font-size: 16px;
    }
}

/*Logo slider*/
.ws-logo-slide {
    background: white;
    height: 150px !important;
    max-height: unset;
    border-radius: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%
}

.ws-logo-slide img {
    max-height: 80px;
    width: 100%;
    max-width: 130px;
    object-fit: contain;
}


.arrow-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.ws-logos-prev {
    left: -16px;
    cursor: pointer;
}

.ws-logos-next {
    right: -16px;
    cursor: pointer;
}

.ws-logos-prev.swiper-button-disabled,
.ws-logos-next.swiper-button-disabled {
    cursor: not-allowed;
    opacity: .3;
}

/*Paging*/
.facetwp-pager a {
    height: 56px;
    width: 56px;
    border: 1px solid var(--e-global-color-abbc7a0);
    display: flex;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-weight: 300 !important;
    color: var(--e-global-color-primary) !important;
}

.facetwp-pager a:hover,
.facetwp-pager a.active {
    background: var(--e-global-color-text);
    color: white !important;
    border-color: var(--e-global-color-text);
}

.facetwp-pager {
    display: flex;
    gap: 16px;
}

@media only screen and (max-width: 767px) {
    .facetwp-pager {
        gap: 8px;
    }
    
    .facetwp-pager a {
        height: 42px;
        width: 42px;
    }
}

/*Banner op productpage*/
.product-action {
    background: var(--e-global-color-secondary);
    width: max-content;
    color: white;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 200px;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 2;
}

@media only screen and (max-width: 1025px) {
    .product-action {
        font-size: 15px;
    }
}

/*Inspiratie blok*/
/*Bugfix menu hover*/
.ws-gallery .e-gallery--animated .e-gallery-item {
    left: unset !important;
    position: relative !important;
    width: 100% !important;
    top: unset !important;
}

.ws-gallery .e-gallery--animated {
    display: grid !important;
    grid-gap: var(--vgap) var(--hgap);
    grid-template-columns: repeat(var(--columns), 1fr);
}

.ws-gallery > div a:nth-child(1) {
    grid-column: span 2;
}

.ws-gallery > div a:nth-child(4) {
    grid-column: span 2;
}

.ws-gallery > div a div {
    height: 100%;
    border-radius: 20px;
}

.ws-gallery > div a {
    border-radius: 20px;
}

@media only screen and (max-width: 767px) {
    .ws-gallery > div a {
        grid-column: span 1 !important;
    }
    
    .ws-gallery > div a div {
        min-height: 150px;
        border-radius: 8px;
    }
    
    .ws-gallery > div a {
        border-radius: 8px;
    }
}

/*Post content*/
.post-content h1 {
    margin-bottom: 40px;
}

.post-content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.post-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.post-content p,
.post-content ul {
    margin-bottom: 20px;
}

.post-content .post-content-quote {
    margin: 30px 0;
}

@media only screen and (max-width: 767px) {
    .post-content h1 {
        margin-bottom: 20px;
    }
}

.post-sticky a {
    color: var(--e-global-color-text)
}

/*Forms*/
.ginput_container.ginput_container_text input,.ginput_container.ginput_container_email input,.ginput_container.ginput_container_number input,.ginput_container.ginput_container_phone input,.ginput_container.ginput_container_textarea textarea,
    .pac-target-input {
    height: 56px;
    border-radius: 8px !important;
    text-indent: 10px;
    outline-color: var(--e-global-color-text);
    border: none;
    font-weight: 300 !important;
}

.ginput_container.ginput_container_textarea textarea {
    outline-color: var(--e-global-color-text);
    border: none;
    font-weight: 300 !important;
    padding-top: 20px !important

}

.gfield {
    position: relative;
}

.gform_wrapper .gfield_label {
    color: white;
    font-weight: 300 !important;
    font-size: 18px !important;
}

.gform_wrapper input[type=checkbox] {
    position: relative;
    cursor: pointer;
    visibility: hidden;
    margin-right: 24px;
}

.gform_wrapper input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -1px;
    left: 0;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
    background: white;
    background-size: 0;
    visibility: visible;
    border: 1px solid white;
}

.gform_wrapper input[type=checkbox]:checked:before {
    background-color: var(--e-global-color-text);
}

.gform_wrapper .gfield_consent_label {
    color: white!important;
    cursor: pointer;
    font-weight: 300 !important;
}

.gform_wrapper .gfield_consent_label a {
    text-decoration: underline;
    color: var(--e-global-color-text);
}

.ginput_container_consent {
    display: flex
}

.gfield_validation_message {
    padding: 0 20px!important;
    color: #c02b0a!important;
    background: white!important;
    border: none!important;
    border-radius: 8px
}

.gform_wrapper.gravity-theme .gfield_required {
    color: white !important;
}

/*Knop*/
.gform_button.button {
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 11px 12px 11px 24px;
    margin-top: 20px;
}

.gform_button.button:before {
    content: url(/wp-content/uploads/2025/10/chevron-right-white.svg);
    position: absolute;
    transition: .3s;
    right: 24px;
    display: flex;
}

.gform_button.button:after {
    content: "";
    height: 32px;
    width: 32px;
    background: #56CFDD;
    display: flex;
    border-radius: 4px;
    left: unset;
}

.gform_button.button:hover:before {
    transform: rotate(-90deg)
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sansation';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lockerspecialist.nl/wp-content/uploads/2025/10/Sansation-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Sansation';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://lockerspecialist.nl/wp-content/uploads/2025/10/Sansation-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */