#navigationBlocks {
  position: relative;
  font-family: 'Roboto Slab';
  min-height: auto;
  padding: 0px; }
  @media (max-width: 1023px) {
  #navigationBlocks {
    background-color: #f9f9f9;
    padding-top: 10px;
    font-family: 'Roboto'; } }
  @media (min-width: 1023px) {
    #navigationBlocks .wrapper:before {
      content: "";
      background: #f9f9f9;
      width: calc(100vw);
      height: 100%;
      position: absolute;
      left: -160px;
      border: 1px solid #efefef; } }
  @media (max-width: 1023px) {
  #navigationBlocks .mobile {
    display: none; } }
  #navigationBlocks .main_content {
    position: relative;
    z-index: 1;
    padding: 50px 0; }
  #navigationBlocks .content {
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    width: 100%; }
    @media (max-width: 1023px) {
  #navigationBlocks .content {
    display: inherit !important; } }
    #navigationBlocks .content .block_group {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - 15px); }
      @media (max-width: 1023px) {
  #navigationBlocks .content .block_group {
    display: inline !important; } }
      #navigationBlocks .content .block_group .block {
        height: 195px;
        width: calc(50% - 16px);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        margin-right: 30px;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        display: none; }
        @media (max-width: 1023px) {
  #navigationBlocks .content .block_group .block {
    background-color: #fff; } }
        #navigationBlocks .content .block_group .block:hover .afb {
          transform: scale(1.1); }
        #navigationBlocks .content .block_group .block span {
          z-index: 5;
          text-align: center;
          max-width: 90%; }
        #navigationBlocks .content .block_group .block .afb {
          min-width: 100%;
          min-height: 100%;
          background-size: cover;
          background-position: center;
          transition: 0.4s;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0; }
          #navigationBlocks .content .block_group .block .afb:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(58, 54, 52, 0.33);
            height: 100%;
            pointer-events: none; }
          @media (max-width: 1023px) {
  #navigationBlocks .content .block_group .block .afb {
    display: none; } }
        @media (min-width: 1023px) {
  #navigationBlocks .content .block_group .block:nth-child(even) {
    margin-right: 0; } }
        @media (max-width: 1023px) {
  #navigationBlocks .content .block_group .block {
    height: 40px;
    color: #030304;
    border: 1px solid #efefef;
    font-weight: 500;
    font-size: 12px;
    width: calc((100% / 3) - 10px);
    margin-right: 10px;
    margin-bottom: 10px; }
    #navigationBlocks .content .block_group .block:nth-child(3n+3) {
      margin-right: 0 !important; } }
        @media (max-width: 560px) {
  #navigationBlocks .content .block_group .block {
    height: 40px;
    color: #030304;
    border: 1px solid #efefef;
    font-weight: 500;
    font-size: 12px;
    width: calc(50% - 5px) !important;
    margin-right: 10px;
    margin-bottom: 10px; }
    #navigationBlocks .content .block_group .block:nth-child(2n+2) {
      margin-right: 0 !important; }
    #navigationBlocks .content .block_group .block:nth-child(3n+3) {
      margin-right: 10px !important; } }
      @media (min-width: 1024px) {
  #navigationBlocks .content .block_group {
    /* @include mq(phablet, min){
        &:first-child:last-child{
          width: 100%;
          .block{
            // height: 100%;
            width: calc((100% - #{$mobieltussenruimte * 2}) / 3);
            margin-right: $mobieltussenruimte;

            &:nth-child(even){
              margin-right: $mobieltussenruimte;
            }
            &:nth-child(3n+3){
              margin-right: 0!important;
            }
          }
        }
      } */ }
    #navigationBlocks .content .block_group:first-child:last-child {
      width: 100%; }
      #navigationBlocks .content .block_group:first-child:last-child .block {
        width: calc((100% - 60px) / 3); }
        #navigationBlocks .content .block_group:first-child:last-child .block:nth-child(even) {
          margin-right: 30px; }

        #navigationBlocks .content .block_group:first-child:last-child .block:nth-child(3n+3) {
          margin-right: 0 !important; } }
      #navigationBlocks .content .block_group:first-child:not(:last-child) {
        margin-right: 30px; }
        #navigationBlocks .content .block_group:first-child:not(:last-child) .block {
          width: 100%;
          height: calc(100% - 30px);
          font-size: 35px; }
      @media (max-width: 1023px) {
  #navigationBlocks .content .block_group:first-child:not(:last-child) {
    margin-right: 0; }
    #navigationBlocks .content .block_group:first-child:not(:last-child) .block {
      width: calc((100% / 3) - 10px);
      height: 40px;
      font-size: 12px; } }
      @media (max-width: 560px) {
  #navigationBlocks .content .block_group:first-child:not(:last-child) {
    margin-right: 0; }
    #navigationBlocks .content .block_group:first-child:not(:last-child) .block {
      width: calc(50% - 5px);
      height: 40px;
      font-size: 12px; } }
