/* compiled by scssphp 1.6.0 on Fri, 27 Jun 2025 10:22:08 +0000 (0.0954s) */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
/* AREA: header */
/* .scrolled #header {
  background-color: #fff;
  box-shadow: 0 0 40px 0px rgb(209, 212, 212, 0.3);
  padding: 0;
  .responsive {
    top: 70px !important;
  }
}

#root.scrolled #menu-bar {

} */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
html body#root #menu-bar {
  height: auto;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
  transition: all 0.3s ease;
  z-index: 3;
  box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  /*   .responsive {
    position: fixed;
    right: -100%;
    top: 95px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    background-color: $background;

    &.inactive {
      display: none;
    }

    &.active {
      display: block;
      right: 0;
    }

    .menu {
      display: flex;
      flex-direction: column;
      padding: 20px;
      padding-top: 50px;

      li a {
        font-size: 25px;
      }

      .button {
        margin-top: 20px;
        width: auto;

        a {
          font-size: 18px;
          display: inline-block;
        }
      }
    }
  } */
}
html body#root #menu-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1920px;
}
html body#root #menu-bar .container .column {
  margin-bottom: 0;
}
html body#root #menu-bar .logo-container {
  background: white;
  width: auto;
  padding: 10px;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root #menu-bar .logo-container {
    box-shadow: none;
    margin: 0;
    padding-left: 0;
  }
}
html body#root #menu-bar .logo-container a {
  display: block;
  width: 182px;
  height: 80px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root #menu-bar .logo-container a {
    width: 142px;
    height: 70px;
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root #menu-bar .logo-container a {
    height: 50px;
  }
}
html body#root #menu-bar .menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body#root #menu-bar .menu-container ul li {
  display: inline-block;
  position: relative;
}
html body#root #menu-bar .menu-container ul li ul.sub-menu {
  min-width: 230px;
  position: absolute;
  top: 60px;
  left: 6px;
  display: none;
  background: #fff;
  padding: 10px;
  z-index: 1;
}
html body#root #menu-bar .menu-container ul li ul.sub-menu li {
  display: block;
}
html body#root #menu-bar .menu-container ul li ul.sub-menu li a {
  padding: 5px;
}
html body#root #menu-bar .menu-container ul li ul.sub-menu li a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #252525;
  padding-left: 20px;
}
html body#root #menu-bar .menu-container ul li:hover .sub-menu {
  display: block;
}
html body#root #menu-bar .menu-container ul li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  color: #252525;
}
html body#root #menu-bar .menu-container ul li a:hover {
  opacity: 0.6;
}
html body#root #menu-bar .menu-container ul li:last-child a {
  padding-right: 0;
}
html body#root #menu-bar .menu-container ul li.button.primary {
  margin-left: 20px;
}
html body#root #menu-bar .menu-container ul li.button.primary a {
  color: #fff;
  background: #c8aca1;
  padding: 10px 30px;
  opacity: 1;
}
html body#root #menu-bar .menu-container ul li.button.primary a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  padding-left: 20px;
}
html body#root #menu-bar .menu-container ul li.button.primary a:hover {
  background: #aa9187;
}
html body#root #menu-bar .menu-container ul li.current_page_item a {
  opacity: 0.6;
}
html body#root #menu-bar .hamburger-lines {
  height: 26px;
  width: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
html body#root #menu-bar .hamburger-lines:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
html body#root #menu-bar .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
}
html body#root #menu-bar .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
html body#root #menu-bar .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
html body#root #menu-bar .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
html body#root #menu-bar .hamburger-lines.active .line1 {
  transform: rotate(45deg);
}
html body#root #menu-bar .hamburger-lines.active .line2 {
  transform: scaleY(0);
}
html body#root #menu-bar .hamburger-lines.active .line3 {
  transform: rotate(-45deg);
}
html body#root #menu-bar .responsive {
  position: fixed;
  right: -100%;
  top: 50px;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  background-color: #fbfbfb;
}
html body#root #menu-bar .responsive.inactive {
  display: none;
}
html body#root #menu-bar .responsive.active {
  display: block;
  right: 0;
}
html body#root #menu-bar .responsive .menu {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 50px;
}
html body#root #menu-bar .responsive .menu li a {
  font-size: 25px;
}
html body#root #menu-bar .responsive .menu-item-has-children a {
  padding-bottom: 0;
}
html body#root #menu-bar .responsive.menu-container ul li ul.sub-menu {
  display: block;
  background: transparent;
  padding-left: 30px !important;
  position: relative;
  top: 0;
  left: 0;
}
html body#root #menu-bar .responsive.menu-container ul li ul.sub-menu a {
  font-size: 20px;
}
html body#root #menu-bar .responsive a:after {
  display: none;
}
html body#root #menu-bar .menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body#root #menu-bar .menu-container ul li {
  display: inline-block;
  position: relative;
}
html body#root #menu-bar .menu-container ul li.menu-item-has-children a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #252525;
  padding-left: 20px;
}
html body#root #menu-bar .menu-container ul li ul.sub-menu {
  min-width: 230px;
  position: absolute;
  top: 60px;
  left: 6px;
  display: none;
  background: #fff;
  padding: 10px;
  z-index: 1;
}
html body#root #menu-bar .menu-container ul li ul.sub-menu li {
  display: block;
}
html body#root #menu-bar .menu-container ul li ul.sub-menu li a {
  padding: 5px;
}
html body#root #menu-bar .menu-container ul li ul.sub-menu li a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #252525;
  padding-left: 20px;
}
html body#root #menu-bar .menu-container ul li:hover .sub-menu {
  display: block;
}
html body#root #menu-bar .menu-container ul li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  color: #252525;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
html body#root #menu-bar .menu-container ul li a:hover {
  opacity: 0.6;
}
html body#root #menu-bar .menu-container ul li:last-child a {
  padding-right: 0;
}
html body#root #menu-bar .menu-container ul li.button.primary {
  margin-left: 20px;
}
html body#root #menu-bar .menu-container ul li.button.primary a {
  color: #fff;
  background: #c8aca1;
  padding: 10px 30px;
  opacity: 1;
}
html body#root #menu-bar .menu-container ul li.button.primary a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  padding-left: 20px;
}
html body#root #menu-bar .menu-container ul li.button.primary a:hover {
  background: #aa9187;
}
html body#root #menu-bar .menu-container ul li.current_page_item a {
  opacity: 0.6;
}
#root #footer {
  background-color: #c8aca1;
}
#root #footer .container {
  padding: 20px 0;
  max-width: 1300px;
  margin: auto;
  align-items: center;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .container {
    justify-content: center;
  }
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .logo-container {
    padding: 10px;
  }
}
#root #footer .logo-container a {
  width: 220px;
  height: 90px;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .logo-container a {
    margin: 20px auto;
    background-position: center;
  }
}
#root #footer .menu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .menu {
    flex-wrap: wrap;
  }
}
#root #footer .menu li a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  opacity: 0.6;
  padding: 10px;
}
#root #footer .menu li a:hover {
  color: #000;
  opacity: 1;
}
#root #footer .social-media {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .social-media {
    margin: 20px auto;
    justify-content: center;
    display: flex;
  }
}
#root #footer .social-media a {
  font-size: 30px;
}
#root #footer .social-media a .button-title {
  display: none;
}
#root #footer .social-media a:hover .icon {
  padding: 0 10px;
  opacity: 0.7;
}
#root #footer .social-media a .icon {
  color: #000;
}
#root #footer .bottom-menu {
  background-color: #000;
  text-align: center;
}
#root #footer .bottom-menu .copyright {
  padding: 0 !important;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  opacity: 0.8;
}
html {
  scroll-behavior: smooth;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body#root {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #252525;
  font-family: "Raleway", serif;
  background: #fff;
  transition: all 0.5s ease;
  font-size: 16px;
  /*       .not-viewed{
        opacity: 0;
        transform: translateY(50px);
    
        transition-property: all;
        transition-duration: 1s;
        transition-delay: .1s;
    }
    .viewed{
        opacity: 1;
        transform: translateY(0px);
    } */
  /*   [aria-hidden="true"] {
    display: none;
  }

  [aria-hidden="false"] {
    display: block;
  }
 */
  /**
    * Colors
    */
  /**
 * WooCommerce kleuren aanpassing
 */
}
html body#root #tpbr_topbar {
  width: 100%;
}
html body#root #tpbr_topbar #tpbr_box {
  color: #000 !important;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root {
    font-size: 16px;
  }
}
html body#root.animate {
  opacity: 1;
}
html body#root a {
  color: #252525;
}
html body#root a, html body#root span {
  transition: all 0.3s ease;
}
html body#root p {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root p {
    line-height: 1.8;
  }
}
html body#root .menu-open {
  overflow: hidden;
}
html body#root #main {
  min-height: 50vh;
}
html body#root .shadow {
  -webkit-box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
  box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
}
html body#root .d-flex {
  display: flex;
}
html body#root .align-center {
  align-items: center;
}
html body#root .align-content-center {
  align-content: center;
}
html body#root .align-start {
  align-items: start;
}
html body#root .justify-between {
  justify-content: space-between;
}
html body#root .justify-center {
  justify-content: center;
}
html body#root .flex-wrap {
  flex-wrap: wrap;
}
html body#root .order-1 {
  order: -1;
}
html body#root .center {
  text-align: center;
}
html body#root .grid-container {
  margin-left: - 20px;
  margin-right: - 20px;
}
html body#root .container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
html body#root .container.wide {
  max-width: 1440px;
}
html body#root .container.full {
  max-width: 100%;
}
html body#root .sections .section {
  padding: 100px 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .sections .section {
    padding: 50px 0;
  }
}
html body#root .logo-container {
  display: block;
  padding: 10px;
  padding-left: 0;
  transition: all 0.1s ease;
}
html body#root .logo-container a {
  display: block;
  width: 220px;
  height: 60px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .logo-container a {
    width: 180px;
    height: 50px;
  }
}
html body#root .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
html body#root .buttons .button {
  border-radius: 4px;
}
html body#root .buttons .button.ghost {
  padding: 10px 0;
}
html body#root a.button, html body#root button, html body#root input[type="submit"] {
  padding: 10px 22px;
  text-decoration: none;
  line-height: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 33.6875rem) {
  html body#root a.button, html body#root button, html body#root input[type="submit"] {
    padding: 6px 15px;
  }
}
html body#root a.button.colored, html body#root button.colored, html body#root input[type="submit"].colored {
  background: #c8aca1;
  color: #fff;
  border: 2px solid #c8aca1;
}
html body#root a.button.colored:hover, html body#root button.colored:hover, html body#root input[type="submit"].colored:hover {
  background: #aa9187;
  border-color: #aa9187;
}
html body#root a.button.secondary, html body#root button.secondary, html body#root input[type="submit"].secondary {
  background: #2F2F2F;
  color: #fff;
  border: 2px solid #2F2F2F;
}
html body#root a.button.bordered, html body#root button.bordered, html body#root input[type="submit"].bordered {
  color: #c8aca1;
  border: 2px solid #c8aca1;
}
html body#root a.button .icon, html body#root button .icon, html body#root input[type="submit"] .icon {
  padding-left: 20px;
  padding-right: 10px;
}
html body#root a.button:hover .fa-arrow-right-long, html body#root a.button:hover .fa-angle-right, html body#root a.button:hover .fa-arrow-right, html body#root button:hover .fa-arrow-right-long, html body#root button:hover .fa-angle-right, html body#root button:hover .fa-arrow-right, html body#root input[type="submit"]:hover .fa-arrow-right-long, html body#root input[type="submit"]:hover .fa-angle-right, html body#root input[type="submit"]:hover .fa-arrow-right {
  padding-left: 30px;
  padding-right: 0;
}
html body#root a.button.ghost, html body#root button.ghost, html body#root input[type="submit"].ghost {
  padding: 0;
}
html body#root a.button.ghost .icon, html body#root button.ghost .icon, html body#root input[type="submit"].ghost .icon {
  padding-left: 10px;
  padding-right: 10px;
}
html body#root a.button.ghost:hover, html body#root button.ghost:hover, html body#root input[type="submit"].ghost:hover {
  color: #c8aca1;
}
html body#root a.button.ghost:hover .fa-arrow-right-long, html body#root a.button.ghost:hover .fa-angle-right, html body#root a.button.ghost:hover .fa-arrow-right, html body#root button.ghost:hover .fa-arrow-right-long, html body#root button.ghost:hover .fa-angle-right, html body#root button.ghost:hover .fa-arrow-right, html body#root input[type="submit"].ghost:hover .fa-arrow-right-long, html body#root input[type="submit"].ghost:hover .fa-angle-right, html body#root input[type="submit"].ghost:hover .fa-arrow-right {
  padding-left: 20px;
  padding-right: 0;
}
html body#root .dark-bg a.button.ghost, html body#root .dark-bg button.ghost, html body#root .dark-bg input[type="submit"].ghost {
  color: #fff;
}
html body#root .dark-bg a.button.ghost:hover, html body#root .dark-bg button.ghost:hover, html body#root .dark-bg input[type="submit"].ghost:hover {
  color: #c8aca1;
}
html body#root .dark-bg a.button.bordered, html body#root .dark-bg button.bordered, html body#root .dark-bg input[type="submit"].bordered {
  color: #fff;
  border: 2px solid #fff;
}
html body#root .dark-bg a.button.bordered:hover, html body#root .dark-bg button.bordered:hover, html body#root .dark-bg input[type="submit"].bordered:hover {
  background-color: #c8aca1;
  border: 2px solid #c8aca1;
}
html body#root h1, html body#root h2, html body#root h3, html body#root h4 {
  font-family: "Alice", serif;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.2;
  color: #252525;
}
html body#root h1 strong, html body#root h2 strong, html body#root h3 strong, html body#root h4 strong {
  font-weight: 700;
}
html body#root h1.heading, html body#root h2.heading, html body#root h3.heading, html body#root h4.heading {
  margin-bottom: 60px;
}
html body#root h1 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h1 {
    font-size: 30px;
  }
}
html body#root h2 {
  font-size: 45px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 44.9375rem) {
  html body#root h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
html body#root h3 {
  font-size: 32px;
}
html body#root h4 {
  font-size: 20px;
}
html body#root .full {
  width: calc(100% - 2 * 20px);
  margin-right: 20px;
  margin-left: 20px;
}
html body#root .one-half {
  width: calc(50% - 2 * 20px);
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .one-half {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-third {
  width: calc(33.33% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-third {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .two-third {
  width: calc(33.33% * 2 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .two-third {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-fourth {
  width: calc(25% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-fourth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .one-fourth {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .three-fourth {
  width: calc(25% * 3 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .three-fourth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-fifth {
  width: calc(20% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .two-fifth {
  width: calc(20% * 2 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .two-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .two-fifth {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .three-fifth {
  width: calc(20% * 3 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .three-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .three-fifth {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .four-fifth {
  width: calc(20% * 4 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .four-fifth {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-sixth {
  width: calc(16.6666% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 71.1875rem) {
  html body#root .one-sixth {
    width: calc(33.33% - 2 * 20px);
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .one-sixth {
    width: calc(50% - 2 * 20px);
  }
}
html body#root .five-sixth {
  width: calc(16.6666% * 5 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 71.1875rem) {
  html body#root .five-sixth {
    width: calc(33.33% - 2 * 20px);
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .five-sixth {
    width: calc(50% - 2 * 20px);
  }
}
html body#root a[class], html body#root a[id] {
  text-decoration: none;
}
html body#root ul[class], html body#root ul[id] {
  list-style-type: none;
}
html body#root .wpcf7 br {
  display: none;
}
html body#root .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
html body#root .wpcf7 .wpcf7-form-control {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
}
html body#root .wpcf7 .wpcf7-form-control::placeholder {
  color: #d0d0d0;
}
html body#root .wpcf7 .wpcf7-submit {
  background-color: #c8aca1;
  color: #fff;
  border: none;
  padding: 10px 30px;
  display: inline-block;
  width: auto;
}
html body#root .background-primary {
  background-color: #c8aca1;
  color: #252525;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-primary {
  border-color: #c8aca1;
}
html body#root .text-primary {
  color: #c8aca1;
}
html body#root .background-background {
  background-color: #fbfbfb;
  color: #252525;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-background {
  border-color: #fbfbfb;
}
html body#root .text-background {
  color: #fbfbfb;
}
html body#root .background-secondary {
  background-color: #2F2F2F;
  color: #252525;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-secondary {
  border-color: #2F2F2F;
}
html body#root .text-secondary {
  color: #2F2F2F;
}
html body#root .background-text {
  background-color: #252525;
  color: #252525;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-text {
  border-color: #252525;
}
html body#root .text-text {
  color: #252525;
}
html body#root .background-black {
  background-color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-black {
  border-color: #000;
}
html body#root .text-black {
  color: #000;
}
html body#root .background-white {
  background-color: white;
  color: #252525;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-white {
  border-color: white;
}
html body#root .text-white {
  color: white;
}
html body#root .background-grey {
  background-color: #d0d0d0;
  color: #252525;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-grey {
  border-color: #d0d0d0;
}
html body#root .text-grey {
  color: #d0d0d0;
}
