@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #ddd;
}
::-webkit-scrollbar-thumb {
  background: #333;
}

html,
body {
  width: 100%;
  background: #fff;
}

.ixlclear {clear: both;}
.ixlvisible {display: nothing;}
.ixlinvisible {display: none;}

div {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #4b4b4b;
}

iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

table, th, td, tr {
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

    table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0px;
    }

    tr {
      width: auto;
      padding: 4px;
      border-bottom: 1px solid #eee;
    }

    tr:last-child {
      border-bottom: 1px solid #ddd;
    }

    th, td {
      vertical-align: top;
      text-align:left;
      padding: 2px 6px 2px 6px;
    }

    th {
      border-bottom: 1px solid #ddd;
      padding: 4px 6px 4px 6px;
      font-weight: bold;
    }
        th a, td a {
          text-decoration: none;
        }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  margin: 10px 0 8px 0;
  padding: 0;
  color: #000;
}

    h2, h3, h4, h5, h6 {
      font-size: 28px;
      line-height: 28px;
      margin: 20px 0 0 0;
      color: #000;
    }

    h3, h4, h5, h6 {
      font-size: 22px;
      line-height: 28px;
      margin: 18px 0 0 0;
    }

    h4, h5, h6 {
      font-size: 10px;
      line-height: 24px;
      margin: 14px 0 0 0;
    }

    h5, h6 {
      font-size: 14px;
      margin: 12px 0 0 0;
    }

    h6 {
      font-weight: normal;
      font-style: italic;
    }

p {
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: #333;
  margin: 8px 0 10px 0;
  padding: 0;
}

    p.ixlbuttons {
      text-align: right;
    }

ul, ol {
  margin: 10px 0px 10px 18px;
  padding: 0;
}

    ul ul,
    ol ol {
      margin-top: 0px;
    }

    li {
      font-family: 'Barlow', sans-serif;
      font-size: 17px;
      line-height: 26px;
      color: #333;
      margin: 0;
      padding: 0;
    }

a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  border: 0px;
  margin: 0;
  padding: 0;
}

    .ixlimgnofloat {
      float: none;
      width: 100%;
    }

    .ixlimgfloatleft {
      float: left;
      margin: 5px 10px 5px 0;
    }

    .ixlimgfloatright {
      float: right;
      margin: 5px 0 5px 10px;
    }

form {
  border: 0px;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  min-height: 36px; /* IE negeert line-height */
  color: inherit;
  padding: 0 0 0 6px;
  background: #fff;
  border: 1px solid #666;
  scrollbar-face-color: #E1E1E1;
  scrollbar-highlight-color: #E1E1E1;
  scrollbar-shadow-color: #E1E1E1;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #696969;
  scrollbar-track-color: #FBFBFB;
  scrollbar-darkshadow-color: #A7A7A7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}
input[type=radio],
input[type=checkbox] {
  height: auto;
  width: auto;
  min-height: auto;
}
input[type=file] {
  border: 0px;
  padding: 5px 0 0 5px;
}
textarea {
  height: 80px;
  resize: vertical;
}
select {
  padding: 4px 6px 4px 6px;
}
    input:focus,
    textarea:focus,
    select:focus {
      outline: none;
    }
    input:invalid:focus,
    textarea:invalid:focus,
    select:invalid:focus {
      border-color: #f00;
    }

.mce-tinymce {
  width: calc(100% - 2px) !important;
}
.mce-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input.button {
  font-family: inherit;
  font-size: 17px;
  line-height: inherit;
  background: #000;
  color: #fff;
  border: 0;
  padding: 7px 12px;
  margin: 5px 0 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  float: right;
}

.ixlformconfirm {
  display: none;
}
.ixlformsofterror,
.ixlformpriverror,
.ixlformharderror {
  color: #f00;
  display: none;
  padding-bottom: 10px;
}

.toggletable {
  display: table;
  width: 100%;
  margin: 0 0 10px 0;
}
    .togglerow {
      display: table-row;
    }
        .toggletogglecell {
          display: table-cell;
          width: 20px;
          text-align: right;
          vertical-align: top;
          padding: 3px 5px 0 0;
        }
            .toggletogglecell input {
              width: 20px;
              height: 20px;
            }
        .togglelabelcell {
          display: table-cell;
          width: calc(80% - 5px);
          vertical-align: top;
          padding: 0 0 0 5px;
        }
            .togglelabelcell p {
              font-size: 17px;
              line-height: 17px;
            }

::-webkit-input-placeholder {color: #aaa;}
:-moz-placeholder {color: #aaa; opacity: 1;}
::-moz-placeholder {color: #aaa; opacity: 1;}
:-ms-input-placeholder {color: #aaa;}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #2aabe3;
  border-bottom: 16px solid #2aabe3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sharelabel {
  padding: 16px 10px 0 0;
  float: left;
  line-height: 14px;
}

.sharemenu {
  margin: 0;
  padding: 0;
}

    .sharemenu li {
      list-style-type: none;
      float: left;
      margin: 0 6px 0 0;
      padding: 0;
    }

        .sharemenu li img {
          cursor: pointer;
        }

.col2 {width: calc(100% / 2);}
.col3 {width: calc(100% / 3);}
.col4 {width: calc(100% / 4);}
.col5 {width: calc(100% / 5);}
.col6 {width: calc(100% / 6);}
.col7 {width: calc(100% / 7);}
.col8 {width: calc(100% / 8);}
.col9 {width: calc(100% / 9);}
.col10 {width: calc(100% / 10);}
.col11 {width: calc(100% / 11);}
.col12 {width: calc(100% / 12);}
.col13 {width: calc(100% / 13);}
.col14 {width: calc(100% / 14);}
.col15 {width: calc(100% / 15);}
.col16 {width: calc(100% / 16);}

.ddd {width: 100%; height: 100%;}


/* -------------------------------------------------
// MODAL DIALOG
// -----------------------------------------------*/
.ixldialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 999;
  overflow: auto;
}

    .ixldialogloading {
      display: none;
    }

        .ixldialogloading .loader {
          position: absolute;
          left: calc(50% - 60px - 16px);
          top: calc(50% - 60px - 16px);
          border: 16px solid #f3f3f3;
          border-top: 16px solid #6daee0;
          border-bottom: 16px solid #6daee0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          width: 120px;
          height: 120px;
          -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
        }
        @-webkit-keyframes spin {
          0% { -webkit-transform: rotate(0deg); }
          100% { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }

    .ixldialogcontainer {
      display: none;
      width: 90%;
      height: auto;
      position: relative;
      margin: 5% auto;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #fff;
    }

        .ixldialogclose,
        .ixldialogclose:hover {
          font-family: 'Lato', sans-serif;
          padding: 0 0 0 1px;
          background: #555;
          color: #fff;
          line-height: 24px;
          position: absolute;
          right: -12px;
          text-align: center;
          top: -12px;
          width: 24px;
          text-decoration: none;
          font-weight: bold;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px;
          -webkit-box-shadow: 1px 1px 3px #000;
          -moz-box-shadow: 1px 1px 3px #000;
          box-shadow: 1px 1px 3px #000;
          cursor: pointer;
        }

        .ixldialogcontent {
          width: calc(100% - 30px);
          height: calc(100% - 30px);
          padding: 15px;
          overflow: auto;
        }

            .ixldialogcontent h1 {
              margin: 0px !important;
              font-size: 28px !important;
              line-height: 28px !important;
            }

            .ixldialogcontent h2 {
              margin: 16px 0 6px 0 !important;
              font-size: 24px !important;
              line-height: 24px !important;
              color: #000 !important;
            }

            .ixldialogcontent h3 {
              margin: 16px 0 6px 0 !important;
              font-size: 18px !important;
              line-height: 18px !important;
              color: #000 !important;
            }

            .ixldialogcontent p {
              margin: 2px 0 14px 0 !important;
              font-size: 16px !important;
              line-height: 22px !important;
            }

            .ixldialogcontent li {
              font-size: 16px !important;
              line-height: 22px !important;
            }


/* -----------------------------------------------------
   BROWSER / WEBSITE
   ----------------------------------------------------- */
.ixlbg {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 22px 0 0 0;
}
    @media all and (min-width: 1000px) {
      .ixlbg {
        padding: 44px 0 0 0;
      }
    }

.ixlwebsite {
  width: 100%;
  height: 100%;
  background: #e9f1f9;
}


/* -----------------------------------------------------
   HEADER
   ----------------------------------------------------- */
#ixlheader {
  transition-duration: 0.5s;
  position: absolute;
  top: 0px;
  z-indez: 50;
}

.ixlheader {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 50;
  transition-duration: 0.5s;
}
.ixlhdrlow .ixlheader {
  background: rgba(255, 255, 255, 1);
  transition-duration: 0.5s;
  -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
}

    .ixlheadercnt {
      max-width: 1240px;
      margin: 0 auto;
      min-height: 75px;
      transition-duration: 0.5s;
    }
    @media all and (min-width: 1000px) {
      .ixlheadercnt {
        min-height: 104px;
      }
    }
    .ixlhdrlow .ixlheadercnt {
      min-height: 80px;
      transition-duration: 0.5s;
    }

        .ixlhdrlogo {
          position: fixed;
          height: 83px;
          margin-left: 18px;
          transition-duration: 0.5s;
        }
            .ixlhdrlow .ixlhdrlogo {
              height: 70px;
              transition-duration: 0.5s;
            }
        
        .ixlhdrnav {
          float: right;
          text-align: right;
        }
        @media all and (min-width: 1000px) {
          .ixlhdrnav {
            padding: 0 10px 0 0;
          }
        }

            .ixlhdrhamb {
              display: inline-block;
            }
            @media all and (min-width: 1000px) {
              .ixlhdrhamb {
                display: none;
              }
            }
                .ixlhdrhamb img {
                  width: 80px;
                  padding: 0 15px;
                  margin: 28px 0 0 0;
                  cursor: pointer;
                  transition-duration: 0.5s;
                }
                .ixlhdrlow .ixlhdrhamb img {
                  filter: invert(100%);
                  margin: 15px 0 0 0;
                }

            .ixlhdrtopmenu {
              float: right;
              clear: right;
              display: none;
              padding: 65px 0 0 0;
              transition-duration: 0.5s;
            }
            .ixlhdrlow .ixlhdrtopmenu {
              padding: 30px 0 0 0;
            }
            @media all and (min-width: 1000px) {
              .ixlhdrtopmenu {
                display: inline-block;
              }
            }
                .ixltopmenu {
                  margin: 0;
                  padding: 0;
                }
                    .ixltopmenu li {
                      list-style-type: none;
                      list-style-image: none;
                      position: relative;
                      display: inline-block;
                      margin: 0;
                      padding: 0;
                      cursor: pointer;
                    }
                        .ixltopmenu li a {
                          display: block;
                          font-family: 'Avenir', helvetica, sans-serif;
                          text-transform: uppercase;
                          font-size: 18px;
                          margin: 0 2px;
                          padding: 2px 8px;
                          text-decoration: none;
                          color: #fff;
                          transition-duration: 0.5s;
                        }
                        .ixltopmenu li a.act {
                          background: #004b93;
                        }
                        .ixlhdrlow .ixltopmenu li a {
                          font-size: 17px;
                          transition-duration: 0.5s;
                          color: #000;
                        }
                        .ixlhdrlow .ixltopmenu li a.act {
                          color: #fff;
                        }


/* -----------------------------------------------------
   PAGINA
   ----------------------------------------------------- */
.ixlpagina {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}


/* -----------------------------------------------------
   BLOCKS
   ----------------------------------------------------- */
.ixlblockhomehero {
  width: 100%;
  padding: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url('/_images/home-hero.jpg');
}
    .ixlblockhomeherocnt {
      position: relative;
      max-width: 1240px;
      margin: 0 auto;
      min-height: 400px;
    }
    @media all and (min-width:  800px) {.ixlblockhomeherocnt {min-height: 500px;}}
    @media all and (min-width: 1100px) {.ixlblockhomeherocnt {min-height: 600px;}}
    
        .ixlblockhomehero img {
          position: absolute;
          left: 7%;
          width: 50%; 
          bottom: 10%;
        }
        @media all and (min-width:  800px) {.ixlblockhomehero img {left: 7%; width: 45%; bottom: 18%;}}
        @media all and (min-width: 1000px) {.ixlblockhomehero img {left: 7%; width: 35%; bottom: 18%;}}

.ixlblockhomeintro {
  width: 100%;
  padding: 0;
  background: #fff;
  margin: 0 auto;
  padding: 40px;
}
@media all and (min-width: 800px) {
  .ixlblockhomeintro {
    max-width: 760px;
    box-shadow: 0px 0px 5px 0px #999;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1000px) {
  .ixlblockhomeintro {
    max-width: 950px;
    
  }
}
@media all and (min-width: 1240px) {
  .ixlblockhomeintro {
    max-width: 1000px;
  }
}

.ixlblockvervolghero {
  width: 100%;
  padding: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url('/_images/home-hero.jpg');
  height: 200px;
}
.ixlblockvervolghero.profiel {background-image: url('/_images/profiel-hero.jpg');}
.ixlblockvervolghero.meerwaarde {background-image: url('/_images/meerwaarde-hero.jpg');}
.ixlblockvervolghero.diensten {background-image: url('/_images/diensten-hero.jpg');}
.ixlblockvervolghero.contact {background-image: url('/_images/contact-hero.jpg');}
@media all and (min-width:  800px) {.ixlblockvervolghero {height: 300px;}}
@media all and (min-width: 1100px) {.ixlblockvervolghero {height: 500px;}}
@media all and (min-width: 1280px) {.ixlblockvervolghero {height: 700px;}}
    .ixlblockvervolgcnt {
      width: 100%;
      padding: 0;
      background: #fff;
      margin: 0 auto;
      border-radius: 4px;
      text-align: center;
    }
    @media all and (min-width: 1100px) {
      .ixlblockvervolgcnt {
        display: flex;
        margin-top: -200px;
        margin-bottom: 60px;
        max-width: 1000px;
      }
    }
    @media all and (min-width: 1280px) {
      .ixlblockvervolgcnt {
        max-width: 1200px;
        margin-top: -300px;
      }
    }
        .ixlvervolgcntcnt {
          width: 100%;
          padding: 40px 0;
        }
        @media all and (min-width: 800px) {
          .ixlvervolgcntcnt {
           padding-top: 60px
           padding-bottom: 20px;
          }
        }
            .ixlvervolgcntnav {
              width: 100%;
              padding: 0 40px 20px 40px;
              text-align: left;
            }
                .ixlvervolgcntnav ul {
                  margin: 0;
                  padding: 0;
                }
                    .ixlvervolgcntnav ul li {
                      list-style-type: none;
                      list-style-image: none;
                      position: relative;
                      display: inline-block;
                      margin: 0;
                      padding: 0;
                      cursor: pointer;
                    }
                        .ixlvervolgcntnav ul li a {
                          display: block;
                          font-family: 'Avenir', helvetica, sans-serif;
                          margin: 0 2px;
                          padding: 2px 16px 2px 0;
                          text-decoration: none;
                          color: #000;
                        }
                        .ixlvervolgcntnav ul li a.act {
                          text-decoration: underline;
                        }

            .ixlvervolgcnttxt {
              width: 100%;
              padding: 0 40px;
              text-align: left;
            }

            .ixlvervolgcnt2txt {
              width: 100%;
              padding: 0 40px;
              text-align: left;
            }
            @media all and (min-width: 800px) {
              .ixlvervolgcnt2txt {
                display: flex;
              }
            }
                .ixlvervolgcn2txtl,
                .ixlvervolgcn2txtr {
                  width: 100%;
                  padding: 0px;
                }
                @media all and (min-width: 800px) {
                  .ixlvervolgcn2txtl {
                    width: 50%;
                    padding: 0 20px 0 0;
                  }
                  .ixlvervolgcn2txtr {
                    width: 50%;
                    padding: 0 0 0 20px;
                  }
                }

            .ixlvervolgcntimtx {
              width: 100%;
              padding: 0 40px;
            }
            @media all and (min-width: 800px) {
              .ixlvervolgcntimtx {
                display: flex;
                flex-direction: row;
                margin: 0px;
              }
            }
                .ixlvervolgcntimtximg {
                  display: none;
                }
                @media all and (min-width: 800px) {
                  .ixlvervolgcntimtximg {
                    display: inline-block;
                    width: 30%;
                  }
                }
                    .ixlvervolgcntimtximg img {
                      max-width: 60%;
                      margin: 10px 0;
                    }
                    @media all and (min-width: 800px) {
                      .ixlvervolgcntimtximg img {
                        max-width: 100%;
                      }
                    }
                .ixlvervolgcntimtxtxt {
                  width: 100%;
                  display: inline-block;
                  text-align: left;
                }
                @media all and (min-width: 800px) {
                  .ixlvervolgcntimtxtxt {
                    width: 70%;
                    padding-left: 20px;
                  }
                }

            .ixlvervolgcntgal {
              width: 100%;
              padding: 10px 20px;
            }
            @media all and (min-width: 800px) {
              .ixlvervolgcntgal {
                padding: 10px;
              }
            }
                .ixlvervolgcntgal img {
                  max-width: 100%;
                  margin: 5px 0;
                }
                @media all and (min-width: 800px) {
                  .ixlvervolgcntgal img {
                    max-width: calc(50% - 20px);
                    margin: 10px;
                    float: left;
                  }
                }
                @media all and (min-width: 1000px) {
                  .ixlvervolgcntgal img {
                    max-width: calc(33.3333% - 20px);
                  }
                }
                @media all and (min-width: 1240px) {
                  .ixlvervolgcntgal img {
                    max-width: calc(25% - 20px);
                  }
                }


.ixlblocknavtiles {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media all and (min-width: 900px) {
  .ixlblocknavtiles {
    display: flex;
    padding: 0 20px;
  }
}
    .ixlblocknavtile {
      display: block;
      width: calc(100% - 40px);
      line-height: 200px;
      color: #fff;
      font-size: 24px;
      text-decoration: none;
      text-shadow:  0px 0px 2px #555;
      background-size: cover;
      background-position: 50% 50%;
      margin: 20px;
      position: relative;
      text-align: center;
    }
    @media all and (min-width: 600px) {
      .ixlblocknavtile {
        line-height: 300px;
      }
    }
    @media all and (min-width: 900px) {
      .ixlblocknavtile {
        margin: 20px 0;
      }
    }

 

/* -----------------------------------------------------
   FOOTER
   ----------------------------------------------------- */
.ixlfooter {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #004b93;
}
    .ixlftrwidth {
      max-width: 1200px;
      margin: 0 auto;
      height: 20px;
      background-image: url('/_images/footer.png');
      background-position: left center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      min-height: 213px;
    }
        .ixlftrcnt {
        }
        @media all and (min-width: 1000px) {
          .ixlftrcnt {
            padding: 20px;
            display: flex;
            flex-direction: row;
            float: right;
          }
        }
        @media all and (min-width: 1280px) {
          .ixlftrcnt {
            padding-right: 0px;
          }
        }
            .ixlftrbox {
              width: 100%;
              text-align: right;
              padding: 25px 20px 0 0;
              margin: 0px;
            }
            @media all and (min-width: 1000px) {
              .ixlftrbox {
                min-width: 250px;
              }
              .ixlftrbox.wide {
                min-width: 350px;
              }
            }
            @media all and (min-width: 1280px) {
              .ixlftrbox {
                padding-right: 0px;
              }
            }
                .ixlftrbox p {
                  color: #fff;
                  font-size: 16px;
                  line-height: 21px;
                  margin: 0;
                }
                @media all and (min-width: 1000px) {
                  .ixlftrbox p {
                    font-size: 18px;
                    line-height: 24px;
                  }
                }
                    .ixlftrbox p a {
                      color: #fff;
                      text-decoration: none;
                    }