/*
Theme Name: Wout Monseurs
Version: 1.0
Author: Richard Pater
*/

body {
    --im-color-1: #294042;
    --im-color-2: #EAB53D;
    --im-color-3: #DA5C3C;
    --im-color-4: #51828F;
    --im-color-5: #0D0D0D;
    --im-color-6: #192628;

    --im-font-1: "Poppins", sans-serif;
    --im-font-2: "Playfair Display", serif;
}

:root {
    --swiper-theme-color: #EAB53D;
    --swiper-pagination-bullet-inactive-color: rgba(255,255,255,1);
}

a { color: var(--im-color-2); }

html, body { background: var(--im-color-1); font-family: var(--im-font-1); font-weight: 300; font-size: 16px; color: #fff; }

.button { background: var(--im-color-3); color: #fff; display: table; padding: 20px 40px; border-radius: 64px; text-decoration: none; }
.button.alt { background: var(--im-color-3); padding: 18px 38px; border: 1px solid #fff; }

img { max-width: 100%; display: table; }
img.alignleft { float: left; margin: 0 15px 15px 0; }

.title { font-size: 64px; font-weight: 500; line-height: 68px; }
.title span { font-family: var(--im-font-2); color: var(--im-color-2); font-style: italic; }

.header-shape { position: absolute; top: 300px; right: 0; }

.header { padding-bottom: 30px; }
.header .container { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.header .top-bar { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.2); display: flex; justify-content: flex-end; padding: 20px 0; margin-bottom: 30px; }
.header .top-bar .top-bar-links ul { list-style: none; display: flex; gap: 30px; padding: 0; margin: 0; }
.header .top-bar .top-bar-links ul li { position: relative; }
.header .top-bar .top-bar-links ul li ul { opacity: 0; visibility: hidden; position: absolute; top: 30px; left: -5px; background: #fff; flex-wrap: wrap; gap: 5px; padding: 15px 20px; border-radius: 5px; z-index: 99; }
.header .top-bar .top-bar-links ul li:hover ul { opacity: 1; visibility: visible; }
.header .top-bar .top-bar-links ul li ul li { width: 100%; }
.header .top-bar .top-bar-links ul li ul li a { color: var(--im-color-5); }
.header .top-bar .top-bar-links a { color: #fff; text-decoration: none; padding: 10px 0; }
.header .top-bar .top-bar-info { font-weight: 600; border-left: 1px solid rgba(255,255,255,0.5); margin-left: 30px; padding-left: 30px; }
.header .top-bar .top-bar-info ul { list-style: none; display: flex; gap: 30px; padding: 0; margin: 0; }
.header .top-bar .top-bar-info a { color: #fff; text-decoration: none; }
.header .logo { width: 25%; }
.header .headmenu { width: 75%; }
.header .headmenu ul { display: flex; list-style: none; justify-content: end; gap: 30px; align-items: end; margin: 0; }
.header .headmenu ul li { position: relative; padding: 15px 0; }
.header .headmenu ul li a { color: #fff; text-decoration: none; }
.header .headmenu ul li ul { opacity: 0; visibility: hidden; position: absolute; top: 50px; right: 0; /* transform: translate(-50%, 0); */ gap: 8px; flex-wrap: wrap; z-index: 999; background: #fff; border-radius: 6px; margin: 0; padding: 15px 20px; }
.header .headmenu ul li:hover ul { opacity: 1; visibility: visible; }
.header .headmenu ul li ul li { width: 100%; padding: 0; }
.header .headmenu ul li ul li a { color: var(--im-color-5); white-space: nowrap; }
.header .headmenu ul li ul li ul { position: relative; top: 0; }

.responsive-menu { display: none; align-items: center; gap: 10px; }
.responsive-menu span { width: 22px; height: 22px; display: table; }
.responsive-menu span svg { width: 100%; height: 100%; object-fit: contain; display: table; }
.responsive-menu span svg path { fill: #fff; }

.mobile-menu { display: none; background: var(--im-color-6); position: absolute; top: 0; left: 0; width: 100%; height: calc(100vh - calc(100vh - 100%)); z-index: 999; padding: 25px 0 25px 0; }
.mobile-menu .mobile-menu-wrapper { visibility: visible; position: relative; z-index: 100; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.mobile-menu ul li { border-top: 1px rgba(255,255,255,0.2) solid; padding: 10px 20px; position: relative; }
.mobile-menu ul li.menu-item-has-children:after { position: absolute; right: 25px; rotate: 90deg; top: 14px; width: 14px; height: 14px; display: table; content: ''; background: url('images/arrow-up.svg') no-repeat; background-size: contain; transition: all .3s ease-in-out; }
.mobile-menu ul li.menu-item-has-children.link-open:after { rotate: 180deg; }
.mobile-menu ul li a { color: #fff; text-decoration: none; font-size: 16px; }
.mobile-menu ul li ul { display: none; padding: 5px 15px; background: rgba(255,255,255,0.2); left: 0; position: relative; width: 100%; margin: 10px 0; border-radius: 10px; }
.mobile-menu ul li ul li { border: 0; padding: 5px 0; }
.mobile-menu .logo { padding: 0 25px 25px 25px; max-width: 200px; }
.mobile-menu .logo svg { max-width: 100%; }
.mobile-menu .menu-close { position: absolute; top: 0; right: 25px; color: #fff; font-size: 14px; }

.section { padding: 80px 0; position: relative; z-index: 5; }
.section.big { padding: 160px 0; }
.section.white { background: #fff; }
.section.white .title { color: var(--im-color-1); }
.section.white .title span { color: var(--im-color-1); }
.section .shape { position: absolute; top: -190px; height: 190px; width: 100%; overflow: hidden; }
.section .shape img { width: 100%; height: 330px; object-fit: contain; }

.banner {  margin: 0 auto; text-align: center; padding: 0 40px; }
.banner.full { max-width: unset; }
.banner .banner-title { font-size: 80px; font-weight: 500; line-height: 100px; margin-bottom: 40px; }
.banner .banner-title span { font-family: var(--im-font-2); color: var(--im-color-2); font-style: italic; }
.banner .banner-text { margin-left: auto; margin-right: auto; margin-bottom: 40px; max-width: 880px; }
.banner.full .banner-text { max-width: 880px; margin-left: auto; margin-right: auto; }
.banner .banner-text p { font-size: 25px;  }
.banner .button { margin: 0 auto; }
.banner-image { margin-top: 80px; height: 500px; border-radius: 20px; overflow: hidden; }
.banner-image img { width: 100%; height: 100%; object-fit: cover; }

.text-block { font-size: 49px; font-weight: 500; color: #fff; margin-bottom: 40px; }
.text-block p { margin-bottom: 0; }

.section-team { overflow-x: hidden; }
.meet-the-team { margin: 0 -50px; }
.meet-the-team .swiper { overflow: visible; }
.meet-the-team .meet-the-team__text { max-width: 800px; margin: 0 auto; text-align: center; }
.meet-the-team .title { margin-bottom: 20px; }
.meet-the-team p { font-size: 25px; }
.meet-the-team .meet-the-team__items { margin-top: 120px; }
.meet-the-team .meet-the-team__items.slideroff .swiper-wrapper { display: flex; row-gap: 100px; column-gap: 200px; flex-wrap: wrap; }
.meet-the-team .meet-the-team__items .meet-the-team__item { text-align: left; background: var(----im-color-2); padding: 0; }
.meet-the-team .meet-the-team__items .meet-the-team__item.alt { top: -80px; position: relative; }
.meet-the-team .meet-the-team__items.slideroff .meet-the-team__item { width: 25%; }
.meet-the-team .meet-the-team__items .meet-the-team__item .image-block { margin-bottom: 20px; }
.meet-the-team .meet-the-team__items .meet-the-team__item .image-block img { width: 100%; height: 100%; object-fit: contain; }
.meet-the-team .meet-the-team__items .meet-the-team__item .name { font-size: 30px; font-weight: 500; }
.meet-the-team .meet-the-team__items .meet-the-team__item .profession { color: var(--im-color-2); margin-bottom: 20px; }

.services .services__content { padding-right: 6%; }
.services .services__content .title { font-size: 64px; padding-right: 30px; margin-bottom: 30px; }
.services .services__content p { font-size: 25px; }
.services .services__block { position: relative; width: 100%; height: 500px; display: table; border-radius: 20px; overflow: hidden; }
.services a.services__block { color: #fff; }
.services .services__block:nth-child(2) { margin-top: 30px; }
.services .services__block .image { width: 100%; height: 100%; display:table; }
.services .services__block .image img { width: 100%; height: 100%; object-fit: cover; }
.services .services__block .text { position: absolute; bottom: 0; left: 0; padding: 30px; }
.services .services__block .text p:last-child { margin-bottom: 0; }

.slider-process { padding-top: 100px; padding-bottom: 100px; background: #fff; position: relative; z-index: 1; overflow-x: clip; }
.slider-process .container { position: relative; z-index: 2; }
.slider-process .title { color: var(--im-color-1); }
.slider-process .title span { display: block; color: var(--im-color-1); }
.slider-process .swiper-buttons { position: absolute; top: 0; right: 0; }
.slider-process .swiper-button-next, .slider-process .swiper-button-prev { top: 22px; }
.slider-process .swiper-button-prev { top: 22px; left: -90px; }

.process-items .swiper { overflow: visible; }
.process-items .process-item { margin-top: 50px; color: var(--im-color-1); height: auto; }
.process-items .process-item .image { width: 100%; height: 100%; }
.process-items .process-item .image img { width: 100%; height: 100%; object-fit: contain; }
.process-items .process-item .text { height: 100%; flex-direction: column;  }
.process-items .process-item .text .num { font-family: var(--im-font-2); font-weight: 600; font-style: italic; font-size: 60px; line-height: 20px; margin-bottom: 60px; }
.process-items .process-item .text h3 { font-size: 35px; margin-bottom: 20px; }
.process-items .process-item .text p { font-size: 25px; }
.process-items .process-item .text .info { margin-top: auto; }
.process-items .process-item .text .info span { padding: 6px 20px; font-weight: 600; border: 1px solid var(--im-color-1); border-radius: 50px; display: table; }

.review-slider { position: relative; }
.review-slider .review-slider__blocks .review-slider__block { position: relative; padding: 80px 0; }
.review-slider .review-slider__blocks .review-slider__block .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.review-slider .review-slider__blocks .review-slider__block .image:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: linear-gradient(270deg, rgba(41, 64, 66, 0) 0%, #294042 100%); }
.review-slider .review-slider__blocks .review-slider__block .image img { width: 100%; height: 100%; object-fit: cover; }
.review-slider .review-slider__blocks .review-slider__block .container { position: relative; z-index: 1; padding-right: 30%; }
.review-slider .review-slider__blocks .review-slider__block .title { margin: 0; color: #fff; font-size: 64px; }
.review-slider .review-slider__blocks .review-slider__block .title span { color: #fff; }
.review-slider .review-slider__blocks .review-slider__block .quotes { margin-top: 80px; }
.review-slider .review-slider__blocks .review-slider__block .quotes .icon { margin-bottom: 20px; }
.review-slider .review-slider__blocks .review-slider__block .quotes p { font-size: 49px; color: #fff; font-weight: 500; }
.review-slider .review-slider__blocks .review-slider__block .quotes p:last-child { margin: 0; }
.review-slider .review-slider__blocks .review-slider__block .review-from { margin: 50px 0; font-weight: 500; }

.usp-content .title { padding-right: 50px; }
.usp-content .image { margin-top: 50px; }
.usp-content .usp-content__item { padding: 20px 0 20px 60px; position: relative; border-top: 1px solid rgba(255,255,255,0.2); }
.usp-content .usp-content__item .num { position: absolute; font-size: 26px; color: var(--im-color-2); left: 0; }
.usp-content .usp-content__item .usp-title { font-size: 20px; font-weight: 500; margin-top: 5px; margin-bottom: 10px; }
.usp-content .usp-content__item .usp-content { }

.cta-banner { padding: 160px 0; position: relative; }
.cta-banner .image { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.cta-banner .image img { width: 100%; height: 100%; object-fit: cover; border-top-right-radius: 200px; }
.cta-banner .image:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(270deg, rgba(41, 64, 66, 0) 0%, #294042 100%); }
.cta-banner .cta-banner__content { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
.cta-banner .cta-banner__content .button { margin: 0 auto; margin-top: 50px; }

.content-flex .text { width: 70%; margin-top: 50px; }
.content-flex .text.dark { color: var(--im-color-1); }
.content-flex .text .button { margin-top: 50px; }
.content-flex .title { margin-bottom: 44px; display: table; }
.content-flex .title.margin-flex { max-width: 85%; margin-left: auto; margin-bottom: 80px; }
.content-flex .content-flex__right img { margin-left: auto; }
.content-flex .blob svg { max-width: 85%; }

.content-blocks { display: flex; justify-content: space-between; }
.content-blocks.single-block { align-items: center; padding: 50px 0; }
.content-blocks.twist { flex-direction: row-reverse; }
.content-blocks .content-blocks__left { width: 48%; }
.content-blocks .content-blocks__right { width: 48%; }
.content-blocks.alternative .content-blocks__left { width: 38%; }
.content-blocks.alternative .content-blocks__right { width: 58%; }

.content-blocks.tijdlijn .content-blocks__left { width: 40%; }
.content-blocks.tijdlijn .content-blocks__right { width: 50%; }

.tijdlijn__items .tijdlijn__item { border-left: 1px solid #51828F; padding-left: 120px; padding-right: 120px; padding-bottom: 100px; position: relative; }
.tijdlijn__items .tijdlijn__item .jaar { color: var(--im-color-2); }
.tijdlijn__items .tijdlijn__item .titel { margin-bottom: 30px; }
.tijdlijn__items .tijdlijn__item .titel:before { content: ''; position: absolute; top: 11px; left: -11px; width: 22px; height: 22px; background: #51828F; border: 3px solid #fff; border-radius: 22px; z-index: 2; }
.tijdlijn__items .tijdlijn__item .titel:after { content: ''; position: absolute; top: 0; left: -1px; width: 1px; height: 22px; background: #51828F; z-index: 1; }
.tijdlijn__items .tijdlijn__item:last-child .titel:after { left: 0; }
.tijdlijn__items .tijdlijn__item p { margin-bottom: 30px; }
.tijdlijn__items .tijdlijn__item:last-child { padding-bottom: 0; border-left: 0; }

.single-block .title { margin-bottom: 40px; }
.single-block.twist img { float: right; }

.contact-info .contact-info__item { display: flex; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 20px 0; }
.contact-info .contact-info__item .label { font-weight: 500; width: 50%; }
.contact-info .contact-info__item .value { width: 50%; }

.faq-content .faq-content__item { }
.faq-content .faq-content__item .question { font-size: 20px; position: relative; font-weight: 400; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 15px 0; cursor: pointer; padding-right: 60px;  }
.faq-content .faq-content__item .question:after { transform: rotate(180deg); position: absolute; top: 8px; right: 0; content: ''; width: 44px; height: 44px; display: table; border: 1px solid rgba(255,255,255,0.2); border-radius: 60px; background: url('images/arrow-up.svg') no-repeat; background-position: center; cursor: pointer; transition: all .2s ease-in-out; }
.faq-content .faq-content__item.active .question:after { transform: rotate(0deg); }
.faq-content .faq-content__item .answer { padding: 15px 0; display: none; }

.blog-content { max-width: 1000px; margin: 0 auto;}
.blog-content img { margin: 50px 0; }
.blog-content h2:first-child { margin-top: 0; }
.blog-content h2, .blog-content h3 { font-size: 30px; margin: 30px 0 20px 0; }

.blog-info { margin: 0 auto; display: table; }
.blog-info ul { margin: 0; padding: 0; display: flex; list-style: none; }
.blog-info ul li { line-height: 24px; padding: 0 20px; display: flex; align-items: center; }
.blog-info ul li:last-child { border-left: 1px solid rgba(255,255,255,0.2); }
.blog-info ul li svg { margin-right: 10px; }

.grid-section { position: relative; padding-top: 650px; margin-top: -650px; z-index: 1; }
.grid-section .shape {  }
.grid-items { display: grid; grid-template-columns: repeat(6, 1fr); grid-column-gap: 20px; grid-row-gap: 20px; }
.grid-items .grid-item { color: #fff; height: 500px; position: relative; border-radius: 20px; overflow: hidden; display: flex; align-items: center; }
.grid-items .grid-item:before { width: 100%; height: 100%; content: ''; position: absolute; left:0; top: 0; background: linear-gradient(180deg, rgba(41, 64, 66, 0) 0%, rgba(41, 64, 66, 0.5) 75%, #294042 100%); }
.grid-items .grid-item .grid__title { font-size: 30px; font-weight: 500; position: absolute; bottom: 0; left: 0; padding: 35px; }
.grid-items .grid-item .grid__title.alt { font-family: var(--im-font-2); font-size: 80px; font-style: italic; }
.grid-items .grid-item .image { width: 100%; height: 100%; }
.grid-items .grid-item .image img { width: 100%; height: 100%; object-fit: cover; }
.grid-items .grid-item.item1 { grid-area: 1 / 1 / 2 / 3; }
.grid-items .grid-item.item2 { grid-area: 1 / 3 / 2 / 5; }
.grid-items .grid-item.item3 { grid-area: 1 / 5 / 2 / 7; }
.grid-items .grid-item.item4 { grid-area: 2 / 1 / 3 / 4; }
.grid-items .grid-item.item5 { grid-area: 2 / 4 / 3 / 7; }
.grid-items .grid-item.item6 { grid-area: 3 / 1 / 4 / 5; }
.grid-items .grid-item.item7 { grid-area: 3 / 5 / 4 / 7; }
.grid-items .grid-item.yellow { background: #EAB53D; }
.grid-items .grid-item.yellow:before { background: none; }
.grid-items .grid-item.orange { background: #DA5C3C; }
.grid-items .grid-item.orange:before { background: none; }
.grid-items .grid-item .box { display: table; text-align: center; width: 100%; z-index: 10; }
.grid-items .grid-item .box .box-title { font-size: 64px; font-weight: 500; margin-bottom: 10px; width: 100%; }
.grid-items .grid-item .box .button { margin: 0 auto; }

.projects .project-item { text-decoration: none; color: #fff; margin-bottom: 30px; position: relative; }
.projects .project-item .project-label { position: absolute; top: 20px; right: 30px; display: flex; gap: 10px; }
.projects .project-item .project-label span { font-size: 14px; background: var(--im-color-4); color: #fff; border-radius: 20px; padding: 8px 20px; }
.projects .project-item .project-image { width: 100%; height: 500px; border-radius: 20px; overflow: hidden; }
.projects .project-item .project-image img { width: 100%; height: 100%; object-fit: cover; }
.projects .project-item h2 { font-size: 30px; font-weight: 500; margin-top: 40px; }
.projects .project-item .project-content { margin-top: 20px; }
.projects .project-item .project-content p:last-child { margin-bottom: 0; }
.projects .project-item .blog-info { margin: 0; margin-top: 40px; }
.projects .project-item .blog-info ul li { padding: 0; }
.projects .project-item .blog-info ul li:last-child { border-left: 0; }

.flex-gallery { overflow: hidden; }
.flex-gallery .title {  text-align: center; margin-bottom: 50px; }
.flex-gallery .flex-gallery__item { height: 380px; }
.flex-gallery .flex-gallery__item img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.flex-gallery .flex-gallery__items { margin: 0 -80px; }

.contact-lint { position: relative; display: flex; align-items: center; border-radius: 20px; background: rgba(255,255,255,0.1); }
.contact-lint .image { position: absolute; bottom: 0; left: 0; height: calc(100% + 100px); width: 50%; overflow: hidden; }
.contact-lint .image img { width: 100%; height: 100%; object-fit: contain; position: relative; bottom: -50px; }
.contact-lint .contact-lint__info { position: absolute; right: 15%; bottom: 30px; background: rgba(255,255,255,0.1); padding: 15px 20px; border-radius: 16px; backdrop-filter: blur(20px); box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.1); }
.contact-lint .contact-lint__info .info-title { font-size: 30px; font-weight: 400; }
.contact-lint .contact-lint__info .info-info { font-size: 16px; color: #EAB53D; top: -3px; }
.contact-lint .text { padding: 50px 50px 50px 0; width: 50%; margin-left: auto; }
.contact-lint .text .title { margin-bottom: 30px; }
.contact-lint .text p { font-size: 25px; }
.contact-lint .text .button { margin-top: 30px;}

.cta-block { padding: 50px; background: rgba(255,255,255,0.2); border-radius: 20px; }
.cta-block .button { margin-top: 40px; }

.single-project .project-title { font-size: 80px; font-weight: 500; margin-bottom: 40px; }
.single-project .project-content { font-size: 25px; font-weight: 300; }
.single-project .project-content p:last-child { margin-bottom: 0; }
.single-project .project-info { padding-left: 25%; font-size: 20px; font-weight: 500; display: flex; flex-wrap: wrap; row-gap: 40px; }
.single-project .project-info h3 { color: var(--im-color-2); font-size: 16px; font-weight: 400; }
.single-project .project-info .project-info__item { width: 50%; }
.single-project .project-info .project-info__item p { margin-bottom: 0; }
.single-project .project-info .project-info__item span { display: block; }
.single-project .project-gallery { display: flex; gap: 10px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.2); margin-top: 100px; padding-top: 100px;  }
.single-project .project-gallery .project-gallery__item.big { width: 100%; }
.single-project .project-gallery .project-gallery__item.small { width: calc(50% - 5px); }
.single-project .project-gallery .project-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: table; }

.dienstverband { display: flex; justify-content: center; gap: 10px; align-items: center; color: var(--im-color-2); }
.dienstverband span { width: 18px; height: 18px; display: inline-table; border-radius: 20px; background: var(--im-color-2); }

.vacature-items .vacature-items__item { position: relative; background: #3F5355; border-radius: 10px; padding: 35px; margin-bottom: 30px; }
.vacature-items .vacature-items__item .vacature-item__content { width: calc(100% - 300px);}
.vacature-items .vacature-items__item .vacature-item__content h2 { font-size: 30px; font-weight: 500; margin-bottom: 30px; }
.vacature-items .vacature-items__item .dienstverband { justify-content: flex-start; margin-top: 30px;}
.vacature-items .vacature-items__item .button { position: absolute; top: 35px; right: 35px; }

.single-vacature-page { margin-top: 120px; padding-top: 30px; }

.archive-filter {  }
.archive-filter ul { display: flex; list-style: none; justify-content: center; gap: 20px; flex-wrap: wrap; }
.archive-filter ul li { color: rgba(255,255,255,0.2); background: none; border: 1px solid rgba(255,255,255,0.2); padding: 10px 25px; border-radius: 25px; cursor: pointer; }
.archive-filter ul li.active { background: var(--im-color-3); border-color: var(--im-color-3); color: #fff; }

.content-slider .title { margin-bottom: 35px; }
.content-slider .swiper-buttons { position: relative; display: flex; }
.content-slider .swiper-buttons .swiper-button { margin-top: 20px; position: relative; border: 1px solid #fff; color: #fff; width: 42px; height: 42px; border-radius: 32px; }
.content-slider .swiper-buttons .swiper-button-next { position: relative; left: auto; right: auto; margin-left: 15px; }
.content-slider .swiper-buttons .swiper-button-prev { left: auto; right: auto; }
.content-slider .swiper-buttons .swiper-button-next:after { font-size: 16px; }
.content-slider .swiper-buttons .swiper-button-prev:after { font-size: 16px; }
.content-slider .content-slider__items .image { height: 500px; margin-bottom: 25px; }
.content-slider .content-slider__items .image img { width: 100%; height: 100%; display: table; object-fit: cover; border-radius: 20px; }
.content-slider .content-slider__items h3 { margin-bottom: 15px; }
.content-slider .content-slider__items .content-slider__item a { color: #fff; text-decoration: none; }

.frames { padding-top: 0; margin-bottom: 100px; margin-top: 300px; }

.frame-content { text-align: center; color: var(--im-color-5); max-width: 550px; margin: 0 auto 60px auto; }
.frame-content .title { margin-bottom: 40px; }
.highlight-frame { display: table; margin: 0 auto; position: relative; z-index: 10; }
.highlight-frame .highlight-image { display: table; }
.highlight-frame .highlight-item { display: table; position: absolute; }
.highlight-frame .highlight-item .hl-container { position: relative; }
.highlight-frame .highlight-item .hl-text__image { margin-bottom: 20px; }
.highlight-frame .highlight-item .hl-text__image img { border-radius: 20px;}

.pointer { width: 36px; height: 36px; border: 1px solid #fff; background: var(--im-color-3); border-radius: 36px; position: relative; cursor: pointer; }
.pointer:after { position: absolute; width: 10px; height: 10px; background: #fff; content: ''; display: table; border-radius: 10px; left: 50%; top: 50%; margin-left: -5px; margin-top: -5px; }
.pointer:hover { background: var(--im-color-2); }
.pointer.open { background: var(--im-color-2); }
.pointer-text { z-index: 99; display: none; position: absolute; left: 50px; top: 50%; transform: translateY(-50%); width: 300px; background: #fff; padding: 20px; border-radius: 20px; color: var(--im-color-5); box-shadow: 3px 3px 3px rgba(0,0,0,0.15); }
.pointer-text strong { font-weight: 600; }
.pointer-text.open { display: table; }
.pointer-text p:last-child { margin-bottom: 0; }

.inspiratie { column-count: 3;  }
.inspiratie .inspiratie-image img { border-radius: 10px; }
.inspiratie .inspiratie-item { margin-bottom: 20px; position: relative; }
.inspiratie .inspiratie-item .ii-container { position: relative; }
.inspiratie .inspiratie-item h2 { font-size: 14px; }
.inspiratie .inspiratie-item p { font-size: 12px; }
.inspiratie .inspiratie-pointer { position: absolute; }
.inspiratie .pointer-text { width: 200px; top: -25px; }

.flex-products { width: 990px; margin-bottom: 50px; }
.flex-products .title { margin-bottom: 40px; }

.flex-single-content {  }
.flex-single-content .flex-single-content__text { width: 100%; display: table; margin-top: 30px; }
.flex-single-content .flex-single-content__text ul.products { margin-top: 60px; }

.booking-form { max-width: 800px; margin: 30px auto 0 auto; }
.booking-form .step-title { font-size: 28px; font-weight: 600; margin-bottom: 20px; }
.booking-form .step-title span { font-weight: 300; }
.booking-form .select-options { margin-bottom: 40px; }
.booking-form .select-options .select-option { border: 1px solid rgba(255,255,255, 0.5); border-top: 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.booking-form .select-options .select-option:nth-child(1) { border-top: 1px solid rgba(255,255,255, 0.5); }
.booking-form .select-options .select-option .info { display: flex; background: rbga(255,255,255,0.7); width: 80%; padding: 25px; }
.booking-form .select-options .select-option .info .image { width: 20%; margin-right: 25px; }
.booking-form .select-options .select-option .info .text { width: 80%; }
.booking-form .select-options .select-option .info p { margin-bottom: 0; }
.booking-form .select-options .select-option .checkbox { display: flex; justify-content: center; align-items: center; background: rgba(255,255,255,0.1); align-self: stretch; width: 20%; border-left: 1px solid rgba(255,255,255, 0.5); }
.booking-form .select-options .select-option .checkbox .wpcf7-list-item { margin: 0; }
.booking-form .select-options .select-option .checkbox .wpcf7-list-item-label { display: none; }
.booking-form .elementor-button { border: 0; }

.footer { padding: 100px 0; }
.footer .footer-block h5 { margin-bottom: 20px; font-size: 24px; }
.footer .footer-block ul { list-style: none; padding: 0; margin: 0; }
.footer .footer-block ul li { margin-bottom: 10px; }
.footer .footer-block ul li:last-child { margin-bottom: 0; }
.footer .footer-block ul li a { font-size: 20px; color: #fff; text-decoration: none; }

.footer-slogan { --slogan-gap: 50px; position: relative; display: flex; overflow: hidden; user-select: none; padding-top: 20px; }
.footer-slogan .slogan-items { flex-shrink: 0; display: flex; justify-content: space-around; min-width: 100%; animation: scroll 16s linear infinite; }
.footer-slogan .slogan-items .slogan-item { font-family: var(--im-font-2); font-style: italic; font-weight: 600; flex-shrink: 0; position: relative; color: rgba(255,255,255,0.3); font-size: 72px; padding: 0 var(--slogan-gap); }
.footer-slogan .slogan-items .slogan-item:before { content: ''; position: absolute; top: 50%; left: -5px; width: 10px; height: 10px; display: block; background: rgba(255,255,255,0.3); border-radius: 10px; }
.footer-slogan .slogan-items .slogan-item:first-child:before {  }

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

.copyright .block { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.2); padding: 20px 0; }
.copyright .block a { color: #fff; text-decoration: none; margin-left: 50px; }
.copyright .block p { margin: 0; }

/* Swiper */
.swiper-pagination-bullet { width: 50px; height: 5px; border-radius: 5px; }
/* Swiper */

/* Gravity Forms */
#gform_wrapper_1[data-form-index="0"].gform-theme, [data-parent-form="1_0"] {
    --gf-color-primary: var(--im-color-3) !important;
    --gf-color-primary-darker: var(--im-color-3) !important;
    --gf-ctrl-label-color-primary: #fff !important;
    --gf-ctrl-radius: 30px !important;
    --gf-ctrl-size: 52px !important;
    --gf-ctrl-btn-radius: 25px !important;
    --gf-radius: 10px !important;
    --gf-ctrl-btn-size: 50px !important;
    --gf-ctrl-btn-padding-x: 24px !important;
}

#gform_wrapper_2[data-form-index="0"].gform-theme, [data-parent-form="2_0"] {
    --gf-color-primary: var(--im-color-3) !important;
    --gf-color-primary-darker: var(--im-color-3) !important;
    --gf-ctrl-radius: 30px !important;
    --gf-ctrl-size: 52px !important;
    --gf-ctrl-btn-radius: 25px !important;
    --gf-radius: 10px !important;
    --gf-ctrl-btn-size: 50px !important;
    --gf-ctrl-btn-padding-x: 24px !important;
    --gf-color-in-ctrl: #D9D9D9 !important;
    --gf-ctrl-border-color: #fff !important;
}

.gform-theme--api, .gform-theme--framework {
    --gf-padding-x: 30px !important;
    --gf-ctrl-label-font-weight-primary: 400 !important;
    --gf-form-gap-y: 30px !important;
    --gf-ctrl-textarea-radius: 20px !important;
    --gf-ctrl-textarea-padding-y: 30px !important;

}
/* Gravity Forms */

/* WooCommerce */

.woocommerce div.product .product_title { margin-bottom: 40px; }

.summary-prices { display: flex; align-items: center; }
.summary-prices .adviesprijs { display: flex; align-items: center; }
.summary-prices .adviesprijs label { margin-bottom: 0; margin-top: 3px; margin-right: 5px; }
.summary-prices .adviesprijs p.price_excl { margin-bottom: 0; margin-top: 3px; }
.summary-prices .leasebedrag { display: flex; align-items: center; margin-left: 10px; padding-left: 10px; border-left: 1px solid #d8d8d8; }
.summary-prices .leasebedrag label { margin-bottom: 0; margin-top: 3px; margin-right: 5px; }
.summary-prices .leasebedrag p { color: #F79B2E; margin-bottom: 0; font-size: 1.3rem; font-weight: 600; }
.summary-prices .leasebedrag .product-info-icon { margin-left: 10px; position: relative; }
.summary-prices .leasebedrag .product-info-icon .info-block { display: none; width: 250px; position: absolute; padding: 15px 20px; border-radius: 3px; top: 35px; left: -110px; background: #F79B2E; z-index: 1000; }
.summary-prices .leasebedrag .product-info-icon .info-block.hover { display: block; }
.summary-prices .leasebedrag .product-info-icon .info-block p { color: #fff; font-size: 14px; font-weight: 500; }

.woocommerce .custom-product-option { margin-bottom: 40px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.woocommerce .custom-product-option a.button { font-size: 18px; flex-basis: calc(50% - 5px); text-align: center; border-radius: 50px; padding: 16px 0; color: #fff; background: var(--im-color-2); }
.woocommerce .custom-product-option a.button.alt { font-size: 16px; flex-basis: calc(50% - 5px); background: transparent; color: var(--im-color-2); border: 1px solid var(--im-color-2); }
.woocommerce .custom-product-option a.button:first-child {  }

.woocommerce-product-gallery .flex-viewport { margin-bottom: 10px; }
.woocommerce div.product div.images .flex-control-thumbs { margin-left: -1%; margin-right: -1%; }
.woocommerce div.product div.images .flex-control-thumbs li { width: 23%; margin: 5px 1%;  }

.related.products { width: 100%; display: table; }
.related.products h2 { margin-bottom :40px;}

.category-description { margin-top: 30px; }

.archive.woocommerce ul.products { margin-top: 50px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 23.5%; margin: 0 2% 2.992em 0; }
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last { margin-right: 0; }
.woocommerce ul.products li.product a img { border-radius: 10px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #fff; font-size: 26px;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { display: none; }

.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; justify-content: center; align-items: center; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a { color: #fff; }
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev { border: 1px solid #fff; padding: 11px; border-radius: 22px;  }
.woocommerce nav.woocommerce-pagination ul li a.next { margin-left: 10px; }
.woocommerce nav.woocommerce-pagination ul li a.prev { margin-right: 10px; }
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: none; }

/* WooCommerce */

@media (min-width: 1400px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }

}

@media (min-width: 1600px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }

}

@media (max-width: 1400px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 95%;
    }

    .header .top-bar .top-bar-links { display: none; }
    .header .top-bar .top-bar-info { border-left: 0; padding-left: 0; margin-left: 0; width: 100%; }
    .header .top-bar .top-bar-info ul { justify-content: center; }

    .header .headmenu { display: none; }

    .responsive-menu { display: flex; }

    .services .services__content { margin-bottom: 40px; }

    .process-items .process-item .image img { width: auto; height: auto; }

    .grid-section { padding-top: 100px; margin-top: -100px; }

    .content-flex .text.dark { color: #fff; }

    .grid-items .grid-item .grid__title.alt { font-size: 60px; }
    .grid-items .grid-item { height: 380px; }
    .grid-items .grid-item .box .box-title { font-size: 40px; }

    .contact-lint .text .title { font-size: 40px; line-height: 44px; }
    .contact-lint .text p { font-size: 20px; }

}

@media (max-width: 992px) {

    .button { padding: 16px 30px; }
    .button.alt { padding: 12px 30px; }

    .header .logo { width: 50%; }

    .section { padding: 80px 0; }
    .section.big { padding: 120px 0; }

    .title { font-size: 50px; line-height: 56px; }

    .text-block { font-size: 36px; }

    .banner .banner-title { font-size: 60px; line-height: 64px; }
    .banner .banner-text p { font-size: 20px; }

    .banner-image { height: 420px; }

    .meet-the-team p { font-size: 20px; }
    .meet-the-team .meet-the-team__items .meet-the-team__item .name { font-size: 24px; }

    .services .services__content { padding-right: 0; }
    .services .services__content .title { font-size: 50px; }
    .services .services__content p { font-size: 20px; }

    .process-items .process-item .text .num { font-size: 46px; margin-bottom: 30px; }
    .process-items .process-item .text h3 { font-size: 26px; }
    .process-items .process-item .text p { font-size: 20px; }

    .review-slider .review-slider__blocks .review-slider__block .title { font-size: 50px; }
    .review-slider .review-slider__blocks .review-slider__block .quotes p { font-size: 34px; }

    .grid-items { grid-template-columns: repeat(6, 1fr); grid-column-gap: 20px; grid-row-gap: 20px; }
    .grid-items .grid-item.item1 { grid-area: 1 / 1 / 2 / 7; height: 260px; }
    .grid-items .grid-item.item2 { grid-area: 2 / 1 / 3 / 4; }
    .grid-items .grid-item.item3 { grid-area: 2 / 4 / 3 / 7; }
    .grid-items .grid-item.item4 { grid-area: 3 / 1 / 4 / 4; }
    .grid-items .grid-item.item5 { grid-area: 3 / 4 / 4 / 7; }
    .grid-items .grid-item.item6 { grid-area: 4 / 1 / 5 / 4; }
    .grid-items .grid-item.item7 { grid-area: 4 / 4 / 5 / 7; }

    .grid-items .grid-item { height: 260px; }
    .grid-items .grid-item .grid__title.alt { font-size: 40px; }

    .contact-lint { flex-wrap: wrap; }
    .contact-lint .image { height: calc(100% + 100px); width: 100%; max-width: 340px; margin: 0 auto; position: relative; overflow: visible; }
    .contact-lint .image img { width: 100%; height: 100%; object-fit: contain; position: relative; bottom: 0; margin-top: -50px; }
    .contact-lint .contact-lint__info { padding: 10px 16px; }
    .contact-lint .text { padding: 50px; width: 100%;  }

    .projects .project-item .project-image { height: 300px; }
    .projects .project-item h2 { font-size: 20px; margin-top: 25px; }

    .services .services__block { height: 300px; }
    .services .services__block:nth-child(2) { margin: 30px 0; }

    .footer { padding: 40px 0; }
    .footer .footer-block { margin-bottom: 40px; }
    .footer .footer-block:nth-child(2) { margin-bottom: 0; }

    .copyright .block { flex-wrap: wrap; }
    .copyright .block p { width: 100%; text-align: center; }
    .copyright .block p:first-child { margin-bottom: 10px; }
    .copyright .block a { margin: 0 20px; }

}

@media (max-width: 768px) {

    .button { padding: 10px 24px; font-size: 14px; }

    .header .top-bar .top-bar-info { font-size: 12px; }

    .section { padding: 60px 0; }
    .section.big { padding: 80px 0; }

    .title { font-size: 34px; line-height: 40px; }

    .banner .banner-title { font-size: 26px; line-height: 30px; }

    .banner-image { height: 320px; }

    .text-block { font-size: 24px; }

    .meet-the-team { margin: 0; padding: 0 20px; }

    .usp-content .usp-content__item:first-child { margin-top: 40px; }

    .content-slider .content-slider__items .image { height: 300px; }

    .content-flex .text { width: 100%; }
    .content-flex .title.margin-flex { max-width: 100%; margin-left: 0; margin-right: auto; }

    .services .services__content .title { font-size: 34px; }

    .meet-the-team .meet-the-team__items { margin-top: 40px; }
    .meet-the-team .meet-the-team__items .meet-the-team__item { text-align: center; }
    .meet-the-team .meet-the-team__items .meet-the-team__item .name { font-size: 20px; }
    .meet-the-team .meet-the-team__items .meet-the-team__item .image-block { max-width: 320px; margin: 0 auto; display: table; }
    .meet-the-team .meet-the-team__items .meet-the-team__item.alt { top: auto; }

    .swiper-pagination-bullet { width: 20px; height: 3px; }

    .grid-items .grid-item .grid__title { font-size: 20px; }

    .grid-items { grid-template-columns: repeat(6, 1fr); grid-column-gap: 20px; grid-row-gap: 20px; }
    .grid-items .grid-item.item1 { grid-area: 1 / 1 / 2 / 7; height: 260px; }
    .grid-items .grid-item.item2 { grid-area: 2 / 1 / 3 / 7; }
    .grid-items .grid-item.item3 { grid-area: 3 / 1 / 4 / 7; }
    .grid-items .grid-item.item4 { grid-area: 4 / 1 / 5 / 7; }
    .grid-items .grid-item.item5 { grid-area: 5 / 1 / 6 / 7; }
    .grid-items .grid-item.item6 { grid-area: 6 / 1 / 7 / 7; }
    .grid-items .grid-item.item7 { grid-area: 7 / 1 / 8 / 7; }

    .content-blocks { flex-wrap: wrap; }
    .content-blocks.alternative .content-blocks__left { width: 100%; }
    .content-blocks.alternative .content-blocks__right { width: 100%; }
    .content-blocks .content-blocks__left { width: 100%; }
    .content-blocks .content-blocks__right { width: 100%; }

    .banner .banner-text p { font-size: 16px; }
    .meet-the-team p { font-size: 16px; }
    .services .services__content p { font-size: 16px; }
    .process-items .process-item .text p { font-size: 16px; }

    .process-items .process-item .image { max-width: 320px; margin: 0 auto; }

    .review-slider .review-slider__blocks .review-slider__block .quotes p { font-size: 24px; }

    .contact-lint .contact-lint__info .info-title { font-size: 20px; }
    .contact-lint .text .title { font-size: 24px; line-height: 28px; }

    .archive-filter ul { gap: 10px; }
    .archive-filter ul li { font-size: 14px; padding: 5px 12px; }

    .projects .project-item .project-label span { font-size: 12px; }

    .flex-gallery .flex-gallery__items { margin: 0 30px; }

    .footer .footer-block ul li a { font-size: 16px; }

}

@media (max-width: 480px) {

    .review-slider .review-slider__blocks .review-slider__block .quotes p { font-size: 18px; }

}