section#intro {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex; }
  @media (max-width: 560px) {
  section#intro {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px; } }
  section#intro .tekst {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-flex: 2;
    /* OLD - Firefox 19- */
    -moz-box-flex: 2;
    /* Chrome */
    -webkit-flex: 2;
    /* IE 10 */
    -ms-flex: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex: 2;
    padding-right: 30px; }
    @media (max-width: 560px) {
  section#intro .tekst {
    width: 100%;
    flex-basis: 100%;
    padding-right: 0; } }
    section#intro .tekst h1, section#intro .tekst h2, section#intro .tekst h3, section#intro .tekst h4 {
      font-size: 30px;
      color: #2952a3;
      font-weight: normal;
      line-height: 36px;
      margin-bottom: 25px; }
    section#intro .tekst strong, section#intro .tekst b {
      font-weight: bold;
      font-size: 18px;
      color: #333;
      line-height: 48px; }
      @media (max-width: 560px) {
  section#intro .tekst strong, section#intro .tekst b {
    line-height: 38px !important; } }
    section#intro .tekst p {
      line-height: 48px; }
  section#intro .afspraak {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-flex: 1;
    /* OLD - Firefox 19- */
    -moz-box-flex: 1;
    /* Chrome */
    -webkit-flex: 1;
    /* IE 10 */
    -ms-flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex: 1; }
    @media (max-width: 560px) {
  section#intro .afspraak {
    margin-top: 50px;
    width: 100%;
    flex-basis: 100%; } }
    section#intro .afspraak .gegevens {
      text-align: center;
      padding: 45px 0;
      border: 1px solid #e3e3e3;
      width: 325px;
      float: right;
      -moz-box-shadow: 0 0px 20px #eee;
      -webkit-box-shadow: 0 0px 20px #eee;
      box-shadow: 0 0px 20px #eee; }
      @media (max-width: 560px) {
  section#intro .afspraak .gegevens {
    width: 100%;
    float: none;
    margin: 0 auto; } }
      section#intro .afspraak .gegevens h1, section#intro .afspraak .gegevens h2, section#intro .afspraak .gegevens h3, section#intro .afspraak .gegevens h4 {
        font-size: 22px;
        color: #2952a3;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 25px; }
      section#intro .afspraak .gegevens p {
        line-height: 48px;
        font-size: 17px;
        color: #4e96d1;
        margin-bottom: 35px; }
      section#intro .afspraak .gegevens .btn {
        background: #4e96d1;
        border: 1px solid #4e96d1;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        padding: 9px 20px;
        text-transform: uppercase; }
    section#intro .afspraak .contact {
      margin-top: 50px;
      text-align: left;
      padding: 45px 20px;
      border: 1px solid #e3e3e3;
      width: 325px;
      float: right;
      display: none;
      margin-top: 25px; }
      @media (max-width: 560px) {
  section#intro .afspraak .contact {
    width: 100%;
    float: none;
    margin: 0 auto; } }
      section#intro .afspraak .contact h1, section#intro .afspraak .contact h2, section#intro .afspraak .contact h3, section#intro .afspraak .contact h4 {
        font-size: 22px;
        color: #2952a3;
        line-height: 36px;
        margin-bottom: 25px;
        font-weight: 600; }
      section#intro .afspraak .contact p {
        line-height: 55px;
        font-size: 17px;
        color: #4e96d1;
        margin-bottom: 35px; }
      section#intro .afspraak .contact .btn {
        background: white;
        border: 1px solid #4e96d1;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        width: 186px;
        line-height: 20px;
        padding: 9px 20px;
        text-transform: uppercase;
        color: #4e96d1;
        margin: 20px auto 0;
        display: inherit; }
      section#intro .afspraak .contact label {
        display: block;
        width: 100%;
        font-weight: lighter;
        font-size: 17px;
        color: #4e96d1; }
      section#intro .afspraak .contact #email {
        height: 40px;
        border: 1px solid #e3e3e3;
        width: 100%;
        padding: 7px 5px 5px 10px;
        color: #333; }
      section#intro .afspraak .contact #message {
        height: 170px;
        border: 1px solid #e3e3e3;
        resize: none;
        width: 100%;
        padding: 10px 5px 5px 10px;
        outline: none;
        color: #333; }

section.home {
  min-height: 0;
  padding: 45px 0; }
