/* General */
.button { letter-spacing: 0.05em; }
.menu__login { display: none!important; }
.editor ul ul, .editor ol ol { margin-top: 20px; }
.sliderheadercontent h2 { font-size: 3.9rem!important;  width: 100%!important;}
.sliderheadercontent span { font-size: 16px; margin-bottom: 17px!important; }
.sliderprojectenimage { box-shadow: 4px 12px 24px rgb(0 0 0 / 10%); }
.sliderbigcontent .slick-slide { min-height: 575px; }
.card--special .card__content { padding: 1.875rem 1.875rem 0!important; }
.cBranches a { transition: 0.3s; }
.cBranches a:hover { color: rgba(0,117,201,.3); }
.card--inverse .card__content { padding-bottom: 20px; height: auto; }
.card--inverse .card__content h2 { font-size: 26px; }
.card--inverse .card__image { opacity: 0.6!important; }
.page-id-490 .cCheader .right__col:after, .single-cases .cCheader .right__col:after  { top: -210px; }
.relatedcasesslider__hover { padding: 0 72px; justify-content: center; }
.relatedcasesslider__content { height: auto!important; }
.service .button { padding: 1rem 1.5rem; }
.case .case__cta, .case .case__image { transition: 0.3s; }
.case:hover .case__cta { padding-left: 10px; }
.case:hover .case__image { padding-left: 3rem; padding-bottom: 3rem; }
.cBlogs .cards .card { transition: 0.3s; }
.cBlogs .cards .card__image { min-height: 12.0625rem; overflow: hidden;  transition: 0.3s; }
.cBlogs .cards .card__image img {  transition: 0.3s;  }
.cBlogs .cards .card:hover .card__image img { transform: scale(1.1); }
.cBlogs .cards .card .card__cta { transition: 0.3s; }
.cBlogs .cards .card--white:hover .card__cta { background-color: #0275c9; }
.cBlogs .cards .card--primary:hover .card__cta { background-color: #fff; }
.cBlogs .cards .card--primary:hover .card__cta .icon { color: #0275c9; }
.cFooter .oplossingen ul li a { transition: 0.3s; }
.cFooter .oplossingen ul li:hover a { color: rgba(0,117,201,.3); }
.cFooter .diensten ul li a { transition: 0.3s; }
.cFooter .diensten ul li:hover a { color: #41413e; }
.minifooter .logos { display: none; }
.slick-arrow svg { transition: 0.3s; }
.slick-arrow:hover svg { opacity: 0.5; }
.dienst2__logo { transform: translate(-100%) rotate(0deg)  }
.default-cards .card--product .card__image { width: 100%; justify-content: center; align-items: center; display: flex; }
.home .cRecent .card__content { min-height: 190px;  padding: 1.25rem 1.25rem 0; }

.contactform input[type='email'] {
    height: 3rem;
    line-height: 3rem;
    border: 0;
    padding-left: 1rem;
}

.ginput_container_consent {
    display: flex;
    gap: 5px;
    align-items: center;
}

.contactform .ginput_container_consent input[type='checkbox'] {
    width: fit-content;
}
.contactform .ginput_container_consent label {
    margin-bottom: 0;
}

#burger {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: auto;
  }
  
  #burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #burger.is-opened span { background: #fff; }
  
  #burger span:nth-child(1) {
    top: 9px;
  }
  
  #burger span:nth-child(2) {
    top: 18px;
  }
  
  #burger span:nth-child(3) {
    top: 27px;
  }
  
  #burger.is-opened span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #burger.is-opened span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #burger.is-opened span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }


/* Blog card */
.card__content { height: 100%; }

/* rma-formulier */
#gform_wrapper_2 li#field_2_34 {
    display: none;
}
/* Shop Page */
.woocommerce .js-showmore_ {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
}
.woocommerce .js-showmore_ span {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #0074C9;
    border: 1px solid #0074C9;
    padding: 16px 24px;
    cursor: pointer;
}

.woocommerce .js-hidden {
    display: none;
}
.woocommerce .filter {
    padding: 10px 18px 12px!important;
}

.woocommerce .js-filter-main.filter.__active {
    order: 0!important;
}

.woocommerce .reset-filters {
    margin-bottom: 2.375rem;
    cursor: pointer;
}
.woocommerce .reset-filters span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #0074C9;
    margin-left: 20px;
}
.woocommerce .reset-filters .first {
    display: inline-block;
    vertical-align:middle
}
.woocommerce .reset-filters .second {
    display: inline-block;
    margin-left: -7px;
    vertical-align:middle
}

.woocommerce select.producten-sort { 
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    background-image: url(./images/icons/Vector.png);
    background-position: top 20px right 20px;
    background-repeat: no-repeat;
    border: none;
    padding: 1rem;
    padding-right: 4rem;
    padding-left: 2rem;
    z-index: 1;
}

/* overlay + spinner */
.show {
    visibility: visible;
}
.hide {
    visibility: hidden;
}

.spanner.show, .overlay.show {
    opacity: 1
}

.spanner.hide, .overlay.hide {
    opacity: 0
}

.spanner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}

/* Product Page */
.single-product .slick-arrows {
    display: none;
}

.single-product .slick-arrows a {
    display: block;
    text-decoration: none;
    border: 1px solid #0074C9;
    outline: none;
    width: 31px;
    height: 31px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.single-product .slick-arrows a.slick-next {
    left: auto;
    right: 0;
}

.single-product .slick-arrows a svg {
    display: block;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 13px;
    height: 7px;
}


/* Tablet Landscape */
@media screen and (max-width: 1100px){

    /* Menu Fixes */
    .menu__menu>ul>li {
        margin-right: 30px !important;
    }
    .menu__menu>ul>li:last-child {
        margin-right: 0 !important;
    }


    /* Product Header */
    .single-product .fwProductHeader {
        margin-bottom: 18rem;
    }

    .single-product .cProductHeader .left__col {
        max-width: 50%;
        min-width: 1px;
    }

    .single-product .cProductHeader .left__col .detailsslider .slick-slide {
        height: auto;
    }
}


/* Tablet Portrait */
@media screen and (max-width: 991px){
    .single-product .cProductHeader {
        display: block;
    }

    .single-product .cProductHeader .left__col {
        width: 100%;
        max-width: none;
        margin-right: 0 ;
    }

    .single-product .cProductHeader .right__col {
        background-color: #e6f1fa;
        width: calc(100% + 40px);
        max-width: none;
        margin: 22px 0 0 -20px;
        padding: 35px 20px 63px 20px;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }

    .single-product .cProductHeader .right__col:after {
        display: none;
    }

    .single-product .cProductHeader .detailsthumbs {
        margin: 0 auto;
    }

    .single-product .cProductHeader .details h1 {
        margin-bottom: 1.1rem;
    }

    .single-product .cProductHeader .details.givestripe:after {
        transform: none;
        bottom: -93px;
    }

    .single-product .fwProductHeader {
        margin-bottom: 0;
    }

    .single-product .fwProductHeader .specs-icons {
        z-index: 1;
    }

    .single-product .fwProductHeader .specs-icons .icon {
        background-color: #fff;
    }

    .single-product .cHighlight {
        background-color: #E6F1FA;
        padding-top: 0;
        margin-top: 73px;
        display: block;
    }

    .single-product .fwHighlight {
        margin-bottom: 0;
    }

    .single-product .cHighlight>.left__col {
        transform: none;
        max-width: calc(100% + 12px);
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
        background-color: #0074C9;
        margin: 0 0 0 -20px;
        padding: 40px 0 40px 20px;
        position: relative;
    }

    .single-product .cHighlight>.left__col:before {
        display: block;
        background-color: #fff;
        position: absolute;
        left: -100vw;
        top: 0;
        width: 200vw;
        z-index: -2;
        height: 36.67%;
    }

    .single-product .cHighlight>.left__col:after {
        display: block;
        background-color: #0074C9;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
    }

    .single-product .cHighlight>.right__col {
        order: 2;
        margin-bottom: 0;
        padding-top: 50px;
    }

    .single-product .cHighlight>.right__col>h2 {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .single-product .fwPersoon {
        margin-top: 0;
    }

    .single-product .sliderprojectencontent:after {
        width: 200vw;
        left: -100vw;
    }
}


/* Phone */
@media screen and (max-width: 767px){
    .single-product .slick-arrows {
        display: block;
    }

    .single-product .detailsthumbs {
        width: 100% !important;
    }

    .single-product .detailsthumbsslider .slick-track {
        text-align: center;
        width: 100% !important;
    }

    .single-product .cProductHeader .slick-dots {
        list-style: none;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -10px;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .single-product .cProductHeader .slick-dots li {
        padding: 0;
        margin: 0 3px;
        display: inline-block;
    }

    .single-product .cProductHeader .slick-dots li button {
        outline: none;
        background-color: #fff;
        width: 15px;
        height: 3px;
        border: none;
        border-radius: 0px;
        outline: none;
        appearance: none;
        background: #E6F1FA;
        text-indent: -99999px;
    }

    .single-product .cProductHeader .slick-dots li.slick-active button {
        background: #FFA800;
    }

    .single-product .detailsthumbs {
        display: none;
    }

    .single-product .fwProductHeader .specs-icons {
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        justify-content: flex-start;
        width: 70px;
    }

    .single-product .fwProductHeader .specs-icons .icon {
        width: 24px;
        height: 24px;
        margin: 0 3px 3px 0;
    }

    .single-product .fwProductHeader .specs-icons .icon img {
        max-width: 14px;
        max-height: 16px;
    }

    .single-product .detailsslider .slick-track {
        display: flex;
    }

    .single-product .detailsslider .slick-track .slick-slide .detailsslider__slide {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .single-product .cProductHeader .details h1 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 11px 0 15px 0;
    }

    .single-product .cProductHeader .details ul {
        margin-bottom: 34px;
    }

    .single-product .cProductHeader .details ul li {
        margin-bottom: 9px;
        font-size: 14px;
    }

    .single-product .cProductHeader .details .hide-on-mobile {
        display: none;
    }

    .single-product .cProductHeader .details .details__buttons .button {
        flex-basis: 50%;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
        text-align: center;
    }

    .single-product .cHighlight>.left__col {
        padding: 35px 15px 40px 20px;
    }

    .single-product .cHighlight .editor h2 {
        margin-bottom: 14px;
    }

    .single-product .cHighlight .editor p {
        font-size: 14px;
        line-height: 22px;
    }

    .single-product .cHighlight>.right__col {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .single-product .cHighlight>.right__col>h2 {
        font-size: 21px;
        line-height: 25px;
    }

    .single-product .cHighlight>.right__col table {
        margin: 0 0 28px 0;
    }

    .single-product .cHighlight>.right__col table td:nth-child(1) {
        font-size: 14px;
        line-height: 19.6px;
        padding: 12px 15px 12px 20px;
        width: 99px;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }

    .single-product .cHighlight>.right__col table td:nth-child(2) {
        font-size: 14px;
        line-height: 19.6px;
        padding: 12px 20px 12px 15px;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }

    .single-product .cHighlight>.right__col .buttons {
        text-align: center;
        width: 100%;
    }

    .single-product .cHighlight>.right__col .buttons a {
        display: block;
        margin: 24px auto 0 auto;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 228px;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }

    .single-product .cHighlight>.right__col .buttons a:first-child {
        margin-top: 0;
    }

    .single-product .cHighlight {
        position: relative;
    }

    .single-product .cHighlight:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -30px;
        width: 7px;
        height: 60px;
        background-color: #0075c9;
    }

    .single-product .fwHighlight {
        padding-bottom: 43px;
    }

    .single-product .sliderprojectenimage__dots {
        left: 20px;
    }

    .single-product .sliderprojectencontent p {
        font-size: 14px;
        line-height: 22px;
    }

    .fwFooter .cFooter>.right__col h3 {
        font-size: 26px;
        line-height: 28px;
    }

    .single-product .read-more-wrap {
        position: relative;
        height: 250px;
        overflow: hidden;
    }

    .single-product .read-more-wrap:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 116, 201, 0) -17%, #0074C9 52.47%);
        height: 100px;
        pointer-events: none;
        -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .single-product .read-more-wrap:not(.closed):after {
        opacity: 0;
        visibility: hidden;
    }

    .single-product .read-more-button {
        text-decoration: none;
        display: block;
        color: #ffffff !important;
        margin-top: -51px;
        padding: 0 0 0 32px;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
        position: relative;
        z-index: 1;
        text-transform: none;
    }

    .single-product .read-more-button svg {
        display: block;
        position: absolute;
        left: 0;
        top: 12px;
        -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .single-product .read-more-button span {
        display: inline-block;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        text-transform: none;
    }

    .single-product .read-more-button.active svg {
        transform: rotate(180deg);
    }
}


@media screen and (max-width: 590px){
    .fwPersoon {
        padding: 0 20px;
        margin-bottom: 90px!important;
    }

   .fwPersoon .cPersoon {
        padding: 0 4px;
    }

     .fwPersoon .persoon:before {
        display: none !important;
    }

    .fwPersoon .cPersoon .persoon__image {
        width: 128px;
        margin: 0 0 0 28px;
        position: relative;
    }

     .fwPersoon .cPersoon .persoon__image:before {
        content: "";
        display: block;
        position: absolute;
        left: -28px;
        bottom: 0;
        width: calc(100vw - 56px);
        background-color: #0075c9;
        z-index: -1;
        height: 55px;
    }

     .fwPersoon .cPersoon .persoon__image img {
        height: auto;
        display: block;
    }

     .fwPersoon .persoon__content {
        padding: 0 28px 0 28px;
        text-align: left;
    }

    .fwPersoon .persoon__content h3 {
        font-size: 28px;
        line-height: 33px;
    }

     .fwPersoon .persoon__content .left__col {
        margin: 0;
        padding: 25px 0;
    }

    .fwPersoon .persoon__content .right__col h3 {
        font-size: 23px;
        line-height: 23px;
    }

     .fwPersoon .persoon__content .right__col {
        display: block;
        width: 100%;
        padding-bottom: 50px;
    }

     .fwPersoon .persoon__content .right__col > span {
        display: block;
        margin: 0;
    }

    .fwPersoon .persoon__content .right__col .phone {
        display: block;
        margin: 10px 0 29px 0;
    }

     .fwPersoon .persoon__content .right__col .phone .icon {
        margin-right: 4px;
        position: relative;
        top: 2px;
    }

     .fwPersoon .persoon__content .right__col .phone span {
        font-size: 17px;
        line-height: 17px;
        font-weight: normal;
    }

     .fwPersoon.givestripe:after {
        display: none;
    }
}




/* Meer Producten Slider */
.products__slider .slick-slide a {
    min-height: 100%;
    max-width: 284px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.products__slider .slick-slide a div {
    height: auto;
}

.products__slider .slick-slide a div.card__cta {
    height: 48px;
}

.single-product .products__slider__arrows {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 290px;
}

.single-product .products__slider__arrows .slick-prev {
    border-left: 1px solid rgba(0,117,201,.1)
}

.has__product__slider .left__col {
     position: relative;
}

.meer-productent-button-mobile {
    display: none;
}

/***** Media Queries *****/
@media screen and (max-width: 1050px){
    .has__product__slider .left__col {
        margin-bottom: 20px !important;
    }

    .button-hide-on-mobile {
        display: none !important;
    }

    .meer-productent-button-mobile {
        display: block;
        text-align: center;
        width: 100%;
        padding-top: 58px;
    }
}

@media screen and (max-width: 767px){
    .has__product__slider .left__col {
        margin-bottom: 14px !important;
    }

    .products__slider .slick-slide a {
        margin-right: 20px;
    }
}

.fwSliderHome .container.cSlider {
    z-index: 0;
}

.fwSliderHome .container.cSlider .button {
    z-index: 999;
}