@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
section.pagetop {
  margin: 0 0 100px 0;
  position: relative;
  background: #436046;
  z-index: 5;
}
@media only screen and (max-width: 996px) {
  section.pagetop {
    margin: 0 0 0 0;
  }
}
section.pagetop .container {
  z-index: 2;
  position: relative;
  padding-top: 350px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 996px) {
  section.pagetop .container {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
section.pagetop .container .row h1,
section.pagetop .container .row h2,
section.pagetop .container .row h3 {
  padding: 0;
  margin: 10px 0 10px;
  color: #4c4c4c;
  font-size: 40px;
  line-height: 30px;
  font-weight: 800;
  font-family: 'Cinzel Decorative', cursive;
  text-transform: none;
}
@media only screen and (max-width: 996px) {
  section.pagetop .container .row h1,
  section.pagetop .container .row h2,
  section.pagetop .container .row h3 {
    font-size: 17px;
    line-height: 17px;
  }
}
section.pagetop .container .row p {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  color: #4c4c4c;
}
@media only screen and (max-width: 996px) {
  section.pagetop .container .row p {
    font-size: 14px;
    line-height: 14px;
  }
}
section.pagetop .container .row.scrolltomap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
section.pagetop .container .row.scrolltomap h3 {
  font-weight: 300;
}
section.pagetop:before {
  z-index: 1;
  background: #436046;
  background: linear-gradient(180deg,#436046 0%,rgba(67,96,70,0) 100%);
  height: 120%;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
section.pagetop.end-fade-to-light:after {
  z-index: 1;
  background: #fffcf6;
  background: linear-gradient(180deg,rgba(255,252,246,0) 0%,#fffcf6 100%);
  height: 70%;
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  left: 0;
  right: 0;
}
section.pagetop.end-cut-off-light:after {
  z-index: 1;
  background: #fffcf6;
  background: linear-gradient(180deg,rgba(255,252,246,0) 0%,#fffcf6 100%);
  height: 70%;
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  left: 0;
  right: 0;
  opacity: 0.7;
}
section.pagetop.end-cut-off-secondary:after {
  z-index: 1;
  background: #fffcf6;
  background: linear-gradient(180deg,rgba(255,252,246,0) 0%,#fffcf6 100%);
  height: 70%;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
section.pagetop .cut-off-light,
section.pagetop .cut-off-secondary {
  z-index: 2;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 6;
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/pagetop-end-slope.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
section.pagetop .cut-off-secondary {
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/slope-secondary.svg);
}
section.pagetop.home .container {
  padding-top: 300px;
  padding-bottom: 300px;
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container {
    padding-top: 200px;
    padding-bottom: 230px;
  }
}
section.pagetop.home .container .row.intro {
  text-align: center;
}
section.pagetop.home .container .row.intro h1,
section.pagetop.home .container .row.intro h2,
section.pagetop.home .container .row.intro h3 {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 70px;
  line-height: 60px;
  font-weight: 800;
  font-family: 'Cinzel Decorative', cursive;
  text-transform: none;
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container .row.intro h1,
  section.pagetop.home .container .row.intro h2,
  section.pagetop.home .container .row.intro h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
section.pagetop.home .container .row.intro h1 span.black,
section.pagetop.home .container .row.intro h2 span.black,
section.pagetop.home .container .row.intro h3 span.black {
  color: black;
}
section.pagetop.home .container .row.intro h1 small,
section.pagetop.home .container .row.intro h2 small,
section.pagetop.home .container .row.intro h3 small {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container .row.intro h1 small,
  section.pagetop.home .container .row.intro h2 small,
  section.pagetop.home .container .row.intro h3 small {
    font-size: 16px;
    line-height: 20px;
  }
}
section.pagetop.home .container .row.intro h2 {
  display: inline-block;
  margin-top: -25px;
  font-size: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container .row.intro h2 {
    margin-top: -45px;
    font-size: 30px;
    line-height: 30px;
  }
}
section.pagetop.home .container .row.intro h2 span.in {
  display: inline-block;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 20px;
  font-size: 30px;
  line-height: 50px;
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container .row.intro h2 span.in {
    font-size: 26px;
    line-height: 26px;
    padding-top: 0;
  }
}
section.pagetop.home .container .row.intro h3 {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container .row.intro h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
section.pagetop.home .container .row.intro p {
  font-size: 30px;
  line-height: 35px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  color: #436046;
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container .row.intro p {
    font-size: 20px;
    line-height: 20px;
  }
}
section.pagetop.home .container .row.scrolltomap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container .row.scrolltomap h3.styled {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 996px) {
  section.pagetop.home .container .row.scrolltomap p {
    font-size: 12px;
    line-height: 12px;
  }
}
section.default-page {
  margin: 0 0 100px 0;
  position: relative;
  z-index: 5;
}
section.diensten {
  margin: 0 0 0 0;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 996px) {
  section.diensten {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
section.diensten h1,
section.diensten h2,
section.diensten h3,
section.diensten h4,
section.diensten h5,
section.diensten h6,
section.diensten p {
  color: white;
}
section.diensten:before {
  z-index: 6;
  background: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/wave-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  height: 300px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
section.diensten .background {
  z-index: 4;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: yellow;
}
section.diensten .background:before {
  z-index: 1;
  opacity: 0.5;
  background: #000000;
  background: linear-gradient(180deg,#000000 0%,rgba(0,0,0,0) 100%);
  height: 70%;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
section.diensten .background:after {
  z-index: 1;
  background: #fffcf6;
  background: linear-gradient(180deg,rgba(255,252,246,0) 0%,#fffcf6 100%);
  height: 70%;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
}
section.diensten .container {
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 996px) {
  section.diensten .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.diensten .container .row .diensten-slider-wrapper {
  display: block;
  position: relative;
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-prev,
section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-next {
  display: block;
  position: absolute;
  font-size: 30px;
  color: white;
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-prev:hover,
section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-next:hover {
  color: #436046;
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-prev {
  left: 0;
}
@media only screen and (max-width: 1200px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 996px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-prev {
    left: 0;
  }
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-next {
  right: 0;
}
@media only screen and (max-width: 1200px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-next {
    right: -20px;
  }
}
@media only screen and (max-width: 996px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider-nav .slick-next {
    right: 0;
  }
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slidewrapper {
  position: relative;
  height: 500px;
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slidewrapper .slide {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active .slidewrapper .slide a.dienst {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active .slidewrapper .slide a.dienst {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 996px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active .slidewrapper .slide a.dienst {
    width: 300px;
    height: 300px;
  }
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active + .slick-active .slidewrapper .slide a.dienst {
  width: 380px;
  height: 380px;
}
@media only screen and (max-width: 1200px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active + .slick-active .slidewrapper .slide a.dienst {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 996px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active + .slick-active .slidewrapper .slide a.dienst {
    width: 380px;
    height: 380px;
  }
}
section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active + .slick-active + .slick-active .slidewrapper .slide a.dienst {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active + .slick-active + .slick-active .slidewrapper .slide a.dienst {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 996px) {
  section.diensten .container .row .diensten-slider-wrapper .diensten-slider .slick-active + .slick-active + .slick-active .slidewrapper .slide a.dienst {
    width: 300px;
    height: 300px;
  }
}
section.diensten a.dienst {
  position: relative;
  display: block;
  border-radius: 100%;
  height: 300px;
  width: 300px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.3);
}
section.diensten a.dienst .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.6);
  -webkit-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.diensten a.dienst .overlay:before {
  content: "";
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/swirl.svg);
  background-size: 80% auto;
  opacity: 0.3;
  transform: rotate(160deg);
  background-repeat: no-repeat;
  background-position: center center;
}
section.diensten a.dienst .overlay:after {
  z-index: 3;
  background: #fffcf6;
  background: linear-gradient(180deg,rgba(255,252,246,0) 0%,#fffcf6 100%);
  height: 70%;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
}
section.diensten a.dienst .inner {
  z-index: 5;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0);
  width: 70%;
  width: 225px;
}
@media only screen and (max-width: 1200px) {
  section.diensten a.dienst .inner {
    top: 30%;
    width: 170px;
  }
}
@media only screen and (max-width: 996px) {
  section.diensten a.dienst .inner {
    top: 50%;
    width: 225px;
  }
}
section.diensten a.dienst .inner h3 {
  font-family: 'Bitter', serif;
  color: #4c4c4c;
  font-weight: bold;
}
section.diensten a.dienst .inner p {
  color: #4c4c4c;
  font-weight: 500;
}
section.diensten a.dienst .inner .swirl-seperator {
  margin: -5px auto 0;
  width: 40px;
}
section.diensten a.dienst:hover .overlay {
  background: rgba(255,255,255,0.3);
}
section.diensten a.dienst:hover .inner h3 {
  color: #436046;
}
section.diensten a.dienst:hover .inner p {
  color: #436046;
}
section.diensten.page {
  margin-top: -100px;
  z-index: 3;
}
@media only screen and (max-width: 996px) {
  section.diensten.page {
    margin-top: 50px;
  }
}
section.dienst-gallery .dienst-slider-wrapper {
  display: block;
  position: relative;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-prev,
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-next {
  pointer-events: all;
  display: block;
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  color: #436046;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-prev:hover,
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-next:hover {
  color: black;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-prev {
  left: 0;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-next {
  right: 0;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider {
  margin: 0 50px;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide {
  padding: 5px;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage {
  pointer-events: all;
  position: relative;
  display: block;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border: 6px solid black;
  opacity: 0.2;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage img {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  filter: grayscale(30%);
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage:hover img {
  filter: grayscale(0%);
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage:hover:before {
  border: 3px solid;
  border-image-slice: 1;
  border-width: 12px;
  border-image-source: linear-gradient(135deg,#dfcf66,#dfa966);
  opacity: 1;
}
section.brand-gallery {
  margin: 0;
  position: relative;
}
section.brand-gallery .container {
  padding-top: 0;
  padding-bottom: 30px;
}
section.brand-gallery .container-fluid {
  position: relative;
  margin: 5px;
}
section.brand-gallery .container-fluid .grid-item,
section.brand-gallery .container-fluid .grid-sizer {
  padding: 5px;
}
section.brand-gallery .container-fluid a.brandimage {
  position: relative;
  display: block;
}
section.brand-gallery .container-fluid a.brandimage:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border: 6px solid black;
  opacity: 0.2;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.brand-gallery .container-fluid a.brandimage img {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  filter: grayscale(30%);
}
section.brand-gallery .container-fluid a.brandimage:hover img {
  filter: grayscale(0%);
}
section.brand-gallery .container-fluid a.brandimage:hover:before {
  border: 3px solid;
  border-image-slice: 1;
  border-width: 12px;
  border-image-source: linear-gradient(135deg,#dfcf66,#dfa966);
  opacity: 1;
}
section.branding-intro img {
  display: block;
  position: relative;
  max-height: 100%;
  max-width: 60%;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.branding-intro .brandname {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px;
  text-align: center;
  color: black;
  margin: 0 auto;
  -webkit-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.producten {
  margin: 0 0 100px 0;
  position: relative;
}
section.producten.home .container {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.producten.page .container-fluid {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}
section.producten .row a.brand {
  display: block;
  width: 100%;
  height: 200px;
}
section.producten .row a.brand img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100%;
  max-width: 60%;
  width: 100%;
  opacity: 0.5;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  -webkit-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.producten .row a.brand .brandname {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px;
  text-align: center;
  color: black;
  -webkit-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.producten .row a.brand:hover img {
  opacity: 1;
}
section.producten .row a.brand:hover .brandname {
  opacity: 1;
  color: black;
}
section.producten .brands-slider-wrapper {
  display: block;
  position: relative;
}
section.producten .brands-slider-wrapper .brands-slider-nav {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
}
section.producten .brands-slider-wrapper .brands-slider-nav .slick-prev,
section.producten .brands-slider-wrapper .brands-slider-nav .slick-next {
  pointer-events: all;
  display: block;
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  color: #436046;
}
section.producten .brands-slider-wrapper .brands-slider-nav .slick-prev:hover,
section.producten .brands-slider-wrapper .brands-slider-nav .slick-next:hover {
  color: black;
}
section.producten .brands-slider-wrapper .brands-slider-nav .slick-prev {
  left: 0;
}
section.producten .brands-slider-wrapper .brands-slider-nav .slick-next {
  right: 0;
}
section.producten .brands-slider-wrapper .brands-slider {
  margin: 0 50px;
}
.add-seconday-bg {
  position: absolute;
  z-index: 1;
  background-color: #5c435c;
  width: 100%;
  height: 1500px;
  left: 0;
  right: 0;
  top: 0;
}
.bg-sec {
  background: #5c435c;
}
section.blog {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
section.blog h1,
section.blog h2,
section.blog h3,
section.blog h4,
section.blog h5,
section.blog h6,
section.blog p {
  color: white;
}
section.blog .bg-blog {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}
section.blog .bg-blog img {
  display: block;
  width: 100%;
}
section.blog .bg-blog:after {
  position: absolute;
  background: #5c435c;
  background: linear-gradient(0deg,rgba(92,67,92,0) 0%,#5c435c 100%);
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  display: block;
  content: "";
}
section.blog .bg-blog:before {
  background-color: #5c435c;
  position: absolute;
  left: 0;
  right: 0;
  top: -2000px;
  height: 2000px;
  display: block;
  content: "";
}
section.blog.home {
  margin: 0 0 -50px 0;
  background: none;
}
section.blog.home .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
section.blog.loop-template {
  margin: -60px 0 -50px 0;
}
section.blog.loop-template .bg-blog:before {
  display: none;
}
section.blog .container {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
section.blog .container .row.blog-loop a.blogitem {
  display: block;
  padding: 50px 0;
  position: relative;
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper {
  width: 100%;
  height: 300px;
  position: relative;
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border: 8px solid black;
  opacity: 0.2;
}
section.blog .container .row.blog-loop a.blogitem .text {
  color: white;
  position: relative;
  padding: 20px 0;
  padding-left: 110px;
  text-transform: none;
}
section.blog .container .row.blog-loop a.blogitem .text .tag {
  padding: 0 2px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
section.blog .container .row.blog-loop a.blogitem .text h3 {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.blog .container .row.blog-loop a.blogitem .text .date {
  width: 70px;
  position: absolute;
  left: 0;
  top: 40px;
  display: block;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  font-family: 'Cinzel Decorative', cursive;
  text-align: right;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.blog .container .row.blog-loop a.blogitem .text .date span.month {
  display: block;
  font-family: 'Bitter', serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
section.blog .container .row.blog-loop a.blogitem .text .date small {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}
section.blog .container .row.blog-loop a.blogitem .text .date:after {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/stripe-vert.svg);
}
section.blog .container .row.blog-loop a.blogitem:hover .text .date {
  color: #7DB45F;
}
section.blog .container .row.blog-loop a.blogitem:hover .text h3 {
  color: #7DB45F;
}
section.cta {
  margin: 0 0 0 0;
  position: relative;
  background: #fffcf6;
  z-index: 1;
}
section.cta .bg-flower {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 900px;
}
section.cta .container {
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}
section.cta .container .row h2 {
  font-size: 80px;
  line-height: 70px;
  font-weight: 800;
}
@media only screen and (max-width: 996px) {
  section.cta .container .row h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
section.cta .container .row h2 small {
  font-size: 30px;
  line-height: 30px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 996px) {
  section.cta .container .row h2 small {
    font-size: 20px;
    line-height: 20px;
  }
}
section.cta .container .row p {
  font-size: 30px;
  line-height: 35px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  color: #436046;
}
@media only screen and (max-width: 996px) {
  section.cta .container .row p {
    font-size: 20px;
    line-height: 25px;
  }
}
section.googlemaps {
  margin-top: 150px;
  position: relative;
  background: #fffcf6;
}
section.googlemaps:before {
  z-index: 1;
  pointer-events: none;
  background: #fffcf6;
  height: 100px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
section.googlemaps:after {
  z-index: 1;
  background: #fffcf6;
  background: linear-gradient(0deg,rgba(255,252,246,0) 0%,#fffcf6 100%);
  height: 150px;
  position: absolute;
  display: block;
  content: "";
  top: 100px;
  left: 0;
  right: 0;
  pointer-events: none;
}
section.googlemaps #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.googlemaps .container {
  z-index: 5;
  padding-top: 0;
  padding-bottom: 500px;
  position: relative;
  pointer-events: none;
}
section.blog-controls .container {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 996px) {
  .single-brand-img-col {
    padding-bottom: 100px;
  }
}
section.mailinglistform {
  color: white;
  position: relative;
  background-color: #436046;
  z-index: 6;
  margin-top: 100px;
  margin-bottom: 100px;
}
section.mailinglistform input {
  display: inline-block;
  width: 93%;
  box-sizing: border-box;
}
section.mailinglistform .container {
  padding-top: 50px;
  padding-bottom: 25px;
}
section.mailinglistform:before {
  z-index: 6;
  background: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/slope-primary.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  height: 80px;
  position: absolute;
  display: block;
  content: "";
  top: -79px;
  left: 0;
  right: 0;
}
section.mailinglistform:after {
  z-index: 6;
  background: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/slope-primary-inverted.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  height: 80px;
  position: absolute;
  display: block;
  content: "";
  bottom: -79px;
  left: 0;
  right: 0;
}
section.mailinglistform h1,
section.mailinglistform h2,
section.mailinglistform h3,
section.mailinglistform p {
  color: white;
}
h2.webshoptitle .first {
  font-size: 34px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -1px;
  display: block;
  color: white;
}
h2.webshoptitle .gold {
  letter-spacing: 0;
  font-weight: 700;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 60px;
  line-height: 60px;
  display: block;
}
h2.webshoptitle .third {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1px;
  font-weight: 500;
  display: block;
  color: white;
}
section.webshop-home {
  background-color: #253928 !important;
  color: white;
  margin: 0 0 0 0;
  position: relative;
  background: #fffcf6;
  z-index: 1;
}
section.webshop-home .bgimg {
  background-position: cover;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/baobabbg.png);
  background-position: center;
}
section.webshop-home .bgimg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 400px;
  background: #253928;
  background: -moz-linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  background: -webkit-linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  background: linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253928",endColorstr="#253928",GradientType=1);
}
section.webshop-home .bgimg:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 400px;
  background: #253928;
  background: -moz-linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  background: -webkit-linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  background: linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253928",endColorstr="#253928",GradientType=1);
}
section.webshop-home .container-fluid {
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.webshop-home .container-fluid .row h2.top .gold {
  font-size: 38px;
  line-height: 48px;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.webshop-home .container-fluid .row h2 .gold {
  font-weight: 700;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.webshop-home .container-fluid .row h2 small {
  color: white;
}
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper {
  display: block;
  position: relative;
  margin: 90px auto;
}
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider-nav {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translateY(-50%);
  height: 30px;
}
@media only screen and (max-width: 1200px) {
  section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider-nav {
    left: 30px;
    right: 30px;
  }
}
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider-nav .slick-prev,
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider-nav .slick-next {
  pointer-events: all;
  display: block;
  position: absolute;
  font-size: 22px;
  line-height: 30px;
  color: white;
  opacity: 0.7;
}
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider-nav .slick-prev:hover,
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider-nav .slick-next:hover {
  opacity: 1;
}
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider-nav .slick-prev {
  left: 0;
}
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider-nav .slick-next {
  right: 0;
}
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider {
  margin: 20px 130px;
}
@media only screen and (max-width: 1600px) {
  section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider {
    margin: 20px 90px;
  }
}
@media only screen and (max-width: 1500px) {
  section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider {
    margin: 20px 90px;
  }
}
@media only screen and (max-width: 996px) {
  section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider {
    margin: 20px 20px;
  }
}
@media only screen and (max-width: 578px) {
  section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider {
    margin: 5px 15px;
  }
}
section.webshop-home .container-fluid .row .webshopcats-slider-wrapper .webshopcats-slider .slide {
  display: block;
}
.strikkie-divider {
  position: relative;
  height: 40px;
  width: 100%;
  background: #dfa966;
  background: -moz-linear-gradient(-90deg,#dfa966 0%,#dfcf66 100%);
  background: -webkit-linear-gradient(-90deg,#dfa966 0%,#dfcf66 100%);
  background: linear-gradient(-90deg,#dfa966 0%,#dfcf66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfa966",endColorstr="#dfcf66",GradientType=1);
  z-index: 9;
}
.strikkie-divider .strikkie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 300px;
  height: 300px;
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/strik.png);
  background-size: contain;
}
section.cadeaubon-home {
  background-color: #253928 !important;
  color: white;
  margin: 0 0 0 0;
  position: relative;
  background: #fffcf6;
  z-index: 1;
}
section.cadeaubon-home .bgimg {
  background-position: cover;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://www.bloemendroom.be/wp-content/themes/bloemendroom/assets/img/cadeaubonbg.png);
  background-position: center;
}
section.cadeaubon-home .bgimg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 800px;
  background: #253928;
  background: -moz-linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  background: -webkit-linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  background: linear-gradient(0deg,rgba(37,57,40,0) 0%,#253928 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253928",endColorstr="#253928",GradientType=1);
}
section.cadeaubon-home .container {
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
section.cadeaubon-home .container .row .cadeaubon-form {
  margin-top: 30px;
}
section.cadeaubon-home .container .row .cadeaubon-form label {
  font-size: 14px;
  text-transform: uppercase;
}
section.cadeaubon-home .container .row .cadeaubon-form input,
section.cadeaubon-home .container .row .cadeaubon-form textarea {
  text-align: center;
  border-radius: 20px;
  min-width: 300px;
  border: 2px solid #dcbe66;
  color: #436046;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.8);
  margin: 3px;
  margin-bottom: 20px;
  font-size: 14px;
}
section.cadeaubon-home .container .row .cadeaubon-form input::placeholder,
section.cadeaubon-home .container .row .cadeaubon-form textarea::placeholder {
  text-transform: uppercase;
}
section.cadeaubon-home .container .row .amount-slider-wrapper {
  display: block;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
}
section.cadeaubon-home .container .row .amount-slider-wrapper .amount-slider-nav {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
}
section.cadeaubon-home .container .row .amount-slider-wrapper .amount-slider-nav .slick-prev,
section.cadeaubon-home .container .row .amount-slider-wrapper .amount-slider-nav .slick-next {
  pointer-events: all;
  display: block;
  position: absolute;
  font-size: 22px;
  line-height: 30px;
  color: white;
  opacity: 0.7;
}
section.cadeaubon-home .container .row .amount-slider-wrapper .amount-slider-nav .slick-prev:hover,
section.cadeaubon-home .container .row .amount-slider-wrapper .amount-slider-nav .slick-next:hover {
  opacity: 1;
}
section.cadeaubon-home .container .row .amount-slider-wrapper .amount-slider-nav .slick-prev {
  left: 0;
}
section.cadeaubon-home .container .row .amount-slider-wrapper .amount-slider-nav .slick-next {
  right: 0;
}
section.cadeaubon-home .container .row .amount-slider-wrapper .amount-slider .slide {
  font-size: 80px;
  line-height: 80px;
  background-image: linear-gradient(135deg,#dfcf66,#dfa966);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: bold;
  letter-spacing: -2px;
}
