.homepage .space {
  float: left;
  height: 100px;
  width: 100%;
  clear: both; }
.homepage .col.c1 {
  float: left;
  width: 48%; }
.homepage .col.c2 {
  float: right;
  width: 48%; }
  .homepage .col.c2 .txt {
    margin-top: 40px;
    max-width: 470px;
    float: right; }
.homepage ul {
  float: left;
  margin-left: 40px;
  list-style: inside;
  list-style-type: none; }
  .homepage ul li::before {
    background-color: #0083be;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 2px;
    height: 10px;
    width: 10px;
    margin-left: -40px; }
.homepage .partner {
  margin: 0 auto;
  max-width: 970px;
  margin-top: 30px;
  position: relative;
  width: 100%;
  clear: both; }
  .homepage .partner .foto {
    width: 58%;
    float: left; }
  .homepage .partner .list {
    background-color: rgba(47, 143, 196, 0.9);
    width: 58%;
    position: absolute;
    right: 0px;
    top: -60px;
    padding: 30px;
    padding-bottom: 15px;
    color: #FFF; }
    .homepage .partner .list p {
      font-family: "Gilroy-ExtraBold";
      line-height: 40px;
      font-size: 30px;
      margin-bottom: 20px; }
    .homepage .partner .list ul li::before {
      background-color: #FFF; }
    .homepage .partner .list ul a {
      text-decoration: underline;
      color: #FFF; }
      .homepage .partner .list ul a:hover {
        color: #FFF !important; }

.newspage h1 {
  margin-bottom: 50px; }
.newspage .row {
  float: left;
  width: 100%;
  margin-bottom: 80px; }
  .newspage .row .col {
    line-height: 24px; }
    .newspage .row .col.c1 {
      width: 48%;
      float: left; }
    .newspage .row .col.c2 {
      width: 48%;
      float: right; }
    .newspage .row .col p.titel, .newspage .row .col p.titel a {
      color: #0083be;
      font-size: 30px;
      font-family: "Gilroy-ExtraBold";
      margin-bottom: 50px;
      margin-top: 50px;
      text-decoration: none;
      line-height: 40px; }
    .newspage .row .col p.txt, .newspage .row .col p.txt a, .newspage .row .col p.txt a:hover {
      text-decoration: none;
      max-width: 80%;
      color: #555555 !important; }
      .newspage .row .col p.txt:hover, .newspage .row .col p.txt a:hover, .newspage .row .col p.txt a:hover:hover {
        color: #555555 !important; }
    .newspage .row .col a.leesmeer {
      font-size: 16px;
      line-height: 16px;
      clear: both;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      color: #0083be;
      font-family: "Gilroy-ExtraBold";
      margin-top: 30px;
      display: inline-block;
      letter-spacing: 3px; }
  .newspage .row:nth-child(even) .col.c1 {
    float: right; }
  .newspage .row:nth-child(even) .col.c2 {
    float: left; }

.albums h1 {
  float: left;
  width: 75%;
  margin-bottom: 50px; }
.albums a.back {
  float: right;
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  color: #0083be;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 50px;
  margin-top: 15px;
  letter-spacing: 3px; }
.albums .holder {
  letter-spacing: 3px;
  float: left;
  width: 100%; }
  .albums .holder .item {
    cursor: pointer;
    width: calc((100% - 60px) / 3);
    margin-bottom: 40px; }
    .albums .holder .item img {
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s; }
    .albums .holder .item p {
      text-align: center;
      margin-top: 15px; }
      .albums .holder .item p.titel, .albums .holder .item p.titel a, .albums .holder .item p.titel a:hover {
        color: #0083be;
        font-size: 18px;
        line-height: 26px;
        font-family: "Gilroy-ExtraBold";
        text-decoration: none;
        text-transform: uppercase; }
      .albums .holder .item p.txt {
        font-size: 16px;
        line-height: 24px; }
    .albums .holder .item:nth-child(2) {
      margin-top: 120px; }
    .albums .holder .item:hover img {
      transform: scale(1.1, 1.1);
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s; }
  .albums .holder .tegel-sizer {
    width: calc((100% - 60px) / 3);
    background-color: #FFF; }
  .albums .holder .gutter-tegel {
    width: 30px; }
.albums.detail .holder .item:nth-child(2) {
  margin-top: 0px; }

.cta_why_wijckmans {
  float: left;
  width: calc(100% + 60px);
  border: solid 1px #0083be;
  margin-left: -30px;
  padding: 25px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 35px;
  display: block; }
  .cta_why_wijckmans .col {
    float: left;
    width: calc( ( 100% - 105px ) / 4 );
    margin-right: 35px;
    text-align: center; }
    .cta_why_wijckmans .col:last-child {
      margin-right: 0px; }
    .cta_why_wijckmans .col img {
      transform: scale(0.9, 0.9); }
    .cta_why_wijckmans .col:hover img {
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transform: scale(1, 1); }
  .cta_why_wijckmans p.ic {
    width: 100%;
    height: 133px; }
    .cta_why_wijckmans p.ic img {
      margin: 0 auto;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s; }
  .cta_why_wijckmans p.titel {
    font-family: "Gilroy-ExtraBold";
    color: #0083be;
    font-size: 20px;
    margin-bottom: 15px; }

.contactpage {
  letter-spacing: 3px; }
  .contactpage .adres {
    margin-bottom: 60px;
    float: left;
    width: 100%;
    margin-top: 60px; }
    .contactpage .adres .social {
      width: 570px;
      background-color: #f8f8f8;
      float: right;
      height: 144px; }
      .contactpage .adres .social p {
        display: block;
        float: left;
        line-height: 144px;
        color: #0083be;
        font-family: "Gilroy-ExtraBold";
        font-size: 30px;
        margin-left: 30px; }
      .contactpage .adres .social .ic {
        float: left; }
        .contactpage .adres .social .ic svg {
          width: 29px;
          height: 56px;
          margin-top: 43px;
          margin-left: 104px; }
          .contactpage .adres .social .ic svg .path {
            fill: #555555; }
            .contactpage .adres .social .ic svg .path:hover {
              fill: #0083be; }
        .contactpage .adres .social .ic.pin svg {
          width: 42px;
          height: 56px;
          margin-left: 130px; }
  .contactpage .departments {
    float: left;
    width: 100%; }
    .contactpage .departments .department {
      float: left;
      width: calc((100% - 60px) / 3);
      margin-right: 30px; }
      .contactpage .departments .department:last-child {
        margin-right: 0px; }
      .contactpage .departments .department .info {
        float: left;
        width: 100%;
        padding: 25px;
        border: solid 1px #cccccc;
        border-top: solid 0px; }
        .contactpage .departments .department .info p.titel {
          color: #0083be;
          font-family: "Gilroy-ExtraBold";
          font-size: 24px;
          text-transform: uppercase; }
        .contactpage .departments .department .info span {
          color: #0083be; }
        .contactpage .departments .department .info a.tel {
          text-decoration: none; }

.contactform {
  background-color: #1883be;
  padding-bottom: 60px;
  padding-top: 40px;
  margin-bottom: 120px; }
  .contactform .col.c1 {
    float: left;
    width: 48%; }
  .contactform .col.c2 {
    float: right;
    width: 48%; }
  .contactform .col .holder {
    float: left;
    width: 100%; }
    .contactform .col .holder input.w1 {
      width: 67%; }
    .contactform .col .holder input.w2 {
      width: 28%; }
    .contactform .col .holder input:last-child {
      float: right; }
  .contactform p.txtonderwep {
    display: inline-block;
    line-height: 46px;
    float: left;
    color: #FFF; }
  .contactform p.titel {
    font-family: "Gilroy-ExtraBold";
    color: #FFF;
    font-size: 30px;
    margin-bottom: 40px; }
  .contactform p.verplicht {
    margin-left: 35px;
    float: left;
    opacity: 0.5;
    font-size: 14px;
    line-height: 70px;
    color: #FFF; }
  .contactform input, .contactform textarea, .contactform select {
    border-bottom: solid 1px #ffffff;
    float: left;
    background-color: #1883be;
    color: #FFF;
    width: 100%;
    font-size: 16px;
    font-family: "Gilroy-Light";
    margin-bottom: 25px; }
    .contactform input::-webkit-input-placeholder, .contactform textarea::-webkit-input-placeholder, .contactform select::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFF;
      opacity: 1;
      text-transform: uppercase; }
    .contactform input::-moz-placeholder, .contactform textarea::-moz-placeholder, .contactform select::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFF;
      opacity: 1;
      text-transform: uppercase; }
    .contactform input:-ms-input-placeholder, .contactform textarea:-ms-input-placeholder, .contactform select:-ms-input-placeholder {
      /* IE 10+ */
      color: #FFF;
      opacity: 1;
      text-transform: uppercase; }
    .contactform input:-moz-placeholder, .contactform textarea:-moz-placeholder, .contactform select:-moz-placeholder {
      /* Firefox 18- */
      color: #FFF;
      opacity: 1;
      text-transform: uppercase; }
  .contactform input {
    height: 46px; }
  .contactform select {
    width: auto;
    min-width: 320px;
    padding-left: 20px;
    float: right;
    border: solid 1px #FFF;
    height: 46px;
    background-image: url(../img/main/arr_down_wit.png);
    background-position: right 20px center;
    background-repeat: no-repeat; }
  .contactform textarea {
    padding-top: 13px;
    height: 330px; }
  .contactform a.knop {
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #0083be;
    font-size: 16px;
    font-family: "Gilroy-ExtraBold";
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFF;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
    .contactform a.knop:hover {
      background-color: #CDDEEE;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s; }
  .contactform #contact_end {
    display: none; }

.waaromwijckmans .space {
  float: left;
  height: 100px;
  width: 100%;
  clear: both; }
.waaromwijckmans .bar {
  float: left;
  border-bottom: solid 1px #f8f8f8;
  height: 39px;
  width: 100%;
  margin-bottom: 57px; }
  .waaromwijckmans .bar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    .waaromwijckmans .bar ul li {
      float: left;
      padding-left: 0px;
      margin-right: 30px;
      width: 155px;
      text-align: left;
      padding-left: 15px;
      color: #0083be;
      line-height: 38px;
      height: 39px;
      background-image: url(../img/waarom/bg_tabs.jpg);
      font-family: "Gilroy-ExtraBold";
      cursor: pointer; }
      .waaromwijckmans .bar ul li:last-child {
        margin-right: 0px; }
      .waaromwijckmans .bar ul li.select {
        background-color: #f8f8f8;
        background-image: none;
        color: #333333; }
.waaromwijckmans .bar_content {
  display: none;
  opacity: 1;
  float: left;
  width: 100%;
  border-bottom: solid 1px #f8f8f8;
  padding-bottom: 60px;
  top: 0px;
  z-index: 8; }
  .waaromwijckmans .bar_content.select {
    display: block;
    opacity: 1;
    z-index: 9; }
  .waaromwijckmans .bar_content .special {
    display: none; }
  .waaromwijckmans .bar_content .slideshow {
    width: 40%;
    float: left;
    position: relative;
    overflow: hidden; }
    .waaromwijckmans .bar_content .slideshow .arr {
      background-color: #FFF;
      height: 40px;
      width: 40px;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 99;
      position: absolute;
      cursor: pointer; }
      .waaromwijckmans .bar_content .slideshow .arr.next {
        background-image: url(../img/main/arr_next.png);
        bottom: 60px;
        right: 20px; }
      .waaromwijckmans .bar_content .slideshow .arr.prev {
        background-image: url(../img/main/arr_prev.png);
        bottom: 20px;
        right: 60px; }
    .waaromwijckmans .bar_content .slideshow .owl-stage {
      display: flex; }
    .waaromwijckmans .bar_content .slideshow .owl-carousel .owl-item {
      margin-left: 4px; }
  .waaromwijckmans .bar_content .info {
    float: right;
    width: 57.26%; }
    .waaromwijckmans .bar_content .info p.titel {
      font-size: 30px;
      color: #0083be;
      font-family: "Gilroy-ExtraBold";
      margin-top: 55px;
      margin-bottom: 30px; }
    .waaromwijckmans .bar_content .info a.Knopdeel2 {
      margin-right: 30px;
      margin-top: 20px;
      font-family: "Gilroy-ExtraBold"; }

.referenties {
  background-color: #f8f8f8;
  padding-bottom: 60px;
  padding-top: 60px;
  margin-bottom: 120px;
  letter-spacing: 3px; }
  .referenties .container {
    position: relative; }
  .referenties p.titel {
    font-size: 30px;
    color: #333333;
    font-family: "Gilroy-ExtraBold";
    margin-bottom: 80px; }
  .referenties .holder_refs {
    float: left;
    width: 75%;
    max-width: 900px; }
  .referenties ul {
    line-height: 40px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%; }
    .referenties ul li {
      float: left;
      width: 100%; }
      .referenties ul li p.txt {
        border-left: solid 6px #0083be;
        padding-left: 60px;
        font-style: italic;
        margin-bottom: 70px;
        font-size: 24px; }
      .referenties ul li p.from {
        text-transform: uppercase;
        color: #0083be;
        font-size: 24px;
        line-height: 24px;
        font-family: "Gilroy-ExtraBold"; }
      .referenties ul li p.type {
        text-transform: uppercase;
        color: #333333;
        font-size: 16px;
        line-height: 16px;
        font-family: "Gilroy-ExtraBold"; }
  .referenties .arr {
    background-color: #FFF;
    height: 40px;
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    cursor: pointer; }
    .referenties .arr.next {
      background-image: url(../img/main/arr_next.png);
      top: 140px;
      right: 0px; }
    .referenties .arr.prev {
      background-image: url(../img/main/arr_prev.png);
      top: 180px;
      right: 40px; }

.afspraakblock {
  background-color: #1883be;
  padding-bottom: 60px;
  padding-top: 40px;
  margin-bottom: 120px;
  color: #FFF;
  line-height: 40px;
  position: relative; }
  .afspraakblock .afspraakform {
    float: left;
    width: 100%;
    max-width: 970px;
    margin-right: 100px; }
  .afspraakblock p.titel {
    font-size: 30px;
    font-family: "Gilroy-ExtraBold";
    margin-bottom: 30px; }
  .afspraakblock p.time {
    float: left;
    line-height: 48px; }
  .afspraakblock p.verplicht {
    float: right;
    opacity: 0.5;
    font-size: 14px;
    line-height: 70px; }
  .afspraakblock input, .afspraakblock select, .afspraakblock textarea {
    border-bottom: solid 1px #ffffff;
    float: left;
    background-color: #1883be;
    color: #FFF;
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    font-size: 16px;
    font-family: "Gilroy-Light";
    padding: 0px;
    margin-bottom: 25px;
    height: 46px; }
    .afspraakblock input::-webkit-input-placeholder, .afspraakblock select::-webkit-input-placeholder, .afspraakblock textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFF;
      opacity: 1;
      text-transform: uppercase; }
    .afspraakblock input::-moz-placeholder, .afspraakblock select::-moz-placeholder, .afspraakblock textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFF;
      opacity: 1;
      text-transform: uppercase; }
    .afspraakblock input:-ms-input-placeholder, .afspraakblock select:-ms-input-placeholder, .afspraakblock textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #FFF;
      opacity: 1;
      text-transform: uppercase; }
    .afspraakblock input:-moz-placeholder, .afspraakblock select:-moz-placeholder, .afspraakblock textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #FFF;
      opacity: 1;
      text-transform: uppercase; }
    .afspraakblock input:nth-child(even), .afspraakblock select:nth-child(even), .afspraakblock textarea:nth-child(even) {
      margin-right: 0px; }
  .afspraakblock select {
    border: solid 1px #ffffff;
    width: auto;
    padding-left: 15px;
    text-align: center;
    background-image: url(../img/main/arr_down_wit.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    padding-right: 40px;
    margin-left: 30px;
    margin-right: 0px;
    height: 48px; }
  .afspraakblock .group {
    width: 100%;
    float: left;
    margin-top: 20px; }
    .afspraakblock .group select {
      width: calc((100% - 30px) / 2);
      margin-right: 30px; }
  .afspraakblock a.knop {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #0083be;
    font-size: 16px;
    font-family: "Gilroy-ExtraBold";
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFF;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
    .afspraakblock a.knop:hover {
      background-color: #CDDEEE;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s; }
  .afspraakblock .holder_fotos {
    float: left;
    width: 100%;
    height: 100%; }
  .afspraakblock .slideshow {
    position: absolute;
    top: 0px;
    overflow: hidden; }
    .afspraakblock .slideshow ul {
      margin: 0px;
      padding: 0px;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .afspraakblock .slideshow ul li {
        margin: 0px;
        padding: 0px;
        background-size: cover;
        background-position: center center;
        height: 100%;
        width: 100%; }
