*{
    font-family: "Poppins", sans-serif;
}

body,html{
    font-family: "Poppins", sans-serif;
}

h1{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

h2, h3{
    font-family: "Poppins", sans-serif;
    font-weight: 200 !important;
    font-style: normal;
}

.tabs-box__item{
    transition: all .5s;
}

.boxslider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    background: #8d8d8d;
}


.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: opacity 1s ease;
    z-index: 1;
    opacity: 0;
}

.boxslider__item {
    position: relative;
    z-index: 2;
    flex: 1;
    color: #ffffff;
    padding: 2.8rem;
    display: flex;
    flex-direction: column;
    align-self: normal;
    justify-content: flex-end;
    overflow: hidden;
}

.boxslider__item p{
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 1rem;
    transition: all 1s ease;
    transform: translateY(100px);
    color: #ffffff;
    overflow: hidden;
}

.boxslider__item p span{
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    padding-bottom: 0;
    height: 70px;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    transform: translateY(130px);
    transition: all 1s ease;
    opacity: 0;
    color: #ffffff;
}

.boxslider__item--active p{
    transform: translateY(0px);
    transition: all 1s ease;
    overflow: hidden;
}

.boxslider__item--active p span{
    transform: translateY(0px);
    transition: all 1s ease;
    opacity: 1;
    color: #ffffff;
}

.vakmanschap,
.natuursteen,
.maatwerk{
    border-right: 1px solid hsl(0deg 0% 100% / 40%);
}

[tabindex="-1"]:focus, input:read-write:focus, select:focus, textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

/* --- popup form --- */
.select-box{
    max-width: 600px;
    width: 100%;
}

.select-box-name{
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 1rem 0 1rem 0;
    cursor: pointer;
}

.select-box-name svg{
    transform: rotate(45deg);
    transition: all .5s;
    fill: #787878;
}

.select-box-name--active svg{
    transform: rotate(90deg);
    transition: all .5s;
}

.select-box-name p{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #696969;
}


.select-box-name:hover p{
    color: #000000;
}


.select-box-name:hover svg{
    transform: rotate(90deg);
    transition: all .5s;
    fill: #000000;
}

.select-box-container{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all .2s;
    position: absolute;
    max-width: 600px;
    width: 100%;
    background-color: #ffffff;
    padding: 0 2rem;
    border-left: 1px solid hsl(0deg 0% 0% / 0%);
    border-right: 1px solid hsl(0deg 0% 0% / 0%);
    border-bottom: 1px solid hsl(0deg 0% 0% / 0%);
    height: 0;
}

.select-box-container__item{
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
    color: #696969;
    display: flex;
    justify-content: space-between;
    height: 0;
    align-items: center;
    opacity: 0;
    padding: 0 0 0 40px;
}

.select-box-container--active{
    padding: 1rem 2rem 2rem 2rem;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: auto;
}

.select-box-container--active .select-box-container__item{
    height: 46px;
    opacity: 1;
    padding: 0;
}

.select-box-container__item:nth-of-type(1){
    padding: 0;
    transition: all .2s ease;
}

.select-box-container__item:nth-of-type(2){
    padding: 0;
    transition: all .3s ease;
}

.select-box-container__item:nth-of-type(3){
    padding: 0;
    transition: all .4s ease;
}

.select-box-container__item:nth-of-type(4){
    padding: 0;
    transition: all .5s ease;
}

.select-box-container__item:nth-of-type(5){
    padding: 0;
    transition: all .6s ease;
}

.select-box-container__item::before{
    content: "";
    height: 46px;
    transition: all .4s;
}

.select-box-container__item::after{
    content: "";
    border-bottom: 1px solid #000000;
    display: flex;
    position: absolute;
    width: 0;
    max-width: 600px;
    height: 47px;
    transition: all .8s;
}

.select-box-container__item:hover::after{
    width: 100%;
    max-width: 533px;
}

.select-box-container__item svg{
    transform: rotate(45deg);
    transition: all .8s;
    fill: #a2a2a2;
}

.select-box-container__item span{
    flex: 1;
    transition: all .8s;
}

.select-box-container__item:hover span{
    padding-left: 5px;
    transition: all .4s;
}

.select-box-container__item:hover svg{
    fill:#000000;
}

.select-box-container__item:hover{
    color: #000000;
    transition: all .8s;
    height: 46px;
}
/* --- END popup form --- */

/* --- IMAGES HOVER --- */
.box-img-hover{

}

.box-img-hover img{
    width: auto;
    height: auto;
    position: absolute;
    transition: all .6s;
    max-width: 60vw;
}

.box-img-hover img:nth-of-type(1){
    opacity: 1;
}

.box-img-hover img:nth-of-type(2){
    opacity: 0;
}

.box-img-hover img:hover:nth-of-type(1){
    opacity: 0;
}

.box-img-hover img:hover:nth-of-type(2){
    opacity: 1;
}
/* --- END IMAGES HOVER --- */


.stk-block-horizontal-scroller:not(.editor)>.stk-block-content.stk--with-scrollbar {
    scrollbar-color: inherit !important;
    scrollbar-width: inherit !important;
}

.blog-inner .stk-block-posts__items{

}

.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(1){
    flex: 1 1 30%;
}

.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(2){
    flex: 1 1 60%;
}

.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(3){
    flex: 1 1 30%;
}

.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(4){
    flex: 1 1 26%;
}

.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(5){
    flex: 1 1 26%;
}

.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(3) figure,
.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(4) figure,
.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(5) figure{
    max-height: 14vw;
}

.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(6){
    flex: 1 1 30%;
}

.blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(7){
    flex: 1 1 60%;
}

.md-img-col .wp-block-stackable-column:nth-of-type(1) figure{
    max-height: 440px;
    overflow: hidden;
}

.md-img-col .wp-block-stackable-column:nth-of-type(2) figure{
    max-height: 280px;
    overflow: hidden;
}

.lg-img-col figure{
    max-height: 750px;
    overflow: hidden;
}

details * a {
    color: #000000;
}

details * a:hover {
    color: #666;
}

.stk-6412d6e-column > div {
    align-self: auto !important;
}

.stk-6412d6e-column > div > div > div{
    gap: 0.3rem;
    justify-content: space-between !important;
    height: 100%;
}

.stk-6412d6e-column > div > div > div > div:nth-of-type(1){
    margin-bottom: 0 !important;
}

.stk-6412d6e-column > div > div > div > div:nth-of-type(1) figure{

}

.stk-6412d6e-column > div > div > div > div:nth-of-type(2){
    width: 100%;
    min-height: 60px;
    padding: 10px 0 0px 0;
    display: flex;
    align-items: flex-start;

}

.stk-6412d6e-column > div > div > div > div:nth-of-type(3){
    padding: 0 20px;

}

.stk-6412d6e-column > div > div > div > div:nth-of-type(4){

}

.stk-6412d6e-column > div > div > div > div:nth-of-type(2) p{
    font-size: 20px;
    font-weight: 600;
}


a {
    color: #000000;
}

a:hover {
    color: #777;
}

@media only screen and (max-width: 1199px) {
    #header-grid .menu-item {
        margin: 0 calc(0.8vw / 1) !important;
    }

    #header-grid .menu-item a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    #header-grid .menu-item {
        margin: 0 calc(0.8vw / 1) !important;
    }
}


.single-post .single-post-container-bsd{

}

.single-post .nv-post-cover .neve-breadcrumbs-wrapper,
.single-post .nv-post-cover .nv-meta-list{
    display: none;
}


.single-post .nv-post-cover .title {
    font-size: 46px;
    font-weight: 300;
    padding: 10rem 0 6rem 0;
    max-width: 80%;
    line-height: 1.2;
    margin-left: 11vw;
}

.comments-area{
    display: none !important;
}

.single-post .single-post-container-bsd .entry-content h2,
.single-post .single-post-container-bsd .entry-content h3,
.single-post .single-post-container-bsd .entry-content h4{
    font-weight: 200;
    margin-top: 4rem;
}

.single-post .single-post-container-bsd p strong{
    font-weight: 500;
}

.single-post .single-post-container-bsd p{
    font-weight: 300;
}

.single-post .single-post-container-bsd .nv-single-post-wrap {
    margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
    .single-post .nv-post-cover .title {
        font-size: 43px;
        font-weight: 300;
        padding: 8rem 0 6rem 0;
        max-width: 80%;
        line-height: 1.2;
        margin-left: 2vw;
    }

    .single-post .single-post-container-bsd {
        padding: 0 0 2rem 0;
        max-width: 80vw;
    }

    .single-post .single-post-container-bsd .type-post{
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(1),
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(2),
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(3),
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(4),
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(5),
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(6),
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(7){
        flex: 1 1 100%;
    }

    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(3) figure,
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(4) figure,
    .blog-inner .stk-block-posts__items .stk-block-posts__item:nth-of-type(5) figure {
        max-height: max-content;
    }

    .boxslider{
        height: 86vh;
        flex-direction: column;
    }

    .boxslider__item{
        padding: 2rem;
    }

    .stk-6412d6e-column > div > div > div > div:nth-of-type(2) {
        min-height: auto;
    }

    .stk-6412d6e-column > div > div > div > div:nth-of-type(2) p{
        font-size: 17px !important;
        padding-top: 10px;
    }

    .stk-6412d6e-column > div > div > div > div:nth-of-type(3) {
        padding: 0;
    }

    .stk-6412d6e-column > div > div > div > div:nth-of-type(3) p{
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    .boxslider__item p {
        font-size: 18px;
        transform: translateY(60px);
    }

    .boxslider__item p span {
        font-size: 12px;
        line-height: 18px;
        writing-mode: horizontal-tb;

    }

    .vakmanschap, .natuursteen, .maatwerk {
        border-right: 0;
        border-bottom: 1px solid hsl(0deg 0% 100% / 40%);
    }

    .background-image{
        background-position: center;
    }

    .padding-none > div {
        padding: 0;
    }

    .boxslider__item p span {
        height: 50px;
        max-height: 4rem;
    }

    .boxslider__item--active p {
        padding-bottom: 0.5rem;
        transform: translateY(0px);
    }

    .single-post .nv-post-cover .title {
        font-size: 34px;
        font-weight: 300;
        padding: 8rem 0 2rem 0;
        max-width: 80vw;
        line-height: 1.2;
    }
}
