.content {
  /* 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 only screen and (min-width: 768px) and (max-width: 1157px) {
      #content .content {
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 25px; }
        #content .content .blok {
          width: calc(50% - 13px) !important;
          margin-bottom: 25px !important; }
        #content .content .blok:nth-child(2n) {
          margin-right: 0; }
        #content .content .blok:first-child:nth-last-child(3), #content .content .blok:first-child:nth-last-child(3) ~ .blok {
          /* height:150px !important; */
          width: 100% !important;
          margin-right: 0; } }
  @media (max-width: 768px) {
    #content .content {
      flex-wrap: wrap;
      flex-direction: row;
      margin-top: 25px; } }
  #content .content .blok {
    /* height: 220px; */
    margin-right: 25px;
    height: auto;
    /* background-color: $blokdonker; */
    padding: 35px 20px 35px 35px;
    background-position: top right !important;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    width: 100%;
    text-decoration: none;
    background-size: contain !important; }
    @media (max-width: 768px) {
    #content .content .blok {
      width: 100%;
      flex-basis: 100%;
      height: auto;
      background-size: cover !important; } }
    #content .content .blok .bluescale {
      opacity: 0.55;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: 0.2s; }
    #content .content .blok .gradient {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    #content .content .blok:hover .bluescale {
      transition: 0.2s;
      opacity: 1; }
    #content .content .blok h3 {
      font-size: 25px;
      font-weight: 600;
      z-index: 5;
      position: relative;
      color: white; }
      @media (max-width: 768px) {
    #content .content .blok h3 {
      font-size: 21px; } }
      #content .content .blok h3 i {
        font-size: 16px;
        font-weight: 400;
        margin-left: 20px; }
        @media (max-width: 560px) {
    #content .content .blok h3 i {
      margin-left: 10px; } }
    #content .content .blok p {
      margin-top: 10px;
      color: white;
      line-height: 36px;
      z-index: 5;
      position: relative;
      font-size: 16px; }
      @media (max-width: 560px) {
    #content .content .blok p {
      display: none; } }
    @media (max-width: 768px) {
    #content .content .blok {
      margin-right: 0;
      margin-bottom: 25px;
      padding: 20px 25px; } }
    #content .content .blok:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    #content .content .blok.gegevens {
      text-align: center;
      padding: 45px 0;
      /* -moz-box-shadow: 0 0px 20px #eeeeee;
	      -webkit-box-shadow: 0 0px 20px #eeeeee;
	      box-shadow: 0 0px 20px #eeeeee; */
      border: 1px solid #e3e3e3;
      background: white; }
      @media (max-width: 560px) {
    #content .content .blok.gegevens {
      width: 90%;
      float: none;
      margin: 0 auto;
      padding: 45px 0 15px 0; } }
      #content .content .blok.gegevens h1, #content .content .blok.gegevens h2, #content .content .blok.gegevens h3, #content .content .blok.gegevens h4 {
        font-size: 22px;
        color: #2952a3;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 25px;
        margin: -10px auto 0 auto; }
        @media (max-width: 768px) {
    #content .content .blok.gegevens h1, #content .content .blok.gegevens h2, #content .content .blok.gegevens h3, #content .content .blok.gegevens h4 {
      margin-bottom: 20px; } }
      #content .content .blok.gegevens p {
        line-height: 48px;
        font-size: 17px;
        color: #4e96d1;
        margin-bottom: 35px; }
        @media (max-width: 560px) {
    #content .content .blok.gegevens p {
      font-size: 18px;
      line-height: 38px; } }
      #content .content .blok.gegevens .btn {
        background: #4e96d1;
        border: 1px solid #4e96d1;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        padding: 9px 20px;
        text-transform: uppercase;
        text-decoration: none; }
  @media (max-width: 560px) {
    #content .content .blok_text {
      max-height: 150px;
      overflow: hidden;
      text-overflow: ellipsis; }
      #content .content .blok.gegevens .blok_text {
        height: auto !important;
        margin-bottom: 30px; }
        #content .content .blok.gegevens .blok_text p {
          display: none; } }
