body {
  font-family: museo-sans, sans-serif;
  color: #23313F;
  font-weight: 300;
  font-style: normal;
  color: #3C3C3B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }
h1, h2 {
  font-size: 3em;
  color: #23313F; }

h3 {
  font-size: 2.5em; }

h4 {
  font-size: 2em; }

h5 {
  font-size: 1.4em; }

p {
  font-size: 1em;
  color: #23313F; }

ul, li {
  font-size: 0.9em; }

p.summary {
  font-size: 1em; }

b, strong {
  font-weight: 700; }

@media (max-width: 768px) {
  p, ul, li {
    font-size: 1em; }

  p.summary {
    font-size: 1.1em; }

  h1, h2, h3 {
    font-size: 2em; }

  h4, h5 {
    font-size: 1.3em; } }
h2, h3, h4, h5 {
  line-height: normal; }

a {
  color: #23313F; }
  a:hover {
    color: #8DB2C7; }

ul li {
  margin-bottom: 10px; }

.blue {
  color: #8DB2C7; }

.wp-caption {
  background: transparent;
  border: none;
  text-align: right;
  max-width: 100%; }

.wp-caption-text {
  text-align: left;
  padding: 0.625rem 0rem !important;
  font-size: 0.8em !important; }

.btn-primary {
  text-decoration: none !important;
  display: inline-block;
  background: #8DB2C7;
  color: #fff;
  padding: 10px 30px;
  border: 2px solid #8DB2C7;
  border-radius: 30px;
  font-size: 1em;
  font-weight: 700;
  font-family: museo-sans, sans-serif;
  transition: all 0.2s ease;
  margin-right: 20px;
  margin-bottom: 20px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    background: #23313F;
    transition: all 0.2s ease;
    border: 2px solid #23313F; }

.blue-bg .btn-primary:hover {
  border: 2px solid #8DB2C7; }

.btn-outline {
  background: transparent;
  border: 2px solid #8DB2C7;
  color: #8DB2C7; }
  .btn-outline:hover {
    background: #23313F;
    border: 2px solid #23313F;
    color: #fff; }

.form-control {
  border-radius: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #23313F;
  min-width: 300px; }

.form-control:disabled, .form-control[readonly] {
  background-color: transparent; }

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em; }

.py-2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.py-5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.py-10 {
  padding-top: 10em;
  padding-bottom: 10em; }

.py-15 {
  padding-top: 15em;
  padding-bottom: 15em; }

.py-20 {
  padding-top: 20em;
  padding-bottom: 20em; }

.pt-1 {
  padding-top: 1em; }

.pt-5 {
  padding-top: 5em; }

.pt-10 {
  padding-top: 10em; }

.pt-20 {
  padding-top: 20em; }

.pb-1 {
  padding-bottom: 1em; }

.pb-5 {
  padding-bottom: 5em; }

.pb-10 {
  padding-bottom: 10em; }

.pb-20 {
  padding-bottom: 20em; }

.mt-1 {
  margin-top: 1em; }

.mt-2 {
  margin-top: 2em; }

.mt-3 {
  margin-top: 3em; }

.mt-5 {
  margin-top: 5em; }

.mt-10 {
  margin-top: 10em; }

.mt-20 {
  margin-top: 20em; }

.mb-1 {
  margin-bottom: 1em !important; }

.mb-2 {
  margin-bottom: 2em !important; }

.mb-3 {
  margin-bottom: 3em !important; }

.mb-5 {
  margin-bottom: 5em !important; }

.mb-10 {
  margin-bottom: 10em !important; }

.mb-20 {
  margin-bottom: 20em !important; }

.max-width-750 {
  max-width: 750px;
  margin: auto; }

.max-width-900 {
  max-width: 900px;
  margin: auto; }

.min-height-500 {
  min-height: 500px; }

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px; }

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px; }

div#page {
  margin-top: 90px; }

header#masthead {
  margin-bottom: 0;
  background: #fff;
  padding: 0px;
  position: fixed;
  height: 95px;
  width: 100%;
  right: 0px;
  top: 0px;
  z-index: 3;
  border: none;
  box-shadow: none;
  z-index: 999;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  header#masthead .container {
    position: relative; }
    header#masthead .container div#main-nav {
      position: absolute;
      z-index: 999;
      right: 0px;
      top: 10px;
      transition: all 0.3s cubic-bezier(0.57, -0.41, 0.19, 1.44); }
    header#masthead .container .navbar-bg {
      position: absolute;
      background: red;
      top: 0px;
      right: 0px;
      transition: all 0.3s cubic-bezier(0.57, -0.41, 0.19, 1.44); }
    header#masthead .container ul.navbar-nav {
      border: none; }
      header#masthead .container ul.navbar-nav li a {
        font-size: 1em;
        font-weight: 800;
        padding: 30px 15px;
        color: #000;
        border: none;
        min-width: 90px; }
        header#masthead .container ul.navbar-nav li a:hover {
          color: #8DB2C7;
          border: none; }
      header#masthead .container ul.navbar-nav li a.active {
        border: none;
        color: #23313F; }
      header#masthead .container ul.navbar-nav li.current_page_item a {
        color: #8DB2C7; }
    header#masthead .container .navbar-brand {
      z-index: 2;
      transition: all 0.2s ease; }
      header#masthead .container .navbar-brand img {
        height: 90px;
        margin-top: -5px;
        padding: 15px;
        transition: all 0.2s ease; }

@media (max-width: 992px) {
  header#masthead .container {
    position: relative; }
    header#masthead .container div#main-nav {
      position: fixed;
      width: 100%;
      background: #fff;
      left: 0px;
      margin-top: 70px; }
      header#masthead .container div#main-nav ul li a {
        padding: 15px; }

  header#masthead.scrolled-nav .container {
    position: relative; }
    header#masthead.scrolled-nav .container div#main-nav {
      position: fixed;
      width: 100%;
      background: #fff;
      left: 0px;
      margin-top: 69px; } }
header#masthead.scrolled-nav {
  height: 62px;
  top: 0px;
  transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

header#masthead.scrolled-nav .navbar-brand {
  transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

header#masthead.scrolled-nav .navbar-brand img {
  height: 70px;
  margin-top: -10px;
  transition: all 0.2s ease; }

header#masthead.scrolled-nav .navbar-bg {
  height: 50px;
  padding-top: 0px;
  top: 0px; }

header#masthead.scrolled-nav .navbar-bg #main-nav {
  top: -7px; }

header#masthead.scrolled-nav .navbar-bg div#hamburger-1 {
  height: 62px;
  width: 80px;
  padding: 7px;
  background: transparent; }

.hamburger .line {
  width: 40px;
  height: 3px;
  background-color: #23313F;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

div#hamburger-1 {
  position: absolute;
  right: 0px !important;
  top: 0px;
  padding: 21px;
  border-radius: 0px;
  background: transparent;
  transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg); }

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg); }

@media (min-width: 992px) {
  div#hamburger-1 {
    display: none; } }
.no-overflow {
  overflow: hidden; }

.left-align {
  left: 0px !important; }

.rotate-90 {
  transform: rotate(90deg); }

.circles {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 550px;
  height: 500px;
  z-index: 0; }
  .circles .circle-sm {
    position: absolute;
    bottom: 55%;
    right: 10%;
    animation: spin 8s linear infinite;
    animation-direction: reverse;
    width: 201px;
    height: 220px; }
  .circles .circle-lg {
    position: absolute;
    bottom: -70px;
    right: 15%;
    animation: spin 10s linear infinite;
    height: 480px;
    width: 501px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 1200px) {
  .circles {
    height: 400px;
    width: 400px; }
    .circles .circle-sm {
      width: 140px;
      height: 171px; }
    .circles .circle-lg {
      width: 380px;
      height: 401px; } }
@media (max-width: 992px) {
  .circles {
    height: 300px;
    width: 300px; }
    .circles .circle-sm {
      width: 99px;
      height: 112px;
      bottom: 45%; }
    .circles .circle-lg {
      width: 250px;
      height: 275px; } }
@media (max-width: 768px) {
  .circles {
    height: 250px;
    width: 250px; }
    .circles .circle-sm {
      width: 79px;
      height: 89px;
      bottom: 35%; }
    .circles .circle-lg {
      width: 200px;
      height: 215px; } }
section#home {
  background: #fdc100;
  background-color: linear-gradient(90deg, #fdc100 30%, #ed7700 100%);
  background-image: url("/wp-content/themes/sanidomein/img/pattern.png");
  min-height: 45vh;
  height: 100%;
  padding: 50px 0px;
  padding-top: 250px;
  margin-bottom: 5em;
  overflow: hidden;
  position: relative; }
  section#home p {
    font-size: 1.4em; }

#header {
  margin-top: 95px;
  position: relative; }
  #header .carousel-item img {
    object-fit: cover; }
  #header .title-holder {
    position: absolute;
    bottom: 4%;
    display: block;
    width: 100%;
    z-index: 5; }
    #header .title-holder h1.header {
			max-width: 320px;
      color: #fff;
      text-align: left;
      font-size: 3em;
      font-weight: 200;
      padding-bottom: 0px;
      text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75); }
      #header .title-holder h1.header span {
        color: #ffffff;
        font-weight: 700; }

        @media (min-width: 992px) {
          body.home #header .title-holder h1.header {
            max-width: 350px;
          }
        }
        @media (min-width: 1200px) {
          body.home #header .title-holder h1.header {
              max-width: 375px;
          }
        }

@media (max-width: 600px) {
  h1.header {
    font-size: 3em !important;
    right: 2em !important; } }
.owl-carousel .owl-stage {
  display: flex;
  align-items: center; }

.owl-carousel .owl-item {
  padding: 1em; }
.owl-carousel .owl-item a:hover img {
  transition: all 0.7s ease;
  transform: scale(1.025); }

.owl-dots {
  text-align: center;
  padding-top: 15px; }

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #E3E3E3;
  margin: 0 3px; }

.owl-dots button.owl-dot.active {
  background-color: #8E8E8E; }

.owl-dots button.owl-dot:focus {
  outline: none; }

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out; }
  .owl-nav button span {
    font-size: 70px;
    position: relative;
    top: -5px; }

.owl-nav button.owl-prev {
  left: -20px; }

.owl-nav button.owl-next {
  right: -20px; }

@media (max-width: 769px) {
  .owl-nav button.owl-prev {
    left: 0px; }

  .owl-nav button.owl-next {
    right: 0px; } }
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.owl-nav button:focus {
  outline: none; }

section.assortiment .product {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden; }
  section.assortiment .product img {
    transition: all 0.2s ease; }
  section.assortiment .product .title-wrapper {
    position: absolute;
    bottom: 12px;
    left: 15px; }
    section.assortiment .product .title-wrapper h3 {
      font-size: 1em;
      margin: 0px; }
  section.assortiment .product:hover img {
    transform: scale(1.1); }

section.products img {
  max-width: 100%;
  display: block; }
section.products .product {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid; }
  section.products .product h4 {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 1.4em; }
  section.products .product h4.blue {
    font-size: 1.1em !important;
    margin-top: 10px;
    margin-bottom: 0px; }
section.products .product > img {
  grid-row: 1 / -1;
  grid-column: 1;
  margin-top: 10px; }
section.products .container {
  column-count: 3;
  column-gap: 20px;
  grid-template-columns: 1fr [box-start] 1fr 1fr [box-end] 1fr;
  grid-template-rows: masonry; }
section.products .landscape {
  width: calc(202% + 15px); }

@media (max-width: 575px) {
  section.products img {
    max-width: 100%; }
  section.products .container {
    column-count: 1;
    column-gap: 20px;
    grid-template-columns: 1fr [box-start] 1fr 1fr [box-end] 1fr;
    grid-template-rows: masonry; }
  section.products .landscape {
    width: 100%; } }
section.inspiratie a .inspiratie {
  margin-bottom: 4em; }
  section.inspiratie a .inspiratie .title-wrapper {
    padding: 20px;
    background: #F5F6F7; }
    section.inspiratie a .inspiratie .title-wrapper h3 {
      font-size: 1.4em; }
section.inspiratie a:hover {
  text-decoration: none; }

section.inspiratie-single img {
  max-width: 100%;
  display: block; }
section.inspiratie-single .product {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid; }
  section.inspiratie-single .product h4 {
    margin: 0px;
    font-size: 1.5em; }
section.inspiratie-single .product > img {
  grid-row: 1 / -1;
  grid-column: 1;
  margin-top: 10px; }
section.inspiratie-single .container {
  column-count: 2;
  column-gap: 20px;
  grid-template-columns: 1fr [box-start] 1fr 1fr [box-end] 1fr;
  grid-template-rows: masonry; }
section.inspiratie-single .landscape {
  width: calc(202% + 15px); }

section.cta .blue-bg h2, section.cta .blue-bg h3, section.cta .blue-bg h4 {
  color: #fff; }
section.cta .product {
  padding: 20px 30px;
  margin-bottom: 2em; }
  section.cta .product h3 {
    font-size: 1.6em;
    font-weight: 200; }
    section.cta .product h3 span.bold {
      font-weight: 800; }
  section.cta .product img {
    min-height: 150px; }

@media (min-width: 1200px) {
  section.cta .product img {
    min-height: 260px;
    object-fit: contain; } }
.advies-container {
  position: relative;
  top: -95px;
  left: -75px; }
  .advies-container .advies {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #BEE2ED;
    border-radius: 50%;
    z-index: 9;
    padding: 26px;
    text-align: center;
    transform: rotate(-25deg);
    width: 150px;
    height: 150px; }
    .advies-container .advies h4 {
      color: #23313F;
      padding: 0px;
      margin-top: 20px;
      margin-bottom: 15px;
      font-size: 24px; }

img.cover-size {
  object-fit: cover;
  width: 100%;
  height: 100%; }

span.phone:before {
  content: "T: ";
  color: #8DB2C7;
  font-weight: 800; }

span.email:before {
  content: "E: ";
  color: #8DB2C7;
  font-weight: 800; }

.maps {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.maps-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #F5F6F7;
  overflow: hidden; }

.maps-frame {
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 0; }

.white-bg {
  background: #fff;
  padding: 1em 3em; }

.grey-bg {
  background: #3C3C3B;
  color: #fff;
  padding: 1em 3em; }
  .grey-bg h1, .grey-bg h2, .grey-bg h3, .grey-bg h4 {
    color: #fff; }

.blue-bg {
  background: #23313F;
  color: #fff !important; }

.lightgrey-bg {
  background: #F5F6F7; }

.lightblue-bg {
  background: #f2f9fc; }

section.footer {
  background: #23313F;
  color: #fff !important; }
  section.footer p {
    color: #fff; }
  section.footer a img.socials {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: -15px; }
  section.footer img.footer-logo {
    max-width: 190px; }

#footer-nav ul#footerNav li a.nav-link {
  color: #fff;
  padding: 0px; }

.grecaptcha-badge {
  display: none !important; }

/*# sourceMappingURL=custom.css.map */
