input:not(.wpcf7-submit), textarea {
    width: 100% !important;
}

* {
    box-sizing: border-box;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}
#player .vp-player-ui-overlays .vp-title, #player .vp-player-ui-overlays .vp-title > a{
    display: none;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: transparent;
    color: #ffb900;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.catalog .gallery-archive.gallery__list {
     margin-top: initial;
}
.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}

.vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}
.logo-text{
    font-size: 6rem !important;
}
.solution__title span svg {
    width: 2.25rem;
    height: 2.75rem;
}
.vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}

.post-type-archive-rooms .gallery {
    padding: initial;
    margin-top: -180px;
}
.single_room .gallery__item{
    overflow: hidden;
}

.gallery__item:hover .gallery__box .text h3 span {
    opacity: 1;

}
.hidden{
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.contact__box{
    font-size: 1rem;
}

.portfolio__nav .title h2,.about__title h3 > span, .model__box-title h2 {
    font-size: 2.1875rem;
}
.callback__title h1{
    font-size: 2.9375rem;
}
.page-template-template-about .hero__title h1 >span {
    font-size: 4.5rem;
}
.transformation__title h2, .discover__title h2{
    font-size: 2.2rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: white;
}
.catalog.offset{
    /*display:flex;*/
    position: relative;
    /*height: 100%;*/
}
/*.base-layout {*/
/*    overflow: visible;*/
/*}*/
.catalog.offset .verhulststraat__link:not(.verhulststraat__link-hp){
    display: flex;
    align-items: center;
    gap: 15px;

    /*position: absolute;*/
    top: 100px;
    right: 40px;
    z-index: 5;
    align-self: flex-start;
}
.wpcf7-form input:hover, .wpcf7-form-control-wrap input:hover {
    border-top: .0625rem solid #e8d7c6;
    border-bottom: .0625rem solid #e8d7c6;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.wpcf7-form .wpcf7-form-control-wrap:hover input::placeholder, .contact__form .wpcf7-form-control-wrap:hover input::placeholder {
color:#e8d7c6;
}
.contact .contact__list li .text.text--regular.contact__box, .callback .contact__list li .text.text--regular.contact__box{
    align-items: center;
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }

    .vid-info h1 {
        margin-bottom: .2rem;
    }
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }


}
@media (max-width: 991px) {
    .logo-text{
        font-size: 2.5rem !important;
    }
    .page-template-template-about .hero__title h1 >span {
        font-size: 2rem;
    }
    .transformation__title h2, .discover__title h2, .discover__subtitle.title{
        font-size: 1.5rem;
    }
    .page-template-template-about .hero__title h1 >span, .callback__title h1  {
        font-size: 2rem;
    }
    .about__title h3 > span{
        font-size: 1.2rem;
    }
    .portfolio__nav .title h2, .model__box-title h2 {
        font-size: 1.5rem;
    }

}
@media (max-width: 767px) {

    .post-type-archive-rooms .gallery {
        margin-top: -150px;
    }
}

.verhulststraat__link-hp {
    display: none;
}

@media (max-width: 991px) {
    .wpcf7-submit{
        margin-top: 10px !important;
    }
    .verhulststraat__link-hp {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .catalog.offset .verhulststraat__link:not(.verhulststraat__link-hp){
        /*display: none;*/
        right: 20px;
    }
    .verhulststraat__link-hp .text a {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        margin-top: 40px;
    }

    .post-type-archive-projects .hero .title h1 {
        text-align: center;
    }

    .post-type-archive-projects .hero__inner text.hero__subtitle > p {
        text-align: center;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .we-do--active:last-child {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr;
    }
    .we-do--active:last-child .we-do__content {
        grid-row: 2 / 4;
    }
    .we-do--active:last-child .we-do__box {
        grid-row: 1 / 4;
    }
    .we-do--active:last-child .we-do__box {
        width: 100%;
    }
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: initial !important;
}
.model__list .wp-block-table td span, .model__list .wp-block-table td{
    color:white !important;
    font-size: 1.25rem !important;
    position: relative;
}
.wp-block-table .has-fixed-layout {
    width: max-content !important;
}
.wp-block-table.is-style-stripes td, .model__list .wp-block-table td span, .model__list .wp-block-table td {
    text-wrap: nowrap !important;
    padding: 0 10px;
}
.wp-block-table.is-style-stripes td:nth-child(3):after, .wp-block-table.is-style-stripes td:nth-child(2):after{
    content: "\2758";
    margin: 0 10px;
}
.wp-block-table table {
    width: auto;
}
@media(max-width: 767px){
    .wp-block-table .has-fixed-layout {
        width: auto !important;
    }
    .model__list .wp-block-table td {
        /*width: 33%;*/
        padding: 0 5px;
    }
  /*.model__list .wp-block-table td:nth-child(3) {*/
  /*      width: 30%;*/
  /*  }*/
  /*  .model__list .wp-block-table td:nth-child(4) {*/
  /*      width: 34%;*/
  /*  }*/
    .wp-block-table.is-style-stripes td:nth-child(3):after, .wp-block-table.is-style-stripes td:nth-child(2):after{
        content: "\2758";
        margin: 0 5px;
    }

}
.wp-block-table.is-style-stripes {
    border-bottom: none !important;
}

.model__list .wp-block-table.is-style-stripes td:nth-child(3):after,.model__list .wp-block-table.is-style-stripes td:nth-child(2):after{
    content: "\2758";

    position: absolute;
    left: 95%;

}
@media(max-width: 560px){
.wp-block-table table tbody{
    display: block !important;
}
    .wp-block-table.is-style-stripes td, .model__list .wp-block-table td span, .model__list .wp-block-table td {
        padding: 0 5px;
    }
    .model__list .wp-block-table.is-style-stripes td:nth-child(3):after,.model__list .wp-block-table.is-style-stripes td:nth-child(2):after{
        content: "\2758";
        left: 93%;
    }
    /*.wp-block-table table tbody tr{*/
    /*   display: flex;*/
        /*flex-wrap: wrap;*/
    /*}*/
    .wp-block-table.is-style-stripes table tbody tr td{
        padding: 0 ;
    }
    /*.wp-block-table table tbody tr td:first-child{*/
    /*   width: 100%;*/

    /*}*/
    .wp-block-table.is-style-stripes td:nth-child(3):after, .wp-block-table.is-style-stripes td:nth-child(2):after{
        content: "\2758";
        margin: 0 5px;
    }
}
@media(max-width: 420px) {
    .wp-block-table tbody {
        font-size: 14px !important;
        font-weight: 500;
        /*font-size: clamp(12px, 100px, 16px);*/
    }
}
@media (max-width: 991px) {
    .menu-item > a {
        font-size: 26px;
    }
   .footer .menu-item > a {
        font-size: 18px;
    }
}