h1 {
  display: inline-block;
  font-weight: bold;
  font-family: 'Source Sans Pro';
  font-size: 32px;
  color: #fcfcfc;
  margin-top: 75px; }

.btn {
  border: 0; }
  .btn:hover {
    background-color: #4e96d1; }
  @media (max-width: 560px) {
  .btn {
    display: block;
    margin: auto; } }

.breadcrumbs {
  margin: 10px 0 70px; }

p {
  font-size: 16px;
  color: #333; }

.wrapper .content_contact {
  margin-top: 30px; }
  @media (max-width: 560px) {
    .wrapper .content_contact {
      padding: 0 10px; } }

.contact_wrapper {
  margin-top: 50px !important; }

.content_contact ul li {
  font-weight: normal;
  color: #666;
  font-size: 18px;
  line-height: 48px; }
  @media (max-width: 560px) {
      .content_contact ul li {
        line-height: 38px !important; } }

.afspraak_txt {
  font-weight: 600;
  font-size: 18px;
  color: #40403a;
  display: inline-block; }
  .afspraak_txt span {
    color: ; }

.afspraak_form {
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 50px; }
  @media (max-width: 560px) {
  .afspraak_form {
    padding: 0 10px; } }
  .afspraak_form .col {
    width: calc(50% - 15px);
    display: inline-block; }
  .afspraak_form .col:first-child {
    margin-right: 30px; }
  @media (max-width: 720px) {
    .afspraak_form .col {
      margin-right: 0px;
      width: 100%; } }
  .afspraak_form .col .group {
    margin-bottom: 20px;
    position: relative; }
  .afspraak_form label {
    font-size: 17px;
    color: #4e96d1;
    margin-bottom: 5px;
    display: block; }
  .afspraak_form .input {
    height: 40px;
    border: 1px solid #e3e3e3;
    width: 100%;
    padding: 7px 5px 5px 10px;
    color: #333; }
  .afspraak_form .input.txt {
    height: 38px; }
  .afspraak_form .input.txtarea {
    height: 126px;
    resize: vertical;
    margin-bottom: 25px;
    padding-top: 8px;
    padding-bottom: 5px; }
  .afspraak_form .input:focus, .afspraak_form .input:hover {
    outline: none;
    border-bottom: 1px solid #4e96d1; }

.werknemers {
  width: 100%;
  height: 100%;
  display: inline-block; }
  @media (max-width: 768px) {
  .werknemers {
    margin-top: 20px;
    padding: 0 10px; } }
  .werknemers .werknemer_blok {
    width: calc(100% / 4 - 25px);
    display: inline-block;
    /* box-shadow: 5px 5px 12px -2px #ccc; */
    height: 100%;
    text-align: center;
    margin-right: 25px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 20px #eee; }
  .werknemers .werknemer_blok:nth-child(4n + 4) {
    margin-right: 0px; }
  .werknemers .werknemer_blok:nth-child(1n + 4) {
    margin-top: 15px; }
  @media (max-width: 768px) {
      .werknemers .werknemer_blok:nth-child(1n + 4) {
        margin-top: 0; } }
  @media (max-width: 768px) {
    .werknemers .werknemer_blok {
      width: 100%;
      margin-bottom: 25px; }
      .werknemers .werknemer_blok:last-child {
        margin-bottom: 0; } }
  .werknemers .werknemer_blok .naam {
    text-align: center;
    padding-top: 30px;
    height: 120px;
    background-color: #2853a2;
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Source Sans Pro'; }
  .werknemers .werknemer_blok .afb {
    text-align: center;
    margin-top: -35px; }
  .werknemers .werknemer_blok .afb .persoon {
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid white;
    background-size: cover;
    background-position-x: center; }
  .werknemers .werknemer_blok .info {
    height: 120px;
    text-align: center; }
  .werknemers .werknemer_blok .info .plaats {
    color: #2853a2;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 5px; }
    .werknemers .werknemer_blok .info .plaats i {
      margin-right: 5px; }
  .werknemers .werknemer_blok .info .mob {
    color: #4e96d1;
    font-size: 18px; }
    .werknemers .werknemer_blok .info .mob i {
      color: #808080;
      margin-right: 5px;
      font-size: 15px; }
  .werknemers .werknemer_blok .info .whats {
    margin-top: 10px;
    color: #4e96d1;
    font-size: 18px; }
    .werknemers .werknemer_blok .info .whats i {
      color: #808080;
      margin-right: 5px;
      font-size: 15px; }
  .werknemers .werknemer_blok .mail {
    text-decoration: none;
    color: #2853a2;
    font-weight: 600;
    text-transform: uppercase; }
  .werknemers .werknemer_blok .mail .tekst {
    height: 45px;
    width: calc(100% - 56px);
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #2853a2;
    border-radius: 5px;
    text-decoration: none;
    line-height: 45px;
    font-size: 15px; }
    @media (max-width: 560px) {
      .werknemers .werknemer_blok .mail .tekst {
        line-height: 38px !important; } }
    .werknemers .werknemer_blok .mail .tekst i {
      font-size: 13px; }

#map {
  width: 100%;
  height: 350px; }
