:root {
    --color-primary: #131627 !important;
    --color-secondary: #d5c097 !important;
    --color-tertiary: #729dd0  !important;
    --color-primary-text: #131627;
    --color-background: #fff;
    --color-primary-contrast: #fff;
    --color-secondary-contrast: var(--color-primary-text);
    --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/huizevandevoort/e1275967-b10f-44db-8b5c-9f101ff24a2c/Horizontaal_3.png");
        filter: none !important;
      }
    }
      .transparent.fullscreenmobile {
        .logo-image .inverted {
          content: url("https://cdn.omnicasaassets.com/public/omnicasaresources/cms/huizevandevoort/e1275967-b10f-44db-8b5c-9f101ff24a2c/Horizontaal_3.png");
          filter: none !important;
        }
      }
    
  :root { --border-radius: 0; }
  .template1 { .btn, .rounded-xl, .rounded-lg, .rounded-md, .rounded-t-xl, .rounded-b-xl, .rounded-r-xl, .rounded-l-xl { border-radius: 0px; } }
  
  .template1 { .btn { border-radius: 0px; } }
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  

@media (max-width: 768px) {
	.logo-image.w-32 {
		width: 14rem;
	}
}

#module-68ee755b9d958907fb48a346 {
	position: relative;
    &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 0;
        max-width: 35vw;
    }
	
  > div {
    position: relative;
    z-index: 1;
  }
}