:root {
    --color-primary: #047993 !important;
    --color-secondary: #09B9E8 !important;
    --color-tertiary: #09B9E8 !important;
    --color-primary-text: #4A4A4A;
    --color-background: #fff;
    --color-primary-contrast: #fff;
    --color-secondary-contrast: #fff;
    --color-tertiary-contrast: #fff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
    @media (min-width: 1024px) {
      .transparent:not(.scrolled) .logo-image .inverted{
        content: url("https://cdn.omnicasaassets.com/public/omnicasaresources/cms/immomentor/38cbb2e0-32b0-11ed-b3bc-57fb071cc0ad_(1).png");
        filter: none !important;
      }
    }
      .transparent.fullscreenmobile {
        .logo-image .inverted {
          content: url("https://cdn.omnicasaassets.com/public/omnicasaresources/cms/immomentor/38cbb2e0-32b0-11ed-b3bc-57fb071cc0ad_(1).png");
          filter: none !important;
        }
      }
    
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .footer {
  svg {
    font-size: 2rem;
  }
}

.template1 {
  h2,
  h3 {
    strong {
      color: var(--color-secondary);
    }
  }

  .top-bar {
    height: 0;
    overflow: visible;
    a[href^="tel:"] {
      svg {
        display: none;
      }
      &:before {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        content: "";
        background-image: url("https://cdn.omnicasaassets.com/public/omnicasaresources/cms/immomentor/telephone.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
      }
    }
    a[href^="/nl/eigenaarslogin"],
    a[href^="/fr/login"] {
      svg {
        display: none;
      }
      &:before {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        content: "";
        background-image: url("https://cdn.omnicasaassets.com/public/omnicasaresources/cms/immomentor/house.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
      }
    }
  }
}

[data-page="67d44f5b375704990cf3f149"] {
  .banner-box-image-container {
    img {
      object-position: 50% 25%;
    }
    > .absolute {
      &:after {
        background-color: rgba(0, 0, 0, 0.8);
      }
    }
  }

  .banner-content {
    justify-content: flex-end;
    padding-bottom: 8rem;
  }
}
