@media (max-width:1199px) {
  .vw-topbar {
    top: 12px;
    width: calc(100% - 56px)
  }
  .vw-topbar__cta .custom-btn {
    min-width: 0
  }
  .iv-proof-list--hero,
  .iv-service-story-grid,
  .iv-trust-strip,
  .vw-contact-grid,
  .vw-process-grid,
  .vw-service-grid,
  .vw-value-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .iv-result-grid {
    grid-template-columns: 1fr
  }
}
@media (max-width:991px) {
  .vw-topbar {
    --vw-topbar-mobile-height: 70px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: visible
  }
  .vw-topbar::after {
    content: "";
    position: fixed;
    inset: 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(4,16,32,.68)),color-stop(34%,rgba(4,16,32,.6)),color-stop(54%,rgba(4,16,32,.38)),color-stop(74%,rgba(4,16,32,.14)),to(rgba(4,16,32,.02))),-webkit-gradient(linear,left top,left bottom,from(rgba(4,16,32,.08)),to(rgba(4,16,32,.26)));
    background: linear-gradient(90deg,rgba(4,16,32,.68) 0,rgba(4,16,32,.6) 34%,rgba(4,16,32,.38) 54%,rgba(4,16,32,.14) 74%,rgba(4,16,32,.02) 100%),linear-gradient(180deg,rgba(4,16,32,.08) 0,rgba(4,16,32,.26) 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    z-index: 1
  }
  .vw-topbar .container-fluid {
    padding-left: 0!important;
    padding-right: 0!important
  }
  .vw-topbar.nav--hidden {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%)
  }
  .vw-topbar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    isolation: isolate;
    border-radius: 0;
    padding: 10px 14px;
    min-height: 70px;
    border-width: 0 0 1px;
    border-color: rgba(255,255,255,.14);
    background: #004393;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    z-index: 5
  }
  .vw-brand {
    position: static;
    z-index: 6;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .vw-brand__logo {
    width: 86px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .vw-nav-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 6;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.08)
  }
  .vw-nav-toggle span,
  .vw-nav-toggle span::after,
  .vw-nav-toggle span::before {
    width: 18px
  }
  .vw-topbar__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(78vw,340px);
    height: 100vh;
    max-height: none;
    margin-top: 0;
    padding: calc(var(--vw-topbar-mobile-height) + 36px) 0 24px;
    border-radius: 0;
    border-top: 0;
    border-left: 1px solid rgba(255,255,255,.12);
    background: -webkit-gradient(linear,left top,left bottom,from(#004393),to(#003a83));
    background: linear-gradient(180deg,#004393 0,#003a83 100%);
    -webkit-box-shadow: -18px 24px 48px rgba(0,43,97,.24);
    box-shadow: -18px 24px 48px rgba(0,43,97,.24);
    z-index: 4;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .22s,visibility .28s linear,-webkit-transform .28s;
    transition: transform .28s,opacity .22s,visibility .28s linear,-webkit-transform .28s
  }
  .vw-topbar.is-expanded::after {
    opacity: 1;
    pointer-events: auto
  }
  .vw-topbar.is-expanded .vw-topbar__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
  .vw-topbar.is-expanded .vw-nav-toggle {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.24)
  }
  .vw-nav {
    width: 100%
  }
  #top-bar__navigation {
    margin-top: 18px
  }
  .vw-nav ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
  }
  .vw-nav li {
    display: block;
    width: 100%
  }
  .vw-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    min-height: 66px;
    padding: 0 28px;
    border-radius: 0;
    font-size: 1.24rem;
    font-weight: 800;
    letter-spacing: .01em;
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: 0 0;
    text-align: left;
    margin: 0
  }
  .vw-nav a:focus,
  .vw-nav a:hover,
  .vw-nav li.active a {
    background: rgba(255,255,255,.1);
    -webkit-box-shadow: inset 4px 0 0 #fdc700;
    box-shadow: inset 4px 0 0 #fdc700
  }
  .vw-topbar__cta,
  .vw-topbar__icon-link {
    display: none!important
  }
  .iv-contact-stage,
  .iv-feature-panel,
  .iv-review-block,
  .iv-section-hero__grid,
  .iv-service-detail,
  .vw-duo-band,
  .vw-footer__grid,
  .vw-hero__grid,
  .vw-intro-block,
  .vw-page-hero,
  .vw-story-grid {
    grid-template-columns: 1fr
  }
  .iv-feature-panel--reverse .iv-feature-panel__content,
  .iv-feature-panel--reverse .iv-feature-panel__media,
  .iv-service-detail:nth-child(even) .iv-service-detail__content,
  .iv-service-detail:nth-child(even) .iv-service-detail__media {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial
  }
  .iv-floating-card {
    position: static;
    margin-top: 16px;
    max-width: none
  }
  .vw-footer__cta {
    padding: 42px 24px 34px
  }
  .vw-footer__copy,
  .vw-footer__grid-logo,
  .vw-footer__nav {
    grid-column: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-self: start
  }
}
@media (max-width:767px) {
  .vw-topbar {
    --vw-topbar-mobile-height: 52px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .vw-topbar.nav--hidden {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%)
  }
  .container,
  .container-fluid {
    padding-left: 16px!important;
    padding-right: 16px!important
  }
  .section,
  section {
    padding-top: 48px!important;
    padding-bottom: 48px!important
  }
  .vw-section--contact-page {
    padding-top: 48px!important;
    padding-bottom: 20px!important
  }
  .vw-section--contact-company {
    padding-top: 24px!important;
    padding-bottom: 48px!important
  }
  .iv-proof-list--hero,
  .iv-result-grid,
  .iv-service-story-grid,
  .iv-trust-strip,
  .vw-contact-grid,
  .vw-process-grid,
  .vw-service-grid,
  .vw-service-mini-grid,
  .vw-value-grid {
    grid-template-columns: 1fr
  }
  .vw-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .vw-hero {
    padding-top: 92px
  }
  .vw-hero--page {
    padding: 88px 0 56px
  }
  .vw-topbar__row {
    padding: 6px 12px;
    min-height: 52px;
    border-width: 0 0 1px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .vw-brand__logo {
    width: 56px
  }
  .vw-nav-toggle {
    width: 36px;
    height: 36px;
    border-radius: 10px
  }
  .vw-topbar__panel {
    top: 0;
    right: 0;
    left: auto;
    width: min(80vw,320px);
    height: 100vh;
    max-height: none;
    padding-top: calc(var(--vw-topbar-mobile-height) + 30px);
    border-radius: 0;
    border-width: 0 0 0 1px;
    -webkit-box-shadow: -18px 24px 42px rgba(0,43,97,.18);
    box-shadow: -18px 24px 42px rgba(0,43,97,.18)
  }
  .vw-nav a {
    min-height: 62px;
    padding: 0 26px;
    font-size: 1.2rem
  }
  #top-bar__navigation {
    margin-top: 14px
  }
  .iv-image-panel--hero {
    min-height: 240px
  }
  .vw-hero--page .iv-image-panel--hero {
    min-height: 220px
  }
  .iv-service-card--image__media {
    height: 220px
  }
  .iv-process-list__item {
    grid-template-columns: 48px minmax(0,1fr)
  }
  .iv-process-list__item span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.3rem
  }
  .vw-hero h1,
  .vw-page-hero h1 {
    font-size: 3.8rem
  }
  .vw-hero--page h1 {
    font-size: 3.5rem
  }
  .vw-hero--page .iv-section-hero__story p,
  .vw-hero--page .vw-hero__lead {
    font-size: 1.55rem
  }
  .vw-footer__grid {
    padding: 12px 18px
  }
  .vw-footer__cta h2 {
    font-size: 3.2rem
  }
  .vw-footer__lead {
    font-size: 1.35rem
  }
  .iv-contact-stage__card,
  .iv-review-block,
  .iv-service-detail {
    padding: 22px
  }
  .iv-service-detail {
    display: block
  }
  .iv-service-detail__media {
    height: auto;
    margin-bottom: 20px
  }
  .iv-service-detail__media .iv-image-panel {
    height: 280px;
    min-height: 280px
  }
  .iv-service-detail--sanitair .iv-service-detail__media .iv-image-panel {
    height: 320px;
    min-height: 320px
  }
  .iv-service-detail--sanitair .iv-lazy-image {
    -o-object-position: center 28%;
    object-position: center 28%
  }
  .iv-service-detail--warmtepompen .iv-lazy-image {
    -o-object-position: 68% center;
    object-position: 68% center
  }
  .iv-company-data__row {
    grid-template-columns: 1fr;
    gap: 4px
  }
  .iv-company-data {
    grid-template-columns: 1fr;
    gap: 14px
  }
  .vw-workarea-map-shell + .iv-contact-stage {
    margin-top: 32px
  }
}
@media (max-width:575px) {
  .vw-footer__logo-image {
    width: 72px
  }
  .vw-footer__cta {
    padding: 12px 18px 18px
  }
  .vw-footer__cta h2 {
    font-size: 2.5rem
  }
  .vw-footer__actions .custom-btn {
    width: 100%;
    min-width: 0
  }
  .vw-footer__grid {
    padding: 12px 16px
  }
  #footer.vw-footer .vw-footer__copy p {
    text-align: left
  }
  .vw-hero h1,
  .vw-page-hero h1 {
    font-size: 3.2rem
  }
  .vw-hero--page h1 {
    font-size: 2.95rem
  }
  .vw-cta-banner h2,
  .vw-intro-block h2,
  .vw-region-card h2,
  .vw-section-heading h2,
  .vw-story-grid h2 {
    font-size: 2.6rem
  }
  .vw-audience-card,
  .vw-contact-card,
  .vw-note-card,
  .vw-process-card,
  .vw-quote-card,
  .vw-region-card,
  .vw-service-card,
  .vw-signal-card,
  .vw-value-card {
    padding: 22px
  }
  .iv-badge {
    border-radius: 20px
  }
  .vw-workarea-map-shell + .iv-contact-stage {
    margin-top: 24px
  }
}