body {
  background: url("../img/kaas@2x.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.btn-cta {
  border-radius: 5px;
  background-color: #ff8800;
  -webkit-box-shadow: 0 3px 0 0 #cc6c00;
  box-shadow: 0 3px 0 0 #cc6c00;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn-cta .fas {
  font-size: 12px;
}

.btn-cta:hover {
  background-color: #ffa033;
  color: #fff;
}

.form-control {
  padding: 15px;
  font-size: 18px;
}

.text-medium {
  font-weight: 700;
}

.list-group-item {
  border-color: #ffffff;
  background-color: #f5a623;
  color: #ffffff;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.list-group-item:hover {
  background-color: rgba(245, 166, 35, 0.85);
  color: #ffffff;
}

.list-group-item.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #f5a623;
}

.footer-social {
  padding: 1.25rem 0;
  background-color: #ffffff;
  text-align: center;
}

.footer-social .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
}

.footer-social .social-link--twitter {
  background-color: #1faddd;
}

.footer-social .social-link--facebook {
  background-color: #015993;
}

.footer-social .social-link--instagram {
  background-color: #cd486b;
}

.footer-social .social-link--youtube {
  background-color: #ff2434;
}

.domain-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.domain-input .form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.domain-input span {
  padding: 15px;
  color: #fff;
  font-size: 28px;
  line-height: 25px;
}

.section__logo {
  max-width: 130px;
}

.optin-label {
  text-shadow: 1px 1px 0 #3b3b3b;
}

.video-payoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-payoff .section-title {
  margin-top: 4rem;
  text-align: center;
  font-size: 35px;
}

@media (min-width: 990px) {
  .video-payoff .section-title {
    margin: 0;
    font-size: 45px;
  }
}

.section {
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title {
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.section-title strong {
  font-weight: 700;
}

.section--primary {
  background-image: url("../img/hup-holland@2x.jpg");
  color: #ffffff;
  font-size: 20px;
}

.section--tiles {
  background-image: url("../img/behang@2x.jpg");
}

.section--tiles .section-title {
  color: #05559a;
}

.section--cheese .section-title {
  color: #cc6c00;
}

.section--cheese .card {
  -webkit-box-shadow: 0 0 12px 0 rgba(88, 88, 88, 0.5);
  box-shadow: 0 0 12px 0 rgba(88, 88, 88, 0.5);
}

.section--video {
  background-color: #05559a;
  background-image: url("../img/kussend-beeldje@2x.jpg");
  background-position: center right;
  background-size: 100%;
  color: #ffffff;
}

.section--video p {
  font-size: 18px;
  line-height: 28px;
}

.section--form {
  position: relative;
  min-height: 700px;
  background-image: url("../img/tulpen-footer@2x.jpg");
  background-position: center bottom;
  color: #ffffff;
}

.section--form .section__clogs {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 640px;
}

.section__form {
  z-index: 2;
}

.action-bar {
  padding: 1rem;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
}

.action-bar-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.action-bar strong {
  font-weight: 700;
}

.action-bar .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.action-bar .input-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .action-bar-text {
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media (min-width: 800px) {
  .action-bar {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .action-bar {
    font-size: 36px;
  }
}

.parallax-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url("../img/header/background.png") bottom center;
  background-size: cover;
}

.parallax-header__girl, .parallax-header__flag {
  position: absolute;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.parallax-header__weed {
  position: absolute;
  right: 25%;
  bottom: 0;
  z-index: 5;
  display: none;
  width: auto;
  -webkit-filter: blur(0.6px);
  filter: blur(0.6px);
}

.parallax-header__flag {
  bottom: 10%;
  z-index: 4;
}

.parallax-header__girl {
  bottom: 0;
  z-index: 8;
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
}

.parallax-header__mill {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.parallax-header__girl {
  position: absolute;
  z-index: 8;
}

.parallax-header__tulips {
  position: absolute;
  bottom: 0;
  z-index: 6;
  width: 100%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

.parallax-header__tulips img {
  width: 100%;
}

.parallax-header__statue {
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 7;
  display: none;
}

.parallax-header__bike {
  position: absolute;
  bottom: 0;
  left: 65%;
  z-index: 4;
  width: 300px;
  -webkit-filter: blur(0.6px);
  filter: blur(0.6px);
}

.parallax-header__organ {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  max-width: 200px;
  -webkit-filter: blur(0.8px);
  filter: blur(0.8px);
}

.parallax-header .clouds {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 200%;
  height: 100%;
  -webkit-animation: clouds 60s infinite linear;
  animation: clouds 60s infinite linear;
}

.parallax-header .clouds__cloud {
  margin-top: 2rem;
  max-height: 250px;
}

.parallax-header .clouds__cloud-1 {
  margin-top: 3.4rem;
}

.parallax-header .clouds__cloud-3 {
  margin-top: 5.4rem;
}

.parallax-header .clouds__cloud-4 {
  margin-top: 15.4rem;
}

.parallax-header .clouds__cloud-5 {
  margin-top: 7.9rem;
}

@-webkit-keyframes clouds {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

@keyframes clouds {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .parallax-header__flag, .parallax-header__girl {
    right: 5%;
    left: auto;
    width: auto;
  }
  .parallax-header__girl {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  .parallax-header__flag {
    top: 13%;
    bottom: auto;
    z-index: 4;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .parallax-header__bike {
    bottom: 5%;
    width: auto;
  }
  .parallax-header__organ {
    left: 15%;
    max-width: none;
  }
}

@media (min-width: 990px) {
  .parallax-header__flag, .parallax-header__girl {
    right: -5%;
  }
  .parallax-header__organ {
    left: 30%;
  }
  .parallax-header__statue, .parallax-header__weed {
    display: block;
  }
}

@media (min-width: 1200px) {
  .parallax-header__flag, .parallax-header__girl {
    right: 5%;
  }
}

.jumbotron {
  position: relative;
  height: 630px;
}

.jumbotron__header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.jumbotron__container {
  position: relative;
  z-index: 1;
}

.jumbotron__card-body {
  padding: 2.25rem 1.25rem;
}

.flip-card {
  position: relative;
  margin: 0 auto 1rem;
  width: 320px;
  height: 250px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-card:hover .flip-card__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card__front, .flip-card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 12px 0 rgba(88, 88, 88, 0.5);
  box-shadow: 0 3px 12px 0 rgba(88, 88, 88, 0.5);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
  /* safari needs prefixed backface-visibility*/
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card__front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-card__back {
  padding: 6rem 2rem 2rem;
  background: url("../img/tegel-achterkant.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

@media (min-width: 360px) {
  .flip-card {
    width: 360px;
    height: 280px;
  }
}

.faq__content {
  display: none;
}

.faq__content h3 {
  margin: 1rem 0;
  color: #f5a623;
  font-size: 24px;
}

.faq__content--active {
  display: block;
}

.jumbotron-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.jumbotron-fluid .card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.jumbotron-fluid h1 {
  margin: 0 0 1rem;
  color: #03478d;
  font-weight: 300;
  font-size: 44px;
}

.jumbotron-fluid h1 strong {
  font-weight: 700;
}

.jumbotron-fluid .tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
}

.jumbotron-fluid .tagline img {
  margin: 0 0.5rem;
}

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