

  @charset "UTF-8";

  /*========================*/
  /*      GENERAL STUFF     */
  /*========================*/

  body {
    margin: 0;
    position: relative;
  }

  a {
    text-decoration: none;
    color: #000000;
  }
  a:hover {
    text-decoration: underline;
    color: #636363;
  }

  .pageContent {
    position: relative;
    z-index: 3;
    padding-top: 40px;
    display: flex;
    justify-content: center;
  }

  #ciNavigationMobile {
    display: none;
  }

  #aboutContainer {
    flex-wrap: wrap;
  }
  .paddingAbout {
    padding-bottom: 25px;
  }


  /*===========================*/
  /*         FLEX BOXES        */
  /*===========================*/


            /*.flexContainer {
              display: flex;
              justify-content: center;
              flex-wrap: nowrap; }*/

  .flexContainer2 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 1220px;
  }

  .flexColumn {
    flex-direction: column;
  }

  .flexColumnCenter {
    align-items: center;
  }

  .flexChild_Header {  /* geen breedte, geen hoogte, align vert midden */
    display: flex;
    flex-grow: 1;
  }

  .flexChild_About {
    display: flex;
  }

  .flexChild_Contact {
    display: flex;
    justify-content: center;
    text-align: center;
  }

            /*.flexBoxes1 { width: 1224px; }*/
  .flexBoxes2 { width: 605px; }
            /*.flexBoxes3 { width: 408px; }*/
            /*.flexBoxes4 { width: 306px; }*/
            /*.flexBoxes5 { width: 245px; }*/

  .flexVertSpacer_50 { height: 50px; }

  .flexAlignRight { justify-content: right; }
  .flexAlignCenter { justify-content: center; }
  .flexVertAlignCenter { align-items: center; }

  /*===========================*/
  /*        MENU BUTTONS       */
  /*===========================*/

  .menuTextBig {
    font-family: HeaderFont;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
  }

  /*=============================*/
  /*        ENG/NL BUTTONS       */
  /*=============================*/

  .languageContainer {
    z-index: 99999;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  /*====================================*/
  /*        FANCY APPS CUSTOM CSS       */
  /*====================================*/

  .f-caption {
    font-family: TextFont !important;
    font-size: 24px !important;
  }
