/*
Theme name: ParQ te Wechel
Author: Insomedia
Version: 1.0
Description: WordPress thema voor de website van ParQ te Wechel
*/

/* font-family: "Merriweather", serif; */
/* font-family: "Playfair Display", serif; */
/* font-family: "Rubik", sans-serif; */

* { box-sizing: border-box; }

body {
    --im-color-1: #84A371;
    --im-color-2: #57664F;
    --im-color-3: #424D42;
    --im-color-4: #BB7751;
    --im-color-5: #F5F6F5;
    --im-color-6: #816B63;
    --im-color-7: #F8E5DA;
    --im-color-8: #CABCA3;
    --im-font-1: "Rubik", sans-serif;
    --im-font-2: "Playfair Display", serif;
    --im-font-3: "Merriweather", serif;
    --im-radius: 80px;
}

html, body { font-family: var(--im-font-1); font-size: 18px; }

h1, h2, h3, h4 { color: var(--im-color-1); }

h1, h2 { font-size: 36px; }

p a { color: var(--im-color-1); }

img { max-width: 100%; display: table; }

.wrapper { position: relative; }

.button { color: #fff; font-weight: 600; background: var(--im-color-4); padding: 10px 25px; border-radius: 50px; text-decoration: none; display: table; border: 0; }

.header { position: absolute; top: 0; left: 0; width: 100%; z-index: 99; padding: 25px 0; }
.header .container { display: flex; align-items: center; justify-content: space-between; }
.header .logo { width: 300px; display: table; }
.header .logo svg { width: 100%; height: 100%; object-fit: contain; }
.headmenu.mobile-menu { display: none; }
.headmenu ul { list-style: none; display: flex; gap: 5px; margin: 0; padding: 0; }
.headmenu ul li { padding: 10px 0; position: relative; }
.headmenu ul li.menu-item-has-children {  }
.headmenu ul li.menu-item-has-children:after { position: absolute; right: 0; top: 19px; width: 12px; height: 12px; content: ''; display: table; background: url('images/arrow-down.svg') no-repeat; }
.headmenu ul li a { color: #fff; text-decoration: none; font-weight: 600; padding: 8px 20px; border-radius: 50px; }
.headmenu ul li.special a { background: var(--im-color-4); color: #fff; }
.headmenu ul li ul { opacity: 0; visibility: hidden; position: absolute; min-width: 200px; top: 45px; gap: 0; left: 0; background: var(--im-color-2); padding: 10px 60px 10px 20px; flex-wrap: wrap; border-bottom-right-radius: var(--im-radius); transition: all .3s ease-in; }
.headmenu ul li:hover ul { opacity: 1; visibility: visible; }
.headmenu ul li ul li { width: 100%; padding: 5px 0; }
.headmenu ul li ul li a { padding: 0; }

.headmenu .close-menu { position: absolute; top: 20px; right: 20px; width: 30px; height: 30px; z-index: 9999; }
.headmenu .close-menu svg { width: 100%; height: 100%; object-fit: contain; }

.responsive-menu { display: none; width: 30px; height: 30px; }
.responsive-menu svg { width: 100%; height: 100%; object-fit: contain; display: table; }

.hero { position: relative; width: 100%; height: 100vh; overflow: hidden; }
.hero:after { background: rgba(0,0,0,0.20); position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; }
.hero .image { width: 100%; height: 100%; display: table; }
.hero .image img { width: 100%; height: 100%; object-fit: cover; }
.hero .slogan { position: absolute; bottom: 160px; left: 0; width: 100%; color: #fff; z-index: 10; text-align: right; }
.hero .slogan h2 { font-size: 46px; font-weight: 500; line-height: 46px; margin-bottom: 20px; color: #fff; }
.hero .slogan span { font-family: "Playfair Display", serif; font-size: 60px; position: relative; top: 0; }
.hero .arrow-down-circle { position: absolute; bottom: 40px; left: 50%; width: 40px; height: 40px; margin-left: -20px; cursor: pointer; z-index: 999; }

.hero-video { position: absolute; top: 50%; left: 50%; width: auto; height: auto; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); max-width: 100%; object-fit: cover; }

.hero.isempty { height: 110px; background: var(--im-color-3); }
.hero.isempty .image { display: none; }

.promo-sticker { position: absolute; bottom: 160px; left: 0; z-index: 9; width: 100%; }
.promo-sticker .promo-block { width: 280px; height: 280px;  }
.promo-sticker .promo-block img { width: 100%; height: 100%; object-fit: contain; display: table; }

.section { padding: 100px 0; overflow-x: clip; }
.section-title { margin-bottom: 40px; }

.section-empty { height: calc(100vh - 110px); }
.section-empty iframe{ width: 100%; height: 100%; display: block; }

.color-lightgreen { background: var(--im-color-2); color: #fff; }
.color-green { background: var(--im-color-3); color: #fff; }

.intro-content__text { width: calc(80% - 40px); margin-bottom: 100px; }
.intro-content__text .section-title { margin-bottom: 20px; }
.intro-content__items { display: flex; align-items: flex-end; }
.intro-content__items .intro-content__image { width: 60%; }
.intro-content__items .intro-content__image img { width: 100%; height: 100%; object-fit: cover; border-top-left-radius: var(--im-radius); border-top-right-radius: var(--im-radius); }
.intro-content__items .intro-content__list { width: 20%; padding: 50px 20px; background: var(--im-color-2); color: #fff; border-top-left-radius: var(--im-radius); border-bottom-right-radius: var(--im-radius); }
.intro-content__items .intro-content__list ul { margin: 0; padding-left: 20px; list-style: none; }
.intro-content__items .intro-content__list ul li { font-size: 14px; position: relative; margin: 8px 0; }
.intro-content__items .intro-content__list ul li:before { content: '+'; position: absolute; top: 0; left: -20px; color: var(--im-color-1); }
.intro-content__items .intro-content__label { width: 20%; position: relative; }
.intro-content__items .intro-content__label-items { position: absolute; bottom: 0; width: 100%; padding: 20px; background: var(--im-color-3); border-top-left-radius: var(--im-radius); border-bottom-left-radius: var(--im-radius); }
.intro-content__items .intro-content__label-items:after { content: ''; position: absolute; top: 0; left: 100%; width: 999%; height: 100%; background: var(--im-color-3); }
.intro-content__items .intro-content__label-items .intro-content__label-item { text-align: center; margin: 50px 0; padding: 0 20px; }
.intro-content__items .intro-content__label-items .intro-content__label-item .icon { width: 50px; height: 50px; margin: 0 auto; }
.intro-content__items .intro-content__label-items .intro-content__label-item .icon svg { width: 100%; height: 100%; object-fit: contain; }
.intro-content__items .intro-content__label-items .intro-content__label-item h3 { color: #fff; font-size: 16px; font-weight: 400; margin-top: 10px; }
.intro-content__items .intro-content__label-items .intro-content__label-item h3 span { margin-bottom: 5px; display: block; color: var(--im-color-1); font-weight: 700; font-family: var(--im-font-3); }

.apartments-view { position: relative; }
.apartments-view .section-title { margin-bottom: 80px; position: relative; color: var(--im-color-3); background: #fff; border-bottom-right-radius: 40px; display: table; padding: 20px 50px 20px 0; }
.apartments-view .section-title:after { content: ''; position: absolute; top: 0; right: 100%; width: 999%; height: 100%; background: #fff; }
.apartments-view:before { content: ''; background: var(--im-color-5); width: 100%; height: 50%; position: absolute; top: 0; left: 0; z-index: -1; border-bottom-right-radius: 40px; }
.archive .apartments-view:before, .single-appartement .apartments-view:before { display: none; }
.apartments-view .apartments-title { margin-bottom: 80px; }
.apartments-view .apartments-title .subtitle { font-family: var(--im-font-3); font-size: 26px; color: var(--im-color-3); }
.apartments { position: relative; display: flex; gap: 21px; flex-wrap: wrap; }
.apartments .apartment:nth-child(3n + 1):before { content: ''; position: absolute; top: 0; right: 100%; width: 999%; height: 100%; background: var(--im-color-3); border-top-right-radius: var(--im-radius); }
.apartments .apartment { width: calc(33.3333% - 14px); position: relative; margin-top: 30px; text-decoration: none; }
.apartments .apartment .apartment-image { position: relative; width: 100%; height: 340px; }
.apartments .apartment .apartment-image img { width: 100%; height: 100%; object-fit: cover; display: table; border-top-left-radius: var(--im-radius);  }
.apartments .apartment .apartment-image:after { content: ''; width: 100%; height: 50%; left: 0; bottom: 0; position: absolute; background: #000000; background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); border-top-left-radius: var(--im-radius); }
.apartments .apartment .apartment__title { position: absolute; top: -20px; right: 0; background: var(--im-color-3); color: var(--im-color-1); display: table; padding: 10px 20px 10px 40px; z-index: 10; border-bottom-left-radius: 40px; }
.apartments .apartment .apartment__title h2 { font-size: 26px; font-family: var(--im-font-3); margin: 0; }
.apartments .apartment .button { position: absolute; bottom: 30px; left: 30px; z-index: 10; }
.apartments .apartment .type {transform: rotate(-90deg) translate(-40%, -74%); transform-origin: center; font-size: 140px; color: rgba(255,255,255,0.5); font-family: var(--im-font-3); text-decoration: none; position: absolute; left: 0; top: 0; }
.apartments .apartment .type span {  }
.apartments .apartment .apartment__details { width: 100%; background: var(--im-color-6); padding: 25px 50px 25px 25px; color: #fff; display: flex; gap: 20px; z-index: 3; border-bottom-right-radius: var(--im-radius); align-items: start;  }
.apartments .apartment .apartment__details .details__info { width: 45%; }
.apartments .apartment .apartment__details .details__info span { font-weight: 600; display: block; }
.apartments .apartment .apartment__details .details__info p:last-child { margin-bottom: 0; }
.apartments .apartment .apartment__details .details__buttons { width: 55%; display: flex; gap: 10px; flex-wrap: wrap; }
.apartments .apartment .apartment__details .details__buttons .button { font-size: 16px; background: var(--im-color-7); color: var(--im-color-3); width: 100%; position: relative; left: auto; bottom: auto; text-align: center; }
.apartments .apartment .apartment__details .details__buttons .button:first-child { background: var(--im-color-3); color: #fff; }
.apartments .apartment:nth-child(3n + 2) .apartment-image img { border-top-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: var(--im-radius); }
.apartments .apartment:nth-child(3n + 2) .apartment-image:after { border-top-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: var(--im-radius); border-bottom-left-radius: 0; }
.apartments .apartment:nth-child(3n + 2) .apartment__title { position: absolute; top: -20px; left: 0; right: auto; padding: 10px 40px 10px 20px; border-bottom-left-radius: 0; border-bottom-right-radius: 40px; }
.apartments .apartment:nth-child(3n + 2) .button { left: auto; right: 30px; }
.apartments .apartment:nth-child(3n + 2) .apartment__details { width: 100%; background: var(--im-color-6); padding: 25px 25px 25px 50px; border-bottom-right-radius: 0; border-bottom-left-radius: var(--im-radius);  }
.apartments .apartment:nth-child(3n + 2) .apartment__details .details__buttons .button { right: auto; }
.home .apartments .apartment:nth-child(2) .button { background: var(--im-color-6); }
/* Color Scheme 2 */
.cs-2 .apartments .apartment .apartment__details { background: var(--im-color-4); }
.cs-2 .apartments .apartment .apartment__details .details__buttons .button:first-child { background: var(--im-color-3); color: #fff; }
/* Color Scheme 3*/
.home .apartments .apartment:nth-child(3) .button { background: var(--im-color-8); }
.cs-3 .apartments .apartment .apartment__details { background: var(--im-color-8); }
.cs-3 .apartments .apartment .apartment__details .details__buttons .button:first-child { background: var(--im-color-3); color: #fff; }

.home .apartments .apartment { height: 600px; }
.home .apartments .apartment .apartment-image { position: relative; width: 100%; height: 100%; }
.home .apartments .apartment .apartment-image img { width: 100%; height: 100%; object-fit: cover; display: table; border-top-left-radius: var(--im-radius); border-bottom-right-radius: var(--im-radius); }
.home .apartments .apartment .apartment-image:after { border-bottom-right-radius: var(--im-radius); }
.home .apartments .apartment:nth-child(3n + 2) .apartment-image img { border-top-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: var(--im-radius); border-bottom-left-radius: var(--im-radius); }
.home .apartments .apartment:nth-child(3n + 2) .apartment-image:after { border-top-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: var(--im-radius); border-bottom-left-radius: var(--im-radius); }

.apartment-svg { position: relative; margin-bottom: 80px; }
.apartment-svg .svg-container { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.apartment-svg .svg-container [id|="app"] { cursor: pointer; fill: transparent; stroke: white; stroke-width: 2px; fill-opacity: .5; stroke-opacity: .8; transition: .3s; }
.apartment-svg .svg-container [id|="app"]:hover { fill-opacity: .9; stroke-opacity: 1; }

.apartment-svg .svg-container .model-popup { position: fixed; font-size: 14px; background: #fff; padding: 6px 10px; border-radius: 10px; }

.single-apartment-slider .container { position: relative; }
.single-apartment-slider .container:after { content: ''; background: var(--im-color-3); width: 999%; height: 100%; position: absolute; top: 100px; left: calc(100% - 15px); z-index: -1; border-top-left-radius: var(--im-radius); }
.slider-gebouw { width: 100%; height: 800px; position: relative; }
.slider-gebouw .slider-gebouw__item { width: 100%; height: 100%; display: block; }
.slider-gebouw .slider-gebouw__item img { width: 100%; height: 100%; object-fit: cover; border-top-right-radius: var(--im-radius); border-bottom-left-radius: var(--im-radius); }
.slider-gebouw .swipe-info { padding: 25px; position: absolute; bottom: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: end; z-index: 999; color: #fff; font-weight: 600; gap: 10px; }
.slider-gebouw .swipe-info span { width: 26px; height: 26px; display: table; }
.slider-gebouw .swipe-info span img { width: 100%; height: 100%; object-fit: contain; }

.apartment-modal { display: none; position: absolute; background: rgba(0,0,0,0.65); top: 0; left: 0; width: 100%; height: 100%; justify-content: center; align-items: center; }
.apartment-modal.open { display: flex;  }
.apartment-modal .modal-box { background: #fff; display: none; max-width: 400px; z-index: 9999; position: relative; box-shadow: 0 0 50px rgba(0, 0, 0, 0.75); }
.apartment-modal .modal-box .modal-box__title { position: relative; background: var(--im-color-3); color: #fff; font-size: 20px; padding: 10px 20px; }
.apartment-modal .modal-box .modal-box__image { height: 200px; }
.apartment-modal .modal-box .modal-box__image img { width: 100%; height: 100%; object-fit: cover; display: table; }
.apartment-modal .modal-box .modal-box__details { padding: 25px; }
.apartment-modal .modal-box .modal-box__details .details__info span { font-weight: 600; display: block; }
.apartment-modal .modal-box .modal-box__details .details__info p:last-child { margin-bottom: 0; }
.apartment-modal .modal-box .modal-box__details .details__buttons { display: flex; gap: 20px; margin-top: 25px; }
.apartment-modal .modal-box .modal-box__details .details__buttons .button { font-size: 14px; }
.apartment-modal .modal-box__close { color: #fff; font-size: 12px; position: absolute; top: 16px; right: 16px; cursor: pointer; }

.content-text-image { display: flex; }
.content-text-image .content-text-image__text.full-width { width: 100%; }
.content-text-image .content-text-image__text .subtitle { font-size: 24px; color: var(--im-color-3); font-family: var(--im-font-3); }
.content-text-image .content-text-image__text .title { margin-bottom: 20px; }
.content-text-image .content-text-image__text .button { margin-top: 30px; }
.content-text-image .content-text-image__image img { border-top-left-radius: var(--im-radius); border-bottom-right-radius: var(--im-radius); }
.content-text-image .content-text-image__image img.no-radius { border-top-left-radius: 0; border-bottom-right-radius: 0; }
.content-text-image .content-text-image__image.app-img img { width: 100%; height: 100%; object-fit: cover; display: table; border-bottom-left-radius: var(--im-radius); border-top-left-radius: 0; border-bottom-right-radius: 0; }

.single-apartment { }
.single-apartment .content-text-image .content-text-image__text .single-content { padding: 80px 80px 80px 0; }
.single-apartment .content-text-image .content-text-image__text .single-content .price { font-size: 24px; color: var(--im-color-3); font-family: var(--im-font-3); }

.single-details { position: relative; background: var(--im-color-4); border-bottom-right-radius: var(--im-radius); color: #fff; padding: 25px 25px 25px 0; }
.single-details:after { content: ''; position: absolute; top: 0; right: 100%; width: 999%; height: 100%; background: var(--im-color-4); }
.single-details .title { font-size: 30px; color: #fff; }
.single-details ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 25px; justify-content: space-between; }
.single-details ul li { width: 33.3333%; }
.single-details ul li span { font-weight: 600; display: block; }

.about { overflow: hidden; }
.about .about__image { width: 100%; height: 800px; display: block; }
.about .about__image img { width: 100%; height: 100%; display: table; object-fit: cover; border-top-left-radius: var(--im-radius); }
.about .about__content-box { width: 100%; height: 800px; position: absolute; top: 0; left: 0; z-index: 2; }
.about .about__content-box img { width: 100%; height: 100%; display: table; object-fit: cover; border-top-left-radius: var(--im-radius); }
.about .about__content-box .about__content { position: absolute; bottom: 0; right: 0; background: var(--im-color-2); max-width: 500px; padding: 75px; border-top-left-radius: var(--im-radius); }
.about .about__content-box .about__content:after { content: ''; position: absolute; top: 0; left: 100%; width: 999%; height: 100%; background: var(--im-color-2); }
.about .about__content-box .about__content p { color: #fff; }
.about .about__content-box .about__content .button { background: var(--im-color-3); }

.downloads { margin-top: 40px; }
.downloads .downloads__item { margin-top: 20px; background: var(--im-color-3); padding: 10px 25px; gap: 20px; color: #fff; text-decoration: none; font-weight: 600; display: flex; align-items: center; border-top-left-radius: 25px; border-bottom-right-radius: 25px; }
.downloads .downloads__item span { width: 26px; height: 26px; display: inline-table; }
.downloads .downloads__item span img { width: 100%; height: 100%; object-fit: contain; }

.banner { width: 100%; height: 740px; }
.banner img { width: 100%; height: 100%; object-fit: cover; border-top-left-radius: var(--im-radius); }

.reisafstanden { background: var(--im-color-3); color: #fff; }
.reisafstanden p:last-child { margin-bottom: 0; }
.reisafstanden .reistables .reistable { display: flex; gap: 15px; margin: 10px 0; }
.reisafstanden .reistables .reistable .label { width: 50%; }
.reisafstanden .reistables .reistable .value { width: 25%; display: flex; align-items: center; gap: 10px; }
.reisafstanden .reistables .reistable .value span { width: 32px; height: 18px; display: block; }
.reisafstanden .reistables .reistable .value span.small { width: 22px; }
.reisafstanden .reistables .reistable .value span img { width: 100%; height: 100%; object-fit: contain; }

.accordion-items .accordion-items__title { background: var(--im-color-3); padding: 10px 20px; cursor: pointer; margin-top: 15px; border-radius: 10px 0 10px 0; position: relative; z-index: 10; }
.accordion-items .accordion-items__title:after { content: ''; position: absolute; top: 16px; right: 15px; width: 16px; height: 16px; background: url('images/arrow-down.svg') no-repeat; transition: all .1s ease-in; }
.accordion-items .accordion-items__title.ui-state-active:after { transform: rotate(180deg); top: 8px; }
.accordion-items .accordion-items__title h3 { color: #fff; font-size: 18px; margin: 0; }
.accordion-items .accordion-items__text { background: #fff; padding: 25px 20px 20px 20px; margin-top: -5px; border-radius: 5px; position: relative; z-index: 9; }
.accordion-items .accordion-items__text p:last-child { margin-bottom: 0; }

.appartement-details .title { margin-bottom: 30px; }
.appartement-details iframe { border-top-left-radius: 30px; border-bottom-right-radius: 30px; }

.plattegrond-box { position: relative; display: flex; justify-content: space-around; align-items: center; height: 400px; padding: 35px; background: var(--im-color-3); border-top-left-radius: 30px; border-bottom-right-radius: 30px; }
.plattegrond-box .button { z-index: 9; position: relative; }
.plattegrond-box .image { height: 100%; }
.plattegrond-box .image img { width: 100%; height: 100%; object-fit: cover;  }

.cta-footer { position: fixed; bottom: 0; right: 50px; z-index: 999; }
.cta-footer .cta-footer__title { display: flex; align-content: center; gap: 30px; background: var(--im-color-3); color: #fff; font-size: 16px; padding: 10px 26px 10px 26px; border-top-left-radius: 20px; }
.cta-footer .cta-footer__title .close { width: 20px; height: 20px; cursor: pointer; }
.cta-footer .cta-footer__title .close svg { width: 100%; height: 100%; object-fit: contain; }
.cta-footer .cta-footer__content { background: #fff; padding: 12px 26px; }
.cta-footer .cta-footer__content .button { width: 100%; text-align: center; font-size: 16px; }

.pop-up-makelaar { display: none; min-width: 300px; background: #fff; padding: 30px; border-radius: 40px 0; box-shadow: 0 0 50px rgba(0,0,0,0.8); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 99999; }
.pop-up-makelaar .image { margin-bottom: 30px; }
.pop-up-makelaar .pop-up-makelaar__content h4 { font-size: 20px; }
.pop-up-makelaar .pop-up-makelaar__content p:last-child { margin-bottom: 0; }
.pop-up-makelaar .pop-up-makelaar__close { position: absolute; top: -15px; right: -15px; background: var(--im-color-3); padding: 10px; border-radius: 30px; display: table; cursor: pointer; }
.pop-up-makelaar .pop-up-makelaar__close span { display: table; width: 20px; height: 20px; }
.pop-up-makelaar .pop-up-makelaar__close span svg { width: 100%; height: 100%; object-fit: contain; display: table; }

.parq-plattegrond { position: relative; width: 100%; height: 100%; max-width: 1000px; margin: 0 auto; }
.parq-plattegrond img { width: 100%; height: 100%; object-fit: contain; }
.parq-plattegrond .spot { background: #000; color: #fff; text-transform: uppercase; font-weight: 600; line-height: 20px; position: absolute; top: 0; left: 0; text-align: center; padding: 20px; border-radius: 50%; text-decoration: none; }
.parq-plattegrond .spot span { display: block; font-weight: 400; text-transform: none; }
.parq-plattegrond .spot:before { position: absolute; top: 50%; margin-top: -5px; left: -75px; width: 10px; height: 10px; background: #fff; content: ''; border-radius: 10px; }
.parq-plattegrond .spot:after { position: absolute; top: 50%; margin-top: -1px; left: -75px; width: 75px; height: 1px; background: #fff; content: '';  }
.parq-plattegrond .spot.spot-1 { top: 19%; left: 71%; background: var(--im-color-4); }
.parq-plattegrond .spot.spot-2 { top: 43%; left: 50%; background: var(--im-color-6); }
.parq-plattegrond .spot.spot-2:before { left: auto; right: -75px; }
.parq-plattegrond .spot.spot-2:after { left: auto; right: -75px; }
.parq-plattegrond .spot.spot-3 { top: 59%; left: 77%; background: var(--im-color-8); }
.parq-plattegrond .spot.spot-3:before { left: auto; right: auto; top: -75px; margin-left: -5px; }
.parq-plattegrond .spot.spot-3:after { left: 50%; right: auto; height: 75px; width: 1px; top: -75px; }

.footer { position: relative; background: var(--im-color-3); overflow: hidden; }
.footer:before { width: 80px; height: calc(100% - 60px); position: absolute; left: 0; background: var(--im-color-2); content: ''; top: 30px; display: table; z-index: 1; border-top-right-radius: var(--im-radius); }
.footer:after { width: 999%; height: 140px; position: absolute; left: calc(50% - 100px); background: #fff; content: ''; top: 0; display: table; z-index: 1; border-bottom-left-radius: var(--im-radius); }
.footer .footer-logo { padding: 100px 0; height: 100%; display: flex; align-items: center; }
.footer .footer-block { display: flex; }
.footer .footer-block .footer-block__item { width: 25%; }
.footer .footer-block .footer-block__item:nth-child(1) { width: 50%; }
.footer .footer-info { color: #fff; position: relative; z-index: 10; padding: 30px 0 100px; }
.footer .footer-info .footer-info__image { width: 100%; height: 80px; display: flex; align-items: center; }
.footer .footer-info .footer-info__image img { display: table; height: 50px; }
.footer .footer-info .footer-info__image.big img { height: 80px; }
.footer .footer-info .footer-info__info { margin-top: 80px; }
.footer .footer-info .footer-info__info h4 { font-size: 20px; }
.footer .footer-info .footer-info__info a { color: #fff; text-decoration: none; }

.aligncenter { margin: 0 auto; border-top-left-radius: var(--im-radius); }

.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-y: 20px !important;
}

.gform_wrapper a { color: var(--im-color-4) !important; }

.gfield_consent_label .gfield_required_text { display: none !important; }

#gform_wrapper_1[data-form-index="0"].gform-theme, [data-parent-form="1_0"] {
    --gf-color-primary: var(--im-color-4) !important;
    --gf-color-primary-darker: var(--im-color-4) !important;
	--gf-radius: 50px !important;
}

@media (min-width: 1400px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }

}

@media (max-width: 1660px) {

    .footer:before { width: 40px; }

    .footer .footer-logo { margin-left: 40px; }

}

@media (max-width: 1400px) {

    .home .apartments .apartment { height: 500px; }

    .apartments .apartment .type { transform: rotate(-90deg) translate(-48%, -74%); font-size: 90px; }

    .apartments .apartment .apartment__title h2 { font-size: 20px; }

    .apartments .apartment .apartment-image { height: 280px; }

    .apartments .apartment .apartment__details { flex-wrap: wrap; }
    .apartments .apartment .apartment__details .details__info { width: 100%; }
    .apartments .apartment .apartment__details .details__buttons { width: 100%; }

    .apartments .apartment .apartment__details { padding: 25px; }
    .apartments .apartment:nth-child(3n + 2) .apartment__details { padding: 25px; }

}

@media (max-width: 1200px) {

    .headmenu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: var(--im-color-3); padding: 25px; z-index: 99999; }
    .headmenu.active { display: table; }
    .headmenu ul { flex-wrap: wrap; display: block; }
    .headmenu ul li ul { opacity: 1; visibility: visible; position: relative; margin-top: 10px; top: 0; gap: 0; left: 0; background: var(--im-color-2); padding: 10px 60px 10px 20px; flex-wrap: wrap; border-bottom-right-radius: var(--im-radius); transition: all .3s ease-in; }
    .headmenu ul li:hover ul { opacity: 1; visibility: visible; }
    .headmenu ul li ul li a { font-size: 16px; font-weight: 500; }
    .headmenu .headmenu_container { visibility: visible; position: relative; z-index: 100; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; }

    .headmenu ul li.menu-item-has-children { padding-right: 0; }

    .responsive-menu { display: table; }

    .hero .slogan { bottom: 100px; }

    .promo-sticker { bottom: 255px; }
    .promo-sticker .promo-block { width: 165px; height: 165px; margin-left: auto;  }

    .section { padding: 75px 0; }

    .intro-content__text { width: calc(70% - 40px); margin-bottom: 50px; }

    .intro-content__items { flex-wrap: wrap; }
    .intro-content__items .intro-content__image { width: 70%; }
    .intro-content__items .intro-content__list { width: 70%; padding: 30px 50px; }
    .intro-content__items .intro-content__label { width: 30%; }

    .apartments-view .section-title { margin-bottom: 40px; }

    .apartments .apartment { width: calc(50% - 14px); }

    .apartment-svg { margin-bottom: 40px; }
    .apartments-view .apartments-title { margin-bottom: 0; }

    .apartments .apartment:nth-child(3n + 1):before { display: none; }

    .banner { height: 540px; }


}

@media (max-width: 992px) {

    body { --im-radius: 60px; }

    h1, h2 { font-size: 30px; }

    .hero { height: 70vh; }

    .hero .slogan h2 {  }
    .hero .slogan span { }

    .intro-content__text { width: 100%; }

    .intro-content__items { flex-wrap: wrap; }
    .intro-content__items .intro-content__image { width: 100%; }
    .intro-content__items .intro-content__image img { border-top-right-radius: 0; }
    .intro-content__items .intro-content__list { width: 100%; padding: 30px; border-top-left-radius: 0; margin-bottom: 30px; }
    .intro-content__items .intro-content__label { width: 100%; }
    .intro-content__items .intro-content__label-items { padding: 50px 20px; position: relative; width: 100%; display: flex; flex-wrap: wrap; border-bottom-left-radius: 0; border-bottom-right-radius: var(--im-radius); }
    .intro-content__items .intro-content__label-items:after { display: none; }
    .intro-content__items .intro-content__label-items .intro-content__label-item { width: calc(50% - 10px); margin: 20px 0; padding: 0 10px; }
    .intro-content__items .intro-content__label-items .intro-content__label-item h3 { font-size: 14px; }

    .about .about__image { width: 100%; height: auto; display: block; }
    .about .about__image img { display: none; }
    .about .about__content-box { height: auto; position: relative;  }
    .about .about__content-box img { width: 100%; height: 100%; display: table; object-fit: cover; border-top-left-radius: var(--im-radius); }
    .about .about__content-box .about__content { position: relative; bottom: 0; right: 0; max-width: 100%; }

    .single-details {  padding: 25px 25px 25px 0; }
    .single-details .title { font-size: 26px; color: #fff; }
    .single-details ul { flex-wrap: wrap; gap: 20px; justify-content: space-between; }
    .single-details ul li { width: 100%; }

    .single-apartment .content-text-image .content-text-image__text .single-content { padding: 40px 0; }

    .apartment-modal .modal-box { top: 50px; }

    .footer .footer-logo { margin-left: 0; margin-bottom: 40px; padding: 0; max-width: 140px; }

    .footer:before { width: 20px; }

    .footer { padding: 50px 0; }
    .footer:after { display: none; }
    .footer .footer-block { flex-wrap: wrap; }
    .footer .footer-block .footer-block__item { width: 100%; }
    .footer .footer-block .footer-block__item:nth-child(1) { width: 100%; }

    .footer .footer-info { padding-bottom: 0; }
    .footer .footer-info .footer-info__info { margin-top: 20px; }

    .footer .footer-info .footer-info__image { background: #fff; display: table; width: auto; padding: 20px; border-radius: 20px 0; }

    .parq-plattegrond .spot { line-height: 20px; padding: 14px; font-size: 14px; }
    .parq-plattegrond .spot:before { position: absolute; top: 50%; margin-top: -5px; left: -50px; width: 10px; height: 10px; background: #fff; content: ''; border-radius: 10px; }
    .parq-plattegrond .spot:after { position: absolute; top: 50%; margin-top: -1px; left: -50px; width: 50px; height: 1px; background: #fff; content: '';  }
    .parq-plattegrond .spot.spot-1 { top: 17%; left: 71%; }
    .parq-plattegrond .spot.spot-2 { top: 43%; left: 49%; }
    .parq-plattegrond .spot.spot-2:before { left: auto; right: -50px; }
    .parq-plattegrond .spot.spot-2:after { left: auto; right: -50px; }
    .parq-plattegrond .spot.spot-3 { top: 62%; left: 77%; background: var(--im-color-8); }
    .parq-plattegrond .spot.spot-3:before { left: auto; right: auto; top: -50px; margin-left: -5px; }
    .parq-plattegrond .spot.spot-3:after { left: 50%; right: auto; height: 50px; width: 1px; top: -50px; }


}

@media (max-width: 768px) {

    h1, h2 { font-size: 24px; }

    p { font-size: 16px; }

    .header .logo { width: 190px; }
    .hero.isempty { height: 84px; }

    .hero .slogan { bottom: 80px; }
    .hero .slogan h2 { font-size: 22px; line-height: 32px; text-align: center; }
    .hero .slogan span { font-size: 36px;  }

    .section { padding: 50px 0; }

    .apartments .apartment { width: 100%; }

    .home .apartments .apartment { height: 400px; }

    .apartments .apartment .apartment__title h2 { font-size: 18px; }

    .apartments .apartment .apartment__details .details__buttons .button { font-size: 14px; }

    .reisafstanden .reistables .reistable { font-size: 14px; flex-wrap: wrap; gap: 5px; margin: 15px 0; }
    .reisafstanden .reistables .reistable .label { width: 100%; }
    .reisafstanden .reistables .reistable .value { width: 45%; }

    .banner { height: 340px; }

    .footer:before { display: none; }

    .parq-plattegrond .spot {  }
    .parq-plattegrond .spot:before { display: none; }
    .parq-plattegrond .spot:after { display: none; }
    .parq-plattegrond .spot.spot-1 { top: 15%; left: 34%; }
    .parq-plattegrond .spot.spot-2 { top: 40%; left: 45%; }
    .parq-plattegrond .spot.spot-3 { top: 54%; left: 75%; }

    .promo-sticker { bottom: 255px; }
    .promo-sticker .promo-block { width: 140px; height: 140px; margin-left: auto; margin-right: auto; }



}