:root {
  --cc-btn-primary-bg: #003727;
  --cc-btn-primary-hover-bg: #002f21;
}
#c-ttl {
  color: var(--cc-btn-primary-bg);
}
.c_darkmode {
  --cc-btn-primary-bg: #003727;
  --cc-btn-primary-hover-bg: #265547;
}
.header {
  display: flex;
  flex-direction: column;
  background-color: #003727;
  color: #fff;
}
@media (min-width: 992px) {
  .header.full_height {
    height: calc(100vh - var(--nav-height, 86px));
  }
}
.header.static_height {
  height: 450px;
}
.header .big-content {
  flex-grow: 1;
}
.header .big-content .left-side {
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header .big-content .left-side h1 {
  background-color: #003727;
  color: #fff;
  box-decoration-break: slice;
  -webkit-box-decoration-break: slice;
  line-height: 2.2;
  box-shadow: 0px 0px 0px 11px #003727;
  display: inline;
}
.header .big-content .right-side {
  background-image: url(../img/wood-middle.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 85% auto;
}
.header .big-content .right-side .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 1399.98px) {
  .header .big-content .right-side .content {
    padding: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .header .big-content .right-side .content {
    padding: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .header .big-content .right-side .content {
    padding: 4.5rem;
  }
}
.header .h-100 {
  height: 100%;
}
.header .category-banner {
  background-color: #e6dcd0;
  color: #003727;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .header .category-banner {
    display: none;
  }
}
.header .category-banner a.link {
  color: #003727;
  text-decoration: none;
}
.header .category-banner a.link:visited {
  color: #003727;
  text-decoration: none;
  opacity: 0.42;
}
.header .category-banner a.link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.header .category-banner a.link:active {
  opacity: 1;
  text-decoration: none;
}
/*# sourceMappingURL=/wp-content/themes/houthandelbos/assets/css/header.map */