#inspiratie .toppart {
  min-height: 400px;
}
#inspiratie .toppart .selecties {
  width: 100%;
}
#inspiratie .page-wrap {
  padding-top: 50px;
}
#inspiratie .page-wrap .bread-crumb-single {
  display: block;
  height: 40px;
  padding: 10px;
  text-transform: lowercase;
  color: #F30011;
  -webkit-transition: call 0.6s;
  -moz-transition: call 0.6s;
  -ms-transition: call 0.6s;
  -o-transition: call 0.6s;
  transition: call 0.6s;
}
#inspiratie .search-holder {
  position: relative;
  margin-bottom: 50px;
  height: 40px;
}
#inspiratie .search-holder .quicksearch {
  position: relative;
  width: calc(100% - 40px);
  height: 40px;
  padding: 0 10px;
  float: left;
  display: block;
  /* Styles */
  background: #fff;
  color: #000;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#inspiratie .search-holder .quicksearch:focus {
  border: none !important;
}
#inspiratie .search-holder span {
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #B6B4B4;
  display: block;
}
#inspiratie .search-holder span:after {
  content: "\f002";
  font-family: FontAwesome, serif;
  font-size: 26px;
  margin-left: 2px;
  margin-top: 9px;
  display: block;
  transform: rotate(90deg);
  font-weight: 100;
}
#inspiratie .wrapper-dropdown {
  /* Size and position */
  position: relative;
  /* Enable absolute positioning for children and pseudo elements */
  width: calc(100% - 40px);
  padding: 10px;
  float: left;
  /* Styles */
  background: #fff;
  color: #666;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* Font settings */
}
#inspiratie .wrapper-dropdown:before {
  content: '\f078';
  font-family: FontAwesome;
  display: inline-block;
  height: 1em;
  left: calc(100% + 13px);
  position: absolute;
  color: white;
  z-index: 1;
}
#inspiratie .wrapper-dropdown:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: red;
}
#inspiratie .wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  list-style-type: none;
}
#inspiratie .wrapper-dropdown .active {
  background: #9bc7de;
  background: linear-gradient(to right, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
}
#inspiratie .wrapper-dropdown .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  /* Size */
  right: 0;
  /* Size */
  z-index: 50;
  padding: 15px;
  margin-left: 60px;
  /* Styles */
  background: #fff;
  font-weight: normal;
  /* Overwrites previous font-weight: bold; */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}
#inspiratie .wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #F12019;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 14px;
}
#inspiratie .wrapper-dropdown .dropdown li:hover a {
  background: #f3f8f8;
}
#inspiratie .recepten {
  padding-left: 10px;
  padding-right: 10px;
}
#inspiratie .recepten .recept-mason {
  width: calc((100% - 20px) / 3);
  position: relative;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #inspiratie .recepten .recept-mason {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 565px) {
  #inspiratie .recepten .recept-mason {
    width: calc(100% - 20px);
  }
}
#inspiratie .recepten .recept-mason .recept-content {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #inspiratie .recepten .recept-mason .recept-content.height__1 {
    height: 425px;
  }
  #inspiratie .recepten .recept-mason .recept-content.height__0 {
    height: 400px;
  }
  #inspiratie .recepten .recept-mason .recept-content.height__2 {
    height: 450px;
  }
}
#inspiratie .recepten .recept-mason .recept-content a.recept-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #F30011;
  color: #fff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 15px;
  text-align: center;
}
#inspiratie .recepten .recept-mason .recept-content a.recept-link .bestek {
  padding: 0 10px;
}
#inspiratie .recepten .recept-mason .recept-content:hover a.recept-link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#inspiratie .recepten .recept-mason .recept-content .recept-data {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  min-height: 45px;
  background-color: #fff;
  color: #F30011;
  padding-top: 10px;
  padding-bottom: 10px;
}
#inspiratie .recepten .recept-mason .recept-content .recept-data .title {
  display: inline-block;
  margin-left: 20px;
  max-width: calc(100% - 90px);
}
#inspiratie .recepten .recept-mason .recept-content .recept-data .personen {
  margin-right: 20px;
  float: right;
  font-weight: bold;
}

#single-recepten .header-recept {
  position: relative;
}
#single-recepten .header-recept .bg-image {
  height: 550px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
#single-recepten .header-recept .recept-naam {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 70px;
  left: 0;
  color: #fff;
  bottom: 20px;
  font-size: 22px;
}
#single-recepten .header-recept .recept-naam .row {
  height: 100%;
}
#single-recepten .header-recept .recept-naam .row .large-9 {
  background-color: #F30011;
  height: 100%;
  position: relative;
}
#single-recepten .header-recept .recept-naam .row .large-9:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  right: 100%;
  position: absolute;
  background-color: #F30011;
}
#single-recepten .header-recept .recept-naam .row .large-9 .naam-pers {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  min-height: 70px;
}
#single-recepten .header-recept .recept-naam .row .large-9 .naam-pers .naam {
  display: inline-block;
  max-width: calc(100% - 123px);
}
#single-recepten .header-recept .recept-naam .row .large-9 .naam-pers .personen {
  display: inline-block;
  float: right;
  margin-right: 50px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  #single-recepten .header-recept .recept-naam .row .large-9 .naam-pers .personen {
    margin-right: 10px;
  }
}
#single-recepten .row .bereiding {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
#single-recepten .row .bereiding .bevat {
  position: absolute;
  left: 10px;
  bottom: 70px;
  color: #999;
}
@media screen and (max-width: 767px) {
  #single-recepten .row .bereiding .bevat {
    bottom: 30px;
  }
}
#single-recepten .row .bereiding .extra-white {
  background-color: #fff;
  height: 100%;
}
#single-recepten .row .bereiding .extra-white:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 60px;
  left: -60px;
  background-color: #fff;
  top: 0;
}
#single-recepten .row .bereiding .extra-white:after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 60px;
  right: -60px;
  background-color: #fff;
  top: 0;
}
#single-recepten .row .bereiding .extra-white h2 {
  font-size: 24px;
  padding-right: 60px;
}
#single-recepten .row .bereiding .extra-white .de-bereiding {
  font-size: 16px;
  padding-right: 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  #single-recepten .row .bereiding .extra-white .de-bereiding {
    padding-right: 0;
  }
}
#single-recepten .row .bereiding .extra-white h5 {
  margin-bottom: 0;
}
#single-recepten .row .bereiding .extra-white .tip {
  color: #f12019;
  font-size: 14px;
  padding-right: 60px;
  margin-bottom: 50px;
}
#single-recepten .row .bereiding .extra-white .red-line:after {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: -20px;
  width: 1px;
  background-color: #F12019;
}
@media screen and (max-width: 1024px) {
  #single-recepten .row .bereiding .extra-white .red-line:after {
    display: none;
  }
}
#single-recepten .row .bereiding .extra-white .benodigdheden {
  padding-bottom: 20px;
}
#single-recepten .row .bereiding .extra-white .benodigdheden:before {
  content: '';
  height: 100%;
  position: absolute;
  left: -1px;
  top: -20px;
  width: 1px;
  background-color: #F12019;
}
@media screen and (max-width: 1024px) {
  #single-recepten .row .bereiding .extra-white .benodigdheden:before {
    display: none;
  }
}
#single-recepten .row .bereiding .extra-white .benodigdheden h3 {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #single-recepten .row .bereiding .extra-white .benodigdheden h3 {
    margin-top: 30px;
  }
}
#single-recepten .row .bereiding .extra-white .benodigdheden .lijst p {
  margin: 0 0 7px 0;
  padding: 0;
  line-height: 1.1em;
}
#single-recepten .row .bereiding .extra-white .benodigdheden .lijst p.red {
  color: #F30011;
}
#single-recepten .row .bereiding .extra-white .benodigdheden button#pdf-form {
  padding: 14px 70px 16px 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #single-recepten .row .bereiding .extra-white .benodigdheden button#pdf-form {
    margin: 0 auto 0 0;
    text-align: left;
  }
}
#single-recepten .row .bereiding .extra-white .benodigdheden button#pdf-form:after {
  content: "\f019";
}
#single-recepten .row .andere-recepten {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#single-recepten .row .andere-recepten .afbeelding {
  height: 190px;
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  margin-bottom: 30px;
}
#single-recepten .row .andere-recepten .naam {
  display: block;
  color: #f12019;
  font-size: 19px;
}
#single-recepten .row .andere-recepten .aantal {
  color: #f12019;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
#single-recepten .social {
  text-align: center;
  padding-top: 50px;
}
#single-recepten .social .pinterest {
  display: inline-block;
  margin: 20px;
}
#single-recepten .social .facebook-red {
  display: inline-block;
  margin: 20px;
}

.about-us-section .inspiratie {
  margin-bottom: 100px;
}
.about-us-section .inspiratie .before-red {
  position: relative;
}
.about-us-section .inspiratie .before-red.fullwidth {
  max-width: initial;
}
.about-us-section .inspiratie .before-red .linkerdeel {
  background-color: #f12019;
  padding-top: 70px;
  padding-bottom: 50px;
  min-height: 360px;
}
.about-us-section .inspiratie .before-red .linkerdeel h2 {
  color: #fff;
  margin-bottom: 30px;
}
.about-us-section .inspiratie .before-red .linkerdeel p {
  color: #fff;
  margin-bottom: 30px;
}
.about-us-section .inspiratie .before-red .linkerdeel button {
  margin-left: 0;
  text-align: left;
}
.about-us-section .inspiratie .before-red .linkerdeel button:before {
  background-color: #fff !important;
  border-left: 1px solid lightgray;
}
.about-us-section .inspiratie .before-red .linkerdeel button:after {
  color: #f12019 !important;
}
.about-us-section .inspiratie .before-red .inspiratie-slider {
  padding: 0;
}
.about-us-section .inspiratie .before-red .inspiratie-slider .slider {
  z-index: 9;
  min-height: 360px;
}
.about-us-section .inspiratie .before-red .inspiratie-slider .slider .rec-item {
  height: 360px;
  width: 100%;
}
.about-us-section .inspiratie .before-red:before {
  content: '';
  position: absolute;
  display: block;
  right: 100%;
  width: 150%;
  background-color: #F12019;
  height: 100%;
}
.about-us-section .inspiratie .ontop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/*# sourceMappingURL=recepten.css.map */
