@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
@import url("https://fonts.googleapis.com/css?family=Petrona");
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.fl-row-fixed-width {
  max-width: 1170px; }

.fl-row-content-wrap {
  padding: 15px; }

.fl-module-content {
  margin: 0; }

#header {
  border-bottom: 2px #FFF solid; }
  @media (max-width: 992px) {
    #header .container {
      width: 100%; } }
  #header .holder {
    padding: 25px;
    position: relative; }
    @media (max-width: 992px) {
      #header .holder {
        padding: 20px 0; } }
    #header .holder:after {
      clear: both;
      content: "";
      display: block; }
    #header .holder .logo {
      float: left; }
      #header .holder .logo img {
        height: 60px; }
    #header .holder .payoff {
      float: left;
      margin-left: 30px; }
      #header .holder .payoff img {
        height: 60px; }

.navbar-default {
  background: #FFF;
  border: none;
  float: right;
  padding: 20px 0 0 0; }
  @media (max-width: 992px) {
    .navbar-default {
      margin-top: 0;
      float: none; } }
  .navbar-default .navbar-nav {
    margin: 0; }
  .navbar-default .menu {
    border: none; }
  .navbar-default .nav li {
    margin: 0 0 15px;
    padding: 0 10px;
    line-height: 22px;
    font-size: 22px; }
    @media (max-width: 992px) {
      .navbar-default .nav li {
        padding: 0; } }
    .navbar-default .nav li a {
      position: relative;
      color: #424147;
      display: inline-block; }
    .navbar-default .nav li:hover a {
      color: #e14a53;
      text-decoration: none; }
    .navbar-default .nav li:last-child {
      padding-right: 0; }
  .navbar-default .nav.menu {
    list-style: none;
    text-align: right; }
    @media (max-width: 991px) {
      .navbar-default .nav.menu {
        padding: 20px 20px 20px 0px;
        text-align: left; } }
    @media (min-width: 992px) {
      .navbar-default .nav.menu {
        float: right;
        padding: 0; } }
    @media (min-width: 992px) {
      .navbar-default .nav.menu li {
        display: inline-block;
        text-align: center; } }
    .navbar-default .nav.menu li a {
      display: inline-block;
      vertical-align: top; }
    @media (min-width: 992px) {
      .navbar-default .nav.menu li:last-child {
        text-align: right; }
      .navbar-default .nav.menu li:first-child {
        text-align: left; } }
  .navbar-default.navigation {
    position: static; }
    @media (max-width: 991px) {
      .navbar-default.navigation {
        min-height: 0;
        margin: 0; }
        .navbar-default.navigation .drop {
          display: block;
          position: absolute;
          top: 100px;
          left: -15px;
          z-index: 99;
          right: -15px;
          -webkit-transition: all 0.5s ease;
                  transition: all 0.5s ease;
          opacity: 0;
          visibility: hidden;
          max-height: 0;
          overflow: hidden; }
          .nav-active .navbar-default.navigation .drop {
            max-height: 4000px;
            opacity: 1;
            visibility: visible;
            height: 100vh;
            /* overflow: scroll; */ }
        .navbar-default.navigation .menu {
          -webkit-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
                  transform: translateY(-100%);
          background: #FFF;
          -webkit-transition: all 0.3s ease;
                  transition: all 0.3s ease;
          padding: 20px 20px; }
          .nav-active .navbar-default.navigation .menu {
            -webkit-transform: translateY(0px);
                -ms-transform: translateY(0px);
                    transform: translateY(0px); } }

.opener {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 99; }
  .opener span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
    .opener span:nth-child(2) {
      top: 10px; }
    .opener span:nth-child(3) {
      top: 20px; }
    .nav-active .opener span {
      top: 10px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .nav-active .opener span:nth-child(2) {
        opacity: 0;
        visibility: hidden; }
      .nav-active .opener span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  @media (min-width: 992px) {
    .opener {
      display: none; } }
  .opener:hover {
    opacity: 0.5; }

.scrolled {
  padding-top: 100px;
  /**
   * Correction for WordPress admin bar
   */ }
  .scrolled #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 100;
    border-color: #f5f4f2; }
  .scrolled.nav-active #header {
    background: white; }
  @media (min-width: 1025px) {
    .scrolled.admin-bar #header {
      top: 32px; } }

body {
  font-family: 'Petrona', serif;
  position: relative; }

.button {
  display: inline-block;
  background: #e6535c;
  color: #FFF;
  padding: 15px 25px;
  border-radius: 3px;
  font-size: 22px;
  line-height: 22px;
  box-shadow: 0px 0px 31px -8px rgba(0, 0, 0, 0.75); }
  @media (max-width: 992px) {
    .button {
      font-size: 16px;
      line-height: 16px; } }
  .button:hover {
    color: #FFF;
    background: #4b4a50;
    text-decoration: none; }
  .button.alt {
    background: #424147; }
    .button.alt:hover {
      background: #4b4a50; }

.section-shadow {
  position: relative;
  box-shadow: 0px -20px 40px -7px rgba(0, 0, 0, 0.15); }

.section-shadow-dark {
  position: relative;
  box-shadow: 0px -20px 40px -7px rgba(0, 0, 0, 0.35); }

.social {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 400px;
  background: #424147;
  width: 60px;
  text-align: center;
  padding: 15px 15px 5px 15px; }
  @media (max-width: 992px) {
    .social {
      top: 200px;
      width: 40px;
      padding: 5px; } }
  .social img {
    width: 100%; }
    .social img:first-child {
      margin-bottom: 15px; }
      @media (max-width: 992px) {
        .social img:first-child {
          margin-bottom: 5px; } }
    .social img:hover {
      opacity: 0.8; }

.sticky-wrapper {
  position: relative;
  z-index: 0; }



body.admin-bar .stuck {
  top: 144px !important; }
  @media (max-width: 992px) {
    body.admin-bar .stuck {
      position: relative !important;
      top: auto !important; } }

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }

.shake:hover,
.shake:focus {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

footer {
  position: relative;
  z-index: 999;
  background: #000000;
  padding: 60px 0;
  text-align: center; }
  footer .enbiun {
    margin-top: 20px; }

section.visual {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  section.visual .caption {
    padding: 60px 0;
    font-size: 34px;
    line-height: 38px;
    font-family: 'Permanent Marker', cursive;
    color: #FFF;
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.56); }
    @media (max-width: 992px) {
      section.visual .caption {
        font-size: 24px;
        line-height: 28px; } }
  section.visual .buttons {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }

section.text-block-1 {
  background: #ea5465; }
  section.text-block-1 .holder {
    padding: 60px;
    text-align: center; }
    @media (max-width: 992px) {
      section.text-block-1 .holder {
        padding: 20px; } }
    section.text-block-1 .holder h3 {
      font-family: 'Permanent Marker', cursive;
      font-size: 24px;
      line-height: 28px;
      color: #FFF;
      padding: 0 0 20px 0;
      background-image: url("../img/lijn.png");
      background-repeat: no-repeat;
      background-position: 50% 100%; }
    section.text-block-1 .holder p {
      font-family: 'Petrona';
      font-size: 39px;
      line-height: 55px;
      color: #FFF; }
      @media (max-width: 992px) {
        section.text-block-1 .holder p {
          font-size: 20px;
          line-height: 26px; } }

section.text-block-2 {
  background: #bf4654; }
  section.text-block-2 .holder {
    padding: 60px;
    text-align: center; }
    @media (max-width: 992px) {
      section.text-block-2 .holder {
        padding: 20px; } }
    section.text-block-2 .holder p {
      font-family: 'Petrona';
      font-size: 19px;
      line-height: 34px;
      color: #FFF; }
      @media (max-width: 992px) {
        section.text-block-2 .holder p {
          font-size: 16px;
          line-height: 20px; } }

section.text-block-3 .holder {
  padding: 60px;
  text-align: center; }
  @media (max-width: 992px) {
    section.text-block-3 .holder {
      padding: 20px; } }
  section.text-block-3 .holder h3 {
    font-family: 'Permanent Marker', cursive;
    font-size: 24px;
    line-height: 28px;
    color: #ea5465;
    padding: 0 0 20px 0;
    background-image: url("../img/lijn-roze.png");
    background-repeat: no-repeat;
    background-position: 50% 100%; }
  section.text-block-3 .holder p {
    font-family: 'Petrona';
    font-size: 17px;
    line-height: 25px;
    color: #000;
    padding: 0 200px; }
    @media (max-width: 992px) {
      section.text-block-3 .holder p {
        padding: 0px; } }

section.text-block-3 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #f5f4f2;
  border-radius: 3px;
  border: none;
  text-align: center;
  padding: 10px 10px;
  font-family: "Petrona";
  font-size: 22px;
  color: #757575; }

section.text-block-3 .gform_wrapper .gform_footer input.button, section.text-block-3 .gform_wrapper .gform_footer input[type=submit], section.text-block-3 .gform_wrapper .gform_page_footer input.button, section.text-block-3 .gform_wrapper .gform_page_footer input[type=submit] {
  display: block;
  text-align: center;
  border: none;
  width: 97%;
  font-size: 22px; }

section.text-block-3 .gform_wrapper textarea {
  background: #f5f4f2;
  border-radius: 3px;
  border: none;
  text-align: center;
  padding: 10px 10px;
  font-family: "Petrona";
  font-size: 22px;
  color: #757575; }

section.text-block-3 .gform_wrapper {
  width: 50%;
  margin: 0px auto; }
  @media (max-width: 992px) {
    section.text-block-3 .gform_wrapper {
      width: 100%; } }
  section.text-block-3 .gform_wrapper h3 {
    color: #d9d3cc !important;
    background: none !important; }
  section.text-block-3 .gform_wrapper .gfield_label {
    display: none; }

section.two-col .text h3 {
  font-family: 'Permanent Marker', cursive;
  font-size: 24px;
  line-height: 28px;
  color: #ea5465;
  padding: 0 0 10px 0; }
  @media (max-width: 992px) {
    section.two-col .text h3 {
      text-align: center; } }

section.two-col .text p {
  font-family: 'Petrona';
  font-size: 17px;
  line-height: 25px;
  color: #000; }
  @media (max-width: 992px) {
    section.two-col .text p {
      text-align: center; } }

section.two-col .image {
  text-align: center; }
  section.two-col .image.image-left {
    text-align: right; }
  section.two-col .image img {
    padding-bottom: 20px; }

section.two-col .col-left {
  padding: 0 100px; }
  @media (max-width: 992px) {
    section.two-col .col-left {
      padding: 0px; } }

section.two-col .col-right {
  padding: 0 100px; }
  @media (max-width: 992px) {
    section.two-col .col-right {
      padding: 0px; } }

section.summary {
  background: #ea5465;
  padding: 60px; }
  @media (max-width: 992px) {
    section.summary {
      padding: 20px; } }
  section.summary .holder {
    text-align: center; }
    section.summary .holder h3 {
      font-family: 'Permanent Marker', cursive;
      font-size: 24px;
      line-height: 24px;
      color: #FFF;
      padding: 0 0 20px 0;
      background-image: url("../img/lijn.png");
      background-repeat: no-repeat;
      background-position: 50% 100%;
      margin-bottom: 30px; }
  section.summary .counter {
    text-align: center; }
    section.summary .counter span {
      font-family: "Petrona";
      display: inline-block;
      background: #120a1e;
      color: #FFF;
      padding: 5px 15px;
      margin-right: 4px;
      font-size: 60px;
      line-height: 60px; }
      @media (max-width: 992px) {
        section.summary .counter span {
          font-size: 30px;
          line-height: 30px; } }
    section.summary .counter p {
      padding: 20px 0;
      font-size: 23px;
      line-height: 34px;
      color: #FFF;
      font-family: "Petrona"; }
  section.summary .check {
    background: url("../img/check.png") no-repeat;
    background-position: 0 0;
    padding: 30px 60px 0 50px;
    font-size: 23px;
    line-height: 34px;
    color: #FFF;
    font-family: "Petrona"; }
    @media (max-width: 992px) {
      section.summary .check {
        padding-right: 30px;
        font-size: 18px;
        line-height: 22px; } }

section.contact {
  position: relative;
  z-index: 1;
  background: #FFF; }
  section.contact .text {
    padding: 60px 40px; }
    section.contact .text h3 {
      text-align: center;
      font-family: 'Permanent Marker', cursive;
      font-size: 24px;
      line-height: 28px;
      color: #ea5465;
      padding: 0 0 20px 0;
      background-image: url("../img/lijn-roze.png");
      background-repeat: no-repeat;
      background-position: 50% 100%; }
    section.contact .text p {
      font-size: 17px;
      line-height: 25px;
      font-family: "Petrona"; }
      section.contact .text p a {
        color: #ea5465;
        text-decoration: underline; }
  section.contact .taart {
    width: 100%;
    height: auto;
    margin-top: 100px; }
    @media (max-width: 992px) {
      section.contact .taart {
        display: none; } }
  section.contact .balon {
    width: 100%;
    height: auto;
    margin-top: 20px; }
    @media (max-width: 992px) {
      section.contact .balon {
        display: none; } }
  section.contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  section.contact .gform_wrapper textarea {
    background: #f5f4f2;
    border-radius: 3px;
    border: none;
    text-align: center;
    padding: 10px 10px;
    font-family: "Petrona";
    font-size: 22px;
    color: #757575; }
  section.contact .gform_wrapper .gform_footer input.button, section.contact .gform_wrapper .gform_footer input[type=submit], section.contact .gform_wrapper .gform_page_footer input.button, section.contact .gform_wrapper .gform_page_footer input[type=submit] {
    display: block;
    text-align: center;
    border: none;
    width: 97%;
    font-size: 22px; }
  section.contact .gform_wrapper h3 {
    color: #d9d3cc !important;
    background: none !important; }
  section.contact .gform_wrapper .gfield_label {
    display: none; }

section.cta-button .buttons {
  padding: 10px 0 10px 0;
  text-align: center; }

section.list {
  background: #3d3d3b;
  padding: 60px; }
  @media (max-width: 992px) {
    section.list {
      padding: 20px; } }
  section.list h3 {
    font-family: 'Permanent Marker', cursive;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    padding: 0 0 20px 0;
    background-image: url("../img/lijn.png");
    background-repeat: no-repeat;
    background-position: 50% 100%; }
  section.list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding: 50px 0px 0 200px; }
    @media (max-width: 992px) {
      section.list ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        padding: 20px; } }
    section.list ul li {
      color: #FFF;
      background: url("../img/check-roze.png") no-repeat;
      background-position: 0 0;
      padding: 10px 150px 30px 50px;
      font-size: 23px;
      line-height: 34px;
      font-family: "Petrona"; }
      @media (max-width: 992px) {
        section.list ul li {
          padding: 10px 0px 30px 50px; } }

section.locations {
  background: #ea5465;
  padding: 60px; }
  @media (max-width: 992px) {
    section.locations {
      padding: 20px; } }
  section.locations .holder {
    text-align: center; }
    section.locations .holder h3 {
      font-family: 'Permanent Marker', cursive;
      font-size: 24px;
      line-height: 24px;
      color: #FFF;
      padding: 0 0 20px;
      background-image: url("../img/lijn.png");
      background-repeat: no-repeat;
      background-position: 50% 100%;
      margin-bottom: 30px; }
  section.locations .location {
    color: #FFF; }
    section.locations .location h3 {
      font-weight: bold; }

section.telephone {
  text-align: center;
  padding: 40px 0; }
  section.telephone a {
    font-size: 33px;
    color: #e85564;
    text-decoration: underline; }
    section.telephone a:hover {
      color: #423b3c; }

section.animation-1 {
  position: relative;
  z-index: 1;
  background: #FFF; }
  section.animation-1 .animation {
    position: relative; }
    section.animation-1 .animation img {
      width: 100%;
/*       height: auto; */
}
    section.animation-1 .animation .caption {
      position: absolute;
      top: 20px;
      right: 20px;
      text-align: right;
      font-size: 48px;
      line-height: 48px;
      font-family: 'Permanent Marker', cursive;
      color: #ea495b; }
      @media (max-width: 992px) {
        section.animation-1 .animation .caption {
          font-size: 22px;
          line-height: 22px; } }

section.animation-2 {
  position: relative;
  z-index: 1;
  background: #FFF; }
  section.animation-2 .animation {
    position: relative; }
    section.animation-2 .animation img.figure-1 {
      width: 100%;
/*       height: auto;  */
}
    section.animation-2 .animation img.figure-2 {
      position: absolute;
      top: 0;
      right: 30px; }
      @media (max-width: 1279px) {
        section.animation-2 .animation img.figure-2 {
          width: 250px;
          right: 30px; } }
      @media (max-width: 992px) {
        section.animation-2 .animation img.figure-2 {
          width: 120px;
          right: 0; } }

section.animation-3 {
  position: relative;
  z-index: 1;
  background: #FFF; }
  section.animation-3 .animation {
    position: relative; }
    section.animation-3 .animation img.figure-1 {
      width: 100%;
/*       height: auto;  */
}
    section.animation-3 .animation img.figure-2 {
      position: absolute;
      top: 100px;
      left: 300px; }
      @media (max-width: 1279px) {
        section.animation-3 .animation img.figure-2 {
          width: 250px;
          top: 80px; } }
      @media (max-width: 992px) {
        section.animation-3 .animation img.figure-2 {
          width: 120px;
          top: 10px;
          left: 20%; } }

section.animation-4 {
  position: relative;
  z-index: 1;
  background: #FFF; }
  section.animation-4 .animation {
    position: relative; }
    section.animation-4 .animation img.figure-1 {
      width: 100%;
/*       height: auto;  */
}
    section.animation-4 .animation img.figure-2 {
      position: absolute;
      left: 100px;
      top: 0px; }
      @media (max-width: 1279px) {
        section.animation-4 .animation img.figure-2 {
          width: 250px;
          left: 100px; } }
      @media (max-width: 992px) {
        section.animation-4 .animation img.figure-2 {
          width: 120px;
          left: 0px; } }
  section.animation-4 .buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center; }

section.animation-5 {
  position: relative;
  z-index: 1;
  background: #FFF; }
  section.animation-5 .animation {
    position: relative; }
    section.animation-5 .animation img.figure-1 {
      width: 100%;
/*       height: auto;  */
}
    section.animation-5 .animation img.figure-2 {
      position: absolute;
      top: 10px;
      left: 0px; }
      @media (max-width: 1279px) {
        section.animation-5 .animation img.figure-2 {
          width: 290px; } }
      @media (max-width: 992px) {
        section.animation-5 .animation img.figure-2 {
          top: 10px;
          left: 0;
          width: 120px; } }

section.animation-6 {
  position: relative;
  z-index: 1;
  background: #FFF; }
  section.animation-6 .animation {
    position: relative; }
    section.animation-6 .animation img.figure-1 {
      width: 100%;
/*       height: auto;  */
}
    section.animation-6 .animation img.figure-2 {
      position: absolute;
      top: 10px;
      left: 100px; }
      @media (max-width: 1279px) {
        section.animation-6 .animation img.figure-2 {
          width: 290px; } }
      @media (max-width: 992px) {
        section.animation-6 .animation img.figure-2 {
          top: 10px;
          left: 10px;
          width: 120px; } }
    section.animation-6 .animation img.figure-3 {
      position: absolute;
      top: 10px;
      right: 100px; }
      @media (max-width: 1279px) {
        section.animation-6 .animation img.figure-3 {
          width: 290px; } }
      @media (max-width: 992px) {
        section.animation-6 .animation img.figure-3 {
          top: 10px;
          right: 10px;
          width: 120px; } }
/*# sourceMappingURL=main.css.map */