@import url("https://use.typekit.net/mts8ine.css");
@import "fonts.css";
html, body {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #2C241B;
  background-color: #F7F6F3;
}

a {
  color: #1B4975;
}

/* navigation */
.container {
  position: relative;
}

.center-block {
  margin: auto;
}

a:hover, a:active, a:focus {
  color: inherit;
}

.main-content {
  padding-top: 40px;
}

.flex {
  display: flex;
}

h1 {
  font-size: 35px;
  color: #1B4975;
  font-family: "minion-pro";
  font-style: normal;
  font-weight: 400;
  background-image: url("../images/border.png");
  background-repeat: no-repeat;
  background-position: center bottom 20px;
  padding-bottom: 40px;
  text-align: center;
}

h2 {
  font-size: 35px;
  color: #1B4975;
  font-family: "minion-pro";
  font-style: normal;
  font-weight: 400;
  background-image: url("../images/border.png");
  background-repeat: no-repeat;
  background-position: center bottom 20px;
  padding-bottom: 40px;
  text-align: center;
}
h2.left {
  text-align: left;
  background-position: left bottom 15px;
}

h3 {
  font-size: 35px;
  color: #1B4975;
  font-family: "minion-pro";
  font-style: normal;
  font-weight: 400;
  background-image: url("../images/border.png");
  background-repeat: no-repeat;
  background-position: center bottom 20px;
  padding-bottom: 40px;
  text-align: center;
}

h4 {
  font-size: 25px;
  color: #2C241B;
  font-weight: bold;
}

h5 {
  font-size: 35px;
  color: #1B4975;
  font-weight: bold;
  font-family: "minion-pro";
  font-style: normal;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.success {
  width: 40%;
  margin: auto;
  padding: 20px;
  background-color: #1B4975;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  animation: css 0s 2s forwards;
  opacity: 1;
}
@keyframes css {
  to {
    opacity: 0;
    left: -9999px;
    position: absolute;
  }
}

.content-padding {
  padding: 60px;
}

.container.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.row.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.row.no-margin > div {
  padding-left: 0px;
  padding-right: 0px;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-80 {
  width: 80%;
}

.col-90 {
  width: 90%;
}

.fade-in {
  animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  /* Firefox */
  -webkit-animation: fadein 1.5s;
  /* Safari and Chrome */
  -o-animation: fadein 1.5s;
  /* Opera */
  transform: translateY(3px);
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(3px);
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(3px);
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(3px);
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(3px);
  }
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.row .col, .row .col-1, .row .col-10, .row .col-11, .row .col-12, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-auto, .row .col-lg, .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-lg-auto, .row .col-md, .row .col-md-1, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-md-2, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-auto, .row .col-sm, .row .col-sm-1, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-sm-2, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-sm-auto, .row .col-xl, .row .col-xl-1, .row .col-xl-10, .row .col-xl-11, .row .col-xl-12, .row .col-xl-2, .row .col-xl-3, .row .col-xl-4, .row .col-xl-5, .row .col-xl-6, .row .col-xl-7, .row .col-xl-8, .row .col-xl-9, .row .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}

.buttons .button {
  margin-right: 20px;
}

.button {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  min-width: 200px;
  padding: 0px 15px;
  margin-bottom: 10px;
  text-align: center;
  height: 40px !important;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.button a {
  color: #FFFFFF !important;
}
.button.center-text {
  text-align: center;
}
.button:hover .svg *, .button:active .svg *, .button:focus .svg * {
  fill: #FFFFFF;
}
.button:hover {
  text-decoration: none;
}
.button.blauw {
  background-color: #1B4975;
  color: #ffffff !important;
  border: 1px solid #1B4975 !important;
}
.button.blauw:hover, .button.blauw.current {
  color: #1B4975 !important;
  background-color: #ffffff;
  border: 1px solid #1B4975;
}
.button.border {
  border-radius: 10px;
  border: 1px solid #ffffff;
  color: #FFFFFF !important;
  height: 50px;
  line-height: 50px;
}
.button.wit {
  background-color: #ffffff;
  color: #1B4975;
  border: 1px solid #ffffff;
}
.button.wit:hover {
  border: 1px solid #ffffff;
  background-color: #1B4975;
  color: #FFFFFF;
}
.button.has-icon {
  padding-left: 50px;
  padding-right: 50px;
}
.button .button-icon {
  display: block;
  position: absolute;
  left: 0px;
  width: 40px;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 35px;
}
.button .button-icon img {
  width: 20px;
}

strong {
  color: #1B4975;
}

.main-content {
  padding-top: 67px;
}

.stripe {
  width: 50px;
  height: 2px;
  display: inline-block;
  background-color: #DB2F34;
  margin-top: 20px;
  margin-bottom: 20px;
}

.searchform .form-control, .searchform .btn-outline-success {
  border-radius: 0px;
  border-color: #1B4975;
  color: #1B4975;
}
.searchform input {
  width: 200px !important;
}
.searchform .btn-outline-success:hover {
  background-color: #1B4975;
  color: #FFFFFF;
}
.searchform ::-webkit-input-placeholder {
  color: #1B4975;
}
.searchform :-moz-placeholder {
  color: #1B4975;
}
.searchform ::-moz-placeholder {
  color: #1B4975;
}
.searchform :-ms-input-placeholder {
  color: #1B4975;
}

#MemberLoginForm_LoginForm {
  width: 400px;
  margin: auto;
  border: 1px solid #1B4975;
  padding: 50px;
  margin-top: 100px;
}
#MemberLoginForm_LoginForm #ForgotPassword {
  display: none;
}

nav {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
nav a {
  color: #1B4975;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 500;
  text-transform: lowercase;
}
nav .navbar-brand {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (max-width: 767px) {
  nav .navbar-brand {
    opacity: 1 !important;
  }
}
nav .navbar-brand.fade-in {
  opacity: 1;
}
nav .navbar-brand img {
  height: 45px;
}
nav .telefoon {
  padding-left: 20px;
}
nav .telefoon img {
  height: 30px;
}

footer {
  padding-top: 40px;
  color: #004979;
}
footer .blue-stripe {
  width: 20px;
  height: 1px;
  background-color: #1B4975;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer a {
  color: #004979;
}
footer .logos img {
  display: block;
  margin-bottom: 40px;
}
footer .logos img.logo {
  width: 50%;
}
footer .logos img.knb {
  width: 60%;
}
footer .logos img.fn {
  width: 30%;
}
footer .advieskeuze img {
  width: 60%;
}

.gesprek {
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-large {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  background-image: url("../images/background-beeldmerk-beige.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-large.footer-small {
  background-size: auto 200%;
}

.footer-small {
  background-color: #FFFFFF;
}

.header, .header-content-top {
  width: 100%;
  padding-top: 75px;
}
.header .titel, .header-content-top .titel {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 45px;
}
.header .header-content, .header-content-top .header-content {
  background-color: #FFFFFF;
  padding: 40px;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.header .beeldmerk, .header-content-top .beeldmerk {
  width: 135px;
  position: absolute;
  left: -114px;
  top: -29px;
}
.header .content, .header-content-top .content {
  padding-top: 30px;
}
@media (max-width: 480px) {
  .header, .header-content-top {
    padding-bottom: 40px !important;
  }
}

nav .telefoon img {
  width: 20px;
  height: auto;
}

.HomePagina .navbar-brand {
  opacity: 0;
}
@media (max-width: 767px) {
  .HomePagina .left {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .HomePagina .right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .HomePagina .inner-left {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative !important;
  }
  .HomePagina .header .vestigingen {
    position: relative !important;
  }
  .HomePagina .header .logo img {
    width: 100% !important;
  }
}
.HomePagina .inner-left {
  position: fixed;
  width: 100%;
  z-index: 0;
}
.HomePagina .header {
  height: auto;
  min-height: 100px;
  width: 100%;
  padding-bottom: 0;
  background-color: #1B4975;
  padding-top: 75px;
}
.HomePagina .header .titel {
  font-family: "minion-pro";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 1024px) {
  .HomePagina .header .titel {
    font-size: 45px;
    line-height: 45px;
  }
}
.HomePagina .header .streep {
  margin-top: 20px;
  width: 80px;
  height: 1px;
  background-color: red;
}
.HomePagina .header .vestigingen {
  width: 100%;
  clear: both;
  margin-top: 20px;
  color: #FFFFFF;
}
.HomePagina .header .vestigingen .vestiging {
  float: left;
  padding-right: 40px;
  margin-bottom: 20px;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 500;
}
.HomePagina .header .vestigingen .vestiging a {
  color: #FFFFFF !important;
}
.HomePagina .header .vestigingen .vestiging .telefoon {
  background-image: url("../images/icon-telefoon-wit.png");
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  color: #FFFFFF !important;
}
.HomePagina .header .header-content {
  z-index: 9;
  margin-top: -50px;
  transform: translateY(50px);
  background-color: #FFFFFF;
  padding: 40px;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  transition: top 0.1s ease-out;
}
.HomePagina .header .logo img {
  width: 50%;
}
.HomePagina .header .content {
  padding-top: 50px;
}
.HomePagina .header .content .button-wrapper {
  margin-top: 60px;
}
.HomePagina .helpen {
  position: relative;
  z-index: 1;
  background-color: #F7F6F3;
  min-height: 300px;
  background-image: url("../images/background-beeldmerk.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 150px;
}
.HomePagina .helpen .helpen-content {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.HomePagina .helpen .helpen-content .buttons {
  font-size: 0;
}
.HomePagina .helpen .helpen-content .buttons .button {
  margin: 1px;
}
.HomePagina .personeel {
  z-index: 1;
  position: relative;
  background-color: #1B4975;
  padding-bottom: 100px;
}
.HomePagina .personeel .notarissen {
  position: relative;
  background-color: #FFFFFF;
  top: -80px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 40px;
  color: #1B4975;
}
.HomePagina .personeel .notarissen .col-3 {
  display: block;
  color: #2C241B;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
.HomePagina .personeel .notarissen .col-3:hover {
  opacity: 0.75;
}
.HomePagina .personeel .notarissen .col-3:hover {
  text-decoration: none;
}
.HomePagina .artikelen {
  position: relative;
  z-index: 2;
  background-color: #004979;
  padding-top: 50px;
  color: #FFFFFF;
}
.HomePagina .artikelen .artikel-wrapper {
  margin-top: -100px;
  transform: translateY(100px);
}
.HomePagina .artikelen .txt {
  text-align: center;
  margin-bottom: 30px;
}
.HomePagina .artikelen h2 {
  color: #FFFFFF;
}
.HomePagina .artikelen .artikel {
  background-color: #FFFFFF;
  margin: 20px;
  padding: 30px;
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #2C241B;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  padding-bottom: 60px;
}
.HomePagina .artikelen .artikel:hover {
  text-decoration: none;
  transform: translateY(2px);
}
.HomePagina .artikelen .artikel h3 {
  text-align: left;
  background-position: left bottom 15px;
}
.HomePagina .artikelen .artikel .info {
  font-size: 12px;
  margin-bottom: 15px;
}
.HomePagina .footer-large {
  padding-top: 50px;
}
.HomePagina .specialties {
  background-color: #F7F6F3;
}

.specialties {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.specialties .title {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 500;
}
.specialties a {
  color: #2C241B;
}
.specialties a:hover, .specialties a.active {
  background-color: #1B4975;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
}

.TeamPagina .header {
  min-height: 400px;
  background-color: #1B4975;
  padding-bottom: 0;
  background-image: url("../images/background-beeldmerk-blauw.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.TeamPagina .header h1 {
  color: #FFFFFF;
}
.TeamPagina .header .txt {
  color: #FFFFFF;
  font-size: 20px;
}
.TeamPagina .medewerkers {
  margin-top: -100px;
  transform: translateY(50px);
}
.TeamPagina .footer-large {
  padding-top: 100px;
}

.medewerkers {
  background-color: #FFFFFF;
  padding: 40px;
  margin-top: -50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.medewerkers > .row {
  padding-bottom: 30px;
}
.medewerkers .col-3 {
  display: block;
  color: #2C241B;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
.medewerkers .col-3:hover {
  opacity: 0.75;
}
.medewerkers .col-3:hover {
  text-decoration: none;
}
.medewerkers .medewerker-wrapper {
  display: block;
  color: #1B4975 !important;
  font-size: 14px;
}
.medewerkers .medewerker-wrapper:hover {
  text-decoration: none;
}
.medewerkers .medewerker {
  width: 80%;
  margin: auto;
  padding-bottom: 80%;
  background-size: cover;
  background-position: center top;
  margin-bottom: 10px;
  transition: all 0.2s ease-in;
}
.medewerkers .medewerker:hover {
  background-color: rgba(20, 73, 121, 0.8);
  background-blend-mode: multiply;
}
.medewerkers .naam {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 600;
}
.medewerkers .txt {
  margin-bottom: 10px;
}
.medewerkers .titel {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 400;
}
.medewerkers .rollen {
  text-align: center;
  margin-bottom: 60px;
}
.medewerkers .rollen li {
  display: inline-block;
  background-color: #EBEBEB;
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
}
.medewerkers .rollen li:hover, .medewerkers .rollen li.active {
  background-color: #1B4975;
  color: #FFFFFF;
}

.SpecialisatiesPagina .header {
  background-color: #F7F6F3;
  padding-top: 40px;
  height: auto;
  padding-bottom: 0;
  min-height: 300px;
}
.SpecialisatiesPagina .header .header-content {
  margin-top: -50px;
  transform: translateY(50px);
  z-index: 9;
}
.SpecialisatiesPagina .header h1 {
  margin-bottom: 40px;
}
.SpecialisatiesPagina .header .content h2 {
  background-image: none;
  padding-bottom: 10px;
  text-align: left;
  min-height: 110px;
  display: inline-block;
}
.SpecialisatiesPagina .header .content .header-image {
  width: 100%;
  padding-bottom: 70%;
  height: 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.SpecialisatiesPagina .header .section {
  margin-bottom: 20px;
}
.SpecialisatiesPagina .header .section strong {
  display: inline-block;
  margin-top: 10px;
}
.SpecialisatiesPagina .header .section .section-title {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 500;
  color: #004979;
  font-size: 24px;
}
.SpecialisatiesPagina .header .section a {
  color: #2C241B;
}
.SpecialisatiesPagina .header .section a:hover, .SpecialisatiesPagina .header .section a.active {
  background-color: #1B4975;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
}

.ArtikelOverzicht .header {
  width: 100%;
  height: 400px;
  background-color: #1B4975;
  padding-bottom: 0;
  position: relative;
  background-image: url("../images/background-beeldmerk-blauw.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.ArtikelOverzicht .header .inner {
  text-align: center;
  width: 100%;
}
.ArtikelOverzicht .header .inner h1 {
  color: #FFFFFF;
}
.ArtikelOverzicht .artikelen {
  margin-top: -10%;
  padding-bottom: 40px;
}
.ArtikelOverzicht .artikelen .col-sm-4 h2 {
  font-size: 35px;
}
.ArtikelOverzicht .artikelen .col-sm-8 h2 {
  font-size: 45px;
}

.inner-artikel {
  background-color: #FFFFFF;
  margin: 20px;
  padding: 30px;
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #2C241B;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.inner-artikel:hover {
  text-decoration: none;
  transform: translateY(2px);
}
.inner-artikel .leestijd {
  background-image: url("../images/icon-klok.png");
  background-size: 8px;
  background-position: left center;
  padding-left: 12px;
  background-repeat: no-repeat;
}
.inner-artikel h2 {
  text-align: left;
  background-position: left bottom 15px;
}
.inner-artikel .info {
  font-size: 12px;
  margin-bottom: 15px;
  color: #1B4975;
}

.Specialisatie .header {
  width: 100%;
  height: 0;
  background-color: #1B4975;
  padding-bottom: 20%;
  position: relative;
  background-image: url("../images/background-beeldmerk-blauw.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.Specialisatie .header .inner {
  position: absolute;
  top: 20%;
  text-align: center;
  width: 100%;
}
.Specialisatie .header .inner h1 {
  color: #FFFFFF;
}
.Specialisatie .header .inner h1 a {
  display: inline-block;
  font-size: 20px;
}
.Specialisatie .header .inner h1 a:hover {
  text-decoration: none;
}
.Specialisatie .header .inner h1 a:hover:before {
  color: #FFF;
}
.Specialisatie .spec {
  margin-top: -240px;
  transform: translateY(40px);
}
.Specialisatie .spec .left {
  background-color: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.Specialisatie .spec .left .header-image {
  width: 100%;
  margin-bottom: 30px;
}
.Specialisatie .spec .left .txt {
  font-size: 18px;
}
.Specialisatie .spec .left .txt strong {
  color: #1B4975;
}
.Specialisatie .spec .left .txt p:first-of-type {
  font-size: 24px;
  color: #1B4975;
}
.Specialisatie .spec .left .txt p {
  margin-bottom: 30px;
}
.Specialisatie .spec .medewerker {
  background-color: #FFFFFF;
  margin-left: 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.Specialisatie .spec .medewerker .notaris {
  padding: 30px;
}
.Specialisatie .spec .medewerker .notaris .afbeelding {
  display: block;
  width: 100%;
  padding-bottom: 110%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  transition: all 0.2s ease-in;
}
.Specialisatie .spec .medewerker .notaris .afbeelding:hover {
  background-color: rgba(20, 73, 121, 0.8);
  background-blend-mode: multiply;
}
.Specialisatie .spec .medewerker .buttons {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.Specialisatie .spec .medewerker .buttons a {
  width: 100%;
}
.Specialisatie .spec .youtube {
  display: block;
  padding-bottom: 60%;
  height: auto;
  background-color: #FFFFFF;
  margin-left: 25px;
  margin-top: 25px;
  position: relative;
  background-image: url("../images/play.png");
  background-position: center 30%;
  background-size: 50px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.Specialisatie .spec .youtube .youtube-titel {
  color: #1B4975;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.Specialisatie .spec .bestanden {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  margin-left: 25px;
  margin-top: 25px;
}
.Specialisatie .spec .bestanden .bestand {
  display: block;
  padding: 30px;
  border-bottom: 2px solid #F7F6F3;
  border-right: 2px solid #F7F6F3;
  color: #1B4975;
  font-size: 16px;
  background-image: url("../images/button-download.png");
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: right 40px center;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.Specialisatie .spec .bestanden .bestand:hover {
  background-color: #F7F6F3;
  text-decoration: none;
}
.Specialisatie .spec .bestanden .bestand .filename {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 600;
}
.Specialisatie .gerelateerde-onderwerpen {
  background-color: #1B4975;
  padding-top: 90px;
  padding-bottom: 90px;
}
.Specialisatie .gerelateerde-onderwerpen h2 {
  color: #FFFFFF;
}
.Specialisatie .gerelateerde-onderwerpen a.link {
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 8px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.Specialisatie .gerelateerde-onderwerpen a.link:hover, .Specialisatie .gerelateerde-onderwerpen a.link.active {
  background: #FFFFFF;
  color: #1B4975;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
}

.related-artikelen {
  padding-top: 50px;
  padding-bottom: 50px;
}
.related-artikelen h3 {
  color: #004979;
  text-align: left;
  background-position: left bottom 15px;
}

.Artikel h3 {
  color: #004979;
}
.Artikel .top {
  color: #1B4975;
  padding-top: 30px;
}
.Artikel .top h1 {
  font-size: 55px;
  text-align: left;
  background-position: left bottom 15px;
}
.Artikel .top .inleiding {
  font-size: 22px;
  padding-bottom: 50px;
}
.Artikel .afbeelding {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
}
.Artikel .content .txt {
  background-color: #FFFFFF;
  padding: 50px 90px;
  margin-top: -10%;
  line-height: 23px;
}
.Artikel .content .txt p:first-of-type {
  display: none;
}
.Artikel .content .txt strong {
  color: #1B4975;
}
.Artikel .content .txt img {
  width: calc(100% + 180px);
  margin-left: -90px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.OverOnsPagina .header {
  min-height: 400px;
  background-color: #1B4975;
  padding-bottom: 0;
  background-image: url("../images/background-beeldmerk-blauw.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.OverOnsPagina .header h1 {
  color: #FFFFFF;
}
.OverOnsPagina .header .txt {
  color: #FFFFFF;
  font-size: 20px;
}
.OverOnsPagina .cnt {
  padding-top: 75px;
}
.OverOnsPagina .header-content .image img {
  width: 100%;
}
.OverOnsPagina .afspraak-maken {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #1B4975;
}
.OverOnsPagina .afspraak-maken h3 {
  color: #FFFFFF;
}
.OverOnsPagina .medewerkers {
  margin-top: 20px;
  transform: translateY(30px);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .OverOnsPagina .header {
    padding-bottom: 20px;
  }
  .OverOnsPagina .cnt {
    padding-top: 20px;
  }
  .OverOnsPagina .header-content-top .col-90 {
    width: 100%;
  }
}

.HistoriePagina .inleiding {
  padding-top: 50px;
  padding-bottom: 40px;
}
.HistoriePagina .historie-afbeelding {
  width: 100%;
  padding-bottom: 40%;
  height: 0;
  background-size: cover;
  background-position: center;
}
.HistoriePagina .tijdlijn-wrapper {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  background-color: #ffffff;
  min-height: 100px;
  margin-top: -100px;
}
.HistoriePagina .tijdlijn-wrapper .tijdlijn {
  position: relative;
  width: 75%;
  left: 25%;
  border-left: 2px solid #F7F6F3;
  padding-left: 40px;
  padding-top: 60px;
  z-index: 10;
  padding-right: 20px;
}
.HistoriePagina .tijdlijn-wrapper .tijdlijn .tijd {
  position: relative;
  margin-bottom: 50px;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 400;
}
.HistoriePagina .tijdlijn-wrapper .tijdlijn .tijd .jaartal {
  font-size: 40px;
  line-height: 25px;
  position: absolute;
  top: 0px;
  left: -160px;
  font-family: "minion-pro";
  font-style: normal;
  font-weight: 400;
}
.HistoriePagina .tijdlijn-wrapper .tijdlijn .tijd .image {
  padding-left: 20px;
}
.HistoriePagina .tijdlijn-wrapper .tijdlijn .tijd .image img {
  width: 100%;
}

.ContactPagina .header {
  width: 100%;
  min-height: 400px;
  height: auto;
  background-color: #1B4975;
  position: relative;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.ContactPagina .header .inner {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}
.ContactPagina .header .inner h1 {
  color: #FFFFFF;
}
.ContactPagina .contact-gegevens a {
  color: #1B4975;
}
.ContactPagina .contact-gegevens .total-wrapper {
  transform: translateY(-70px);
  background-color: #FFFFFF;
  padding-bottom: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.ContactPagina .contact-gegevens .total-wrapper .wrapper {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 70px;
  color: #1B4975;
  padding-bottom: 50px;
}
.ContactPagina .contact-gegevens .total-wrapper .wrapper strong {
  font-family: "minion-pro";
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
}
.ContactPagina .contact-gegevens .total-wrapper #map_canvas_left, .ContactPagina .contact-gegevens .total-wrapper #map_canvas_right {
  width: 100%;
  height: 300px;
}
.ContactPagina .afspraak-maken {
  background-color: #F7F6F3;
}
.ContactPagina .afspraak-maken .row-afspraak {
  margin-top: 50px;
}
.ContactPagina .afspraak-maken .txt {
  padding-right: 150px;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.ContactPagina .afspraak-maken .buttons {
  margin-top: 20px;
}
.ContactPagina .afspraak-maken form {
  color: #004979;
}
.ContactPagina .afspraak-maken form select, .ContactPagina .afspraak-maken form textarea {
  width: 60%;
  border: 1px solid #1B4975;
  border-radius: 0px;
}
.ContactPagina .afspraak-maken form .field {
  clear: both;
  padding-bottom: 10px;
  overflow: auto;
}
.ContactPagina .afspraak-maken form input {
  float: left;
  width: 60%;
  border: 1px solid #1B4975;
}
.ContactPagina .afspraak-maken form label {
  width: 40%;
  float: left;
}
.ContactPagina .afspraak-maken form .btn-toolbar {
  display: block;
  overflow: auto;
  clear: both;
}
.ContactPagina .afspraak-maken form input[type=submit] {
  float: right !important;
}

@media (max-width: 767px) {
  .SpecialisatieCategorie .left {
    order: 13;
  }
  .SpecialisatieCategorie .left .related-subjects .inner-artikel {
    margin-right: 0px !important;
  }
  .SpecialisatieCategorie .right {
    order: -1;
  }
  .SpecialisatieCategorie .right .header-content {
    padding: 30px !important;
  }
  .SpecialisatieCategorie .right .header-content .content {
    padding-top: 0px;
  }
}
.SpecialisatieCategorie .lezen {
  position: relative;
  z-index: 99;
}
.SpecialisatieCategorie .header {
  background-color: #F7F6F3;
  padding-top: 40px;
  height: auto;
  padding-bottom: 0;
  min-height: 300px;
}
.SpecialisatieCategorie .header .header-content {
  z-index: 9;
  margin-top: -50px;
  transform: translateY(50px);
  padding: 0px;
  padding-bottom: 20px;
}
.SpecialisatieCategorie .header .buttons {
  font-size: 0;
  padding-bottom: 65px;
}
.SpecialisatieCategorie .header .buttons .button {
  margin: 1px;
}
.SpecialisatieCategorie .header .left {
  margin-top: 65px;
}
.SpecialisatieCategorie .header .left h2 {
  text-align: left;
  background-position: left bottom 15px;
}
.SpecialisatieCategorie .header .left .titel {
  color: #1B4975;
  line-height: 0;
  font-size: 35px;
}
.SpecialisatieCategorie .header .left .related-subjects {
  margin-top: 40px;
}
.SpecialisatieCategorie .header .left .related-subjects .inner-artikel {
  margin-right: 60px;
  margin-left: 0px;
}
.SpecialisatieCategorie .header .left .related-subjects .inner-artikel h3 {
  text-align: left;
  background-position: left bottom 15px;
}
.SpecialisatieCategorie .header .formulier .optie {
  display: none;
}
.SpecialisatieCategorie .header .formulier .section-1, .SpecialisatieCategorie .header .formulier .section-2, .SpecialisatieCategorie .header .formulier .section-3 {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px solid #F7F6F3;
}
.SpecialisatieCategorie .header .formulier .section-1 label, .SpecialisatieCategorie .header .formulier .section-2 label, .SpecialisatieCategorie .header .formulier .section-3 label {
  display: block;
  border: 1px solid #1B4975;
  margin: 0;
  margin-top: -1px;
  color: #1B4975;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 500;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  background: #FFFFFF;
}
.SpecialisatieCategorie .header .formulier .section-1 .optie:checked + label, .SpecialisatieCategorie .header .formulier .section-1 label:hover, .SpecialisatieCategorie .header .formulier .section-2 .optie:checked + label, .SpecialisatieCategorie .header .formulier .section-2 label:hover, .SpecialisatieCategorie .header .formulier .section-3 .optie:checked + label, .SpecialisatieCategorie .header .formulier .section-3 label:hover {
  background-color: #1B4975;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.SpecialisatieCategorie .header .formulier .section-1 input[type=text], .SpecialisatieCategorie .header .formulier .section-2 input[type=text], .SpecialisatieCategorie .header .formulier .section-3 input[type=text] {
  border: 1px solid #1B4975;
  width: 100%;
  height: 40px;
  border-radius: 0px;
  color: #1B4975;
}
.SpecialisatieCategorie .header .formulier .section-1 .options, .SpecialisatieCategorie .header .formulier .section-2 .options, .SpecialisatieCategorie .header .formulier .section-3 .options {
  margin-bottom: 30px;
}
.SpecialisatieCategorie .header .formulier .section-4 {
  padding-top: 30px;
}
.SpecialisatieCategorie .header .formulier .section-4 input[type=text] {
  border: 1px solid #1B4975;
  width: 100%;
  height: 40px;
  border-radius: 0px;
  color: #1B4975;
}
.SpecialisatieCategorie .header .formulier .section-4 textarea {
  border: 1px solid #1B4975;
  border-radius: 0px;
  color: #1B4975;
}
.SpecialisatieCategorie .header .formulier .section-4 label {
  color: #1B4975;
}
.SpecialisatieCategorie .header h1 {
  margin-bottom: 40px;
}
.SpecialisatieCategorie .header .content h2 {
  background-image: none;
  padding-bottom: 30px;
  text-align: left;
}
.SpecialisatieCategorie .header .content img {
  width: 100%;
  padding-bottom: 30px;
}
.SpecialisatieCategorie .header .section .section-title {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 500;
}
.SpecialisatieCategorie .header .section a {
  color: #2C241B;
}
.SpecialisatieCategorie .header .section a:hover, .SpecialisatieCategorie .header .section a.active {
  background-color: #1B4975;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
}
.SpecialisatieCategorie .specialties {
  background-color: #FFFFFF;
  padding-top: 110px;
}
.SpecialisatieCategorie .related-artikelen {
  padding-bottom: 0;
  background-color: #1B4975;
}
.SpecialisatieCategorie .related-artikelen .container {
  margin-top: -70px;
  transform: translateY(70px);
}
.SpecialisatieCategorie .related-artikelen h2 {
  color: #FFFFFF;
}
.SpecialisatieCategorie .related-artikelen h3 {
  color: #1B4975;
}
.SpecialisatieCategorie .footer-large {
  padding-top: 70px;
}

.TarievenPagina .txt {
  padding-right: 130px;
}
.TarievenPagina .txt p:first-child {
  font-size: 22px;
  line-height: 32px;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 500;
}
.TarievenPagina .header {
  padding-bottom: 70px;
}
.TarievenPagina .contact-form {
  padding-bottom: 70px;
}
.TarievenPagina .contact-form form {
  padding-top: 40px;
  color: #1B4975;
}
.TarievenPagina .contact-form .btn-toolbar {
  width: 60%;
  float: right;
  clear: both;
}
.TarievenPagina .contact-form label {
  float: left;
  width: 40%;
}
.TarievenPagina .contact-form .middleColumn {
  width: 60%;
  float: left;
  margin-bottom: 15px;
}
.TarievenPagina .contact-form .middleColumn input, .TarievenPagina .contact-form .middleColumn textarea {
  width: 100%;
  border: 1px solid #1B4975;
}
.TarievenPagina .contact-form .middleColumn input {
  height: 35px;
}
.TarievenPagina .contact-form .middleColumn select {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #1B4975;
  border-radius: 0px;
  height: 35px;
  background-color: #FFFFFF;
  padding-left: 15px;
}
.TarievenPagina .contact-form .field {
  clear: both;
}
@media (max-width: 767px) {
  .TarievenPagina .contact-form label {
    width: 100%;
  }
  .TarievenPagina .contact-form .middleColumn {
    width: 100%;
  }
  .TarievenPagina .contact-form .btn-toolbar {
    width: 100%;
    float: left;
  }
}

.InformatiePagina .header {
  width: 100%;
  height: 400px;
  background-color: #1B4975;
  position: relative;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.InformatiePagina .header .inner {
  color: #FFFFFF;
  text-align: center;
}
.InformatiePagina .header .inner h1 {
  color: #FFFFFF;
}
.InformatiePagina .content {
  margin-top: -200px;
}
.InformatiePagina .content .youtube {
  width: 100%;
  height: auto;
  padding-bottom: 65%;
  position: relative;
  border-bottom: 2px solid #F7F6F3;
}
.InformatiePagina .content .youtube iframe {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  top: 15px;
  left: 15px;
  line-height: 0;
}
.InformatiePagina .content .pages {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.InformatiePagina .content .pages li {
  display: inline-block;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #C6C6C6;
  font-size: 18px;
}
.InformatiePagina .content .pages li:first-child {
  border-left: none;
}
.InformatiePagina .content .search {
  margin-bottom: 10px;
}
.InformatiePagina .content .search input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  height: 40px;
  font-size: 18px;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 600;
}
.InformatiePagina .content .search ::-webkit-input-placeholder {
  color: #FFFFFF;
}
.InformatiePagina .content .search :-moz-placeholder {
  color: #FFFFFF;
}
.InformatiePagina .content .search ::-moz-placeholder {
  color: #FFFFFF;
}
.InformatiePagina .content .search :-ms-input-placeholder {
  color: #FFFFFF;
}
.InformatiePagina .content .elements {
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
}
.InformatiePagina .content .elements .bestanden .bestand {
  display: block;
  padding: 30px;
  border-bottom: 2px solid #F7F6F3;
  border-right: 2px solid #F7F6F3;
  color: #1B4975;
  font-size: 18px;
  background-image: url("../images/button-download.png");
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: right 40px center;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.InformatiePagina .content .elements .bestanden .bestand:hover {
  background-color: #F7F6F3;
  text-decoration: none;
}
.InformatiePagina .content .elements .bestanden .bestand .first-icon {
  width: 50px;
}
.InformatiePagina .content .elements .bestanden .bestand .filename {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 600;
}

.searchResults .header {
  width: 100%;
  height: 300px;
  background-color: #1B4975;
  position: relative;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.searchResults .header .inner {
  color: #FFFFFF;
  text-align: center;
}
.searchResults .header .inner h1 {
  color: #FFFFFF;
}
.searchResults .content {
  margin-top: -200px;
  position: relative;
  transform: translateY(70px);
}
.searchResults .content .results {
  background-color: #FFFFFF !important;
  padding: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.searchResults .content .results #SearchResults li {
  margin-bottom: 30px;
  list-style-type: none;
}
.searchResults .content .results #SearchResults li a {
  color: #1B4975;
}
.searchResults .content .results #SearchResults li p {
  margin-bottom: 0px;
}
.searchResults .footer-large {
  padding-top: 70px;
}

.Medewerker .header {
  width: 100%;
  height: 400px;
  background-color: #1B4975;
  position: relative;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.Medewerker .header .inner {
  color: #FFFFFF;
  text-align: center;
}
.Medewerker .header .inner h1 {
  color: #FFFFFF;
}
.Medewerker .header .inner h1 .rol {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 400;
}
.Medewerker .content {
  margin-top: -200px;
  transform: translateY(50px);
}
.Medewerker .content a {
  color: #2C241B;
}
.Medewerker .content strong {
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 600;
  color: #1B4975;
}
.Medewerker .content .over-wrapper {
  padding-left: 35px;
}
.Medewerker .content .over-wrapper .over {
  background-color: #FFFFFF;
  padding: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.Medewerker .content .over-wrapper .over h1 {
  text-align: left;
  background-position: left bottom 15px;
  margin-bottom: 30px;
}
.Medewerker .content .over-wrapper .over quote {
  padding-left: 30px;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 600;
  color: #1B4975;
  display: block;
}
.Medewerker .content .over-wrapper .over ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Medewerker .content .over-wrapper .over ul li {
  padding-left: 10px;
}
.Medewerker .content .over-wrapper .over ul li:before {
  content: "-";
  padding-right: 10px;
}
.Medewerker .content .medewerker-wrapper {
  padding-right: 35px;
}
.Medewerker .content .medewerker-wrapper .buttons {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 100px;
}
.Medewerker .content .medewerker-wrapper .buttons .button {
  width: 100%;
}
.Medewerker .content .medewerker {
  background-color: #FFFFFF;
  padding: 50px 10px 50px 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.Medewerker .content .medewerker .foto {
  width: 80%;
  padding-bottom: 80%;
  height: 0;
  background-size: cover;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.Medewerker .content .medewerker .informatie .email {
  background-image: url("../images/icon-email.png");
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: -25px;
}
.Medewerker .content .medewerker .informatie .telefoon {
  background-image: url("../images/icon-telefoon.png");
  background-size: auto 14px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: -25px;
}
.Medewerker .content .medewerker .informatie .specialisatie {
  background-image: url("../images/icon-check.png");
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: -25px;
}
.Medewerker .content .medewerker .informatie .locatie {
  background-image: url("../images/icon-locatie.png");
  background-size: auto 17px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: -25px;
}
.Medewerker .content .medewerker .informatie .linkedin {
  background-image: url("../images/icon-linkedin.png");
  background-size: auto 17px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: -25px;
}
.Medewerker .artikelen {
  padding-top: 100px;
  background-color: #1B4975;
}
.Medewerker .artikelen h2 {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .Medewerker .header {
    height: 300px;
  }
  .Medewerker .content .medewerker-wrapper {
    padding-right: 0px;
  }
  .Medewerker .content .over-wrapper {
    padding-left: 0px;
  }
}

.TekstPagina .header {
  width: 100%;
  height: 300px;
  background-color: #1B4975;
  position: relative;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.TekstPagina .header .inner {
  color: #FFFFFF;
  text-align: center;
}
.TekstPagina .header .inner h1 {
  color: #FFFFFF;
}
.TekstPagina .content {
  margin-top: -200px;
  position: relative;
  transform: translateY(70px);
  z-index: 2;
}
.TekstPagina .content .txt {
  background-color: #FFFFFF !important;
  padding: 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.TekstPagina .footer-large {
  padding-top: 70px;
}

.VacaturePagina .header {
  width: 100%;
  min-height: 400px;
  height: auto;
  background-color: #1B4975;
  position: relative;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.VacaturePagina .header .inner {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}
.VacaturePagina .header .inner h1 {
  color: #FFFFFF;
}
.VacaturePagina .vacatures a {
  color: #1B4975;
}
.VacaturePagina .vacatures .total-wrapper {
  transform: translateY(-70px);
  background-color: #FFFFFF;
  padding-bottom: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.VacaturePagina .vacatures .total-wrapper .wrapper {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 70px;
  color: #1B4975;
  padding-bottom: 50px;
}
.VacaturePagina .vacatures .total-wrapper .wrapper .button-solliciteren {
  padding-top: 30px;
  padding-bottom: 30px;
}
.VacaturePagina .vacatures .total-wrapper .wrapper .vacature {
  margin-bottom: 30px;
}

.DossierPagina .header {
  width: 100%;
  min-height: 400px;
  height: auto;
  background-color: #1B4975;
  position: relative;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.DossierPagina .header .inner {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}
.DossierPagina .header .inner h1 {
  color: #FFFFFF;
}
.DossierPagina .vacatures a {
  color: #1B4975;
}
.DossierPagina .vacatures .total-wrapper {
  transform: translateY(-70px);
  background-color: #FFFFFF;
  padding-bottom: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.DossierPagina .vacatures .total-wrapper .wrapper {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 70px;
  color: #1B4975;
  padding-bottom: 50px;
}
.DossierPagina .vacatures .total-wrapper .wrapper .txt a {
  text-decoration: underline;
}
.DossierPagina .vacatures .total-wrapper .wrapper .dossier-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.DossierPagina .vacatures .total-wrapper .wrapper .dossier-link a {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .header {
    padding-top: 20px !important;
  }

  .col-80, .col-70 {
    width: 100%;
  }

  .col-50 {
    width: 80%;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(219,47,52, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-toggler {
    border-color: transparent;
  }

  .beeldmerk {
    display: none;
  }

  .HomePagina .navbar-brand {
    display: block;
  }
  .HomePagina .header .titel {
    font-size: 40px;
    line-height: 40px;
  }
  .HomePagina .header .vestigingen {
    bottom: auto;
    padding-top: 40px;
  }

  .OverOnsPagina .header .txt {
    padding-right: 0px;
  }

  .HistoriePagina .tijdlijn-wrapper {
    margin-top: 0px;
  }
  .HistoriePagina .tijdlijn-wrapper .tijdlijn {
    top: auto !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .HistoriePagina .tijdlijn-wrapper .tijdlijn .tijd:first-child {
    color: inherit;
  }
  .HistoriePagina .tijdlijn-wrapper .tijdlijn .tijd .jaartal {
    left: -130px;
  }

  .Specialisatie .header {
    padding-bottom: 40%;
  }
  .Specialisatie .spec {
    margin-top: 0px;
  }
  .Specialisatie .spec .left {
    padding-top: 20px;
  }
  .Specialisatie .spec .col-70 {
    width: 90%;
  }
  .Specialisatie .spec .medewerker {
    margin-left: 0px;
  }

  .TeamPagina .medewerkers {
    margin-top: -50px;
  }

  .Artikel .content .txt {
    padding: 30px;
  }

  .TarievenPagina .txt {
    padding-right: 0px;
  }

  .medewerkers {
    padding: 20px;
  }
  .medewerkers .rollen {
    padding: 0;
  }
  .medewerkers .rollen li {
    margin-bottom: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
