@font-face {
  font-family: "AvantGardeLT-Bold";
  src: url("https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../fonts/ITCAvantGardeGothicLTBold.eot");
  src: url("https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../fonts/ITCAvantGardeGothicLTBold.eot?#iefix") format("embedded-opentype"), url("https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../fonts/ITCAvantGardeGothicLTBold.otf") format("opentype"), url("https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../fonts/ITCAvantGardeGothicLTBold.svg") format("svg"), url("https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../fonts/ITCAvantGardeGothicLTBold.ttf") format("truetype"), url("https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../fonts/ITCAvantGardeGothicLTBold.woff") format("woff"), url("https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../fonts/ITCAvantGardeGothicLTBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.basic-font {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
.titel-font {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
}
.alt-font {
  font-family: 'Fira Sans Condensed', sans-serif;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
html,
body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 17px;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(17px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(17px - 3px);
  }
}
*::selection {
  background: #a3906c;
  color: #fff;
}
*::-moz-selection {
  background: #a3906c;
  color: #fff;
}
h1,
.look-h1 {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 2.11764706rem;
  line-height: 1.22222222;
  margin-bottom: 30px;
  color: #000000;
}
h2,
.look-h2 {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.64705882rem;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #000000;
}
h3,
.look-h3 {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.41176471rem;
  line-height: 1.20833333;
  margin-bottom: 15px;
  color: #000000;
}
h4,
.look-h4 {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.05882353rem;
  line-height: 1.16666667;
  margin-bottom: 10px;
  color: #000000;
}
h5,
.look-h5 {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.05882353rem;
  line-height: 1.16666667;
  margin-bottom: 10px;
  color: #000000;
}
h6,
.look-h6 {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.05882353rem;
  line-height: 1.16666667;
  margin-bottom: 10px;
  color: #000000;
}
.look-alt {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.41176471rem;
  line-height: 1.5;
  color: #a3906c;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
p,
span,
a,
li,
.look-p {
  color: #282828;
  line-height: 1.70588235;
}
p {
  margin-bottom: 1.70588235em;
}
p b,
p strong {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}
a {
  color: #816f51;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gradient-to-right {
  background: #a3906c;
  background: -moz-linear-gradient(left, #a3906c 0%, #927f5b 100%);
  background: -webkit-linear-gradient(left, #a3906c 0%, #927f5b 100%);
  background: linear-gradient(to right, #a3906c 0%, #927f5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3906c', endColorstr='#927f5b', GradientType=1);
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
}
.container {
  max-width: 1400px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.logged-in .responsive-nav {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  .logged-in .responsive-nav {
    margin-top: 46px;
  }
}
#old-ie-banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f12525;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
}
.button {
  position: relative;
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  display: inline-block;
  background-color: #67a299;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 7px 60px 7px 30px;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-right-white-ortho.svg');
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 12px;
}
.button:hover {
  background-color: #558b83;
  text-decoration: none;
  color: #ffffff;
  background-position: right 20px center;
  cursor: pointer;
}
.button:focus,
.button:active {
  outline: none;
  color: #ffffff;
}
.button.white {
  background-color: #ffffff;
  color: #000000;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-right-ortho.svg');
}
.button.white:hover {
  background-color: #558b83;
  color: #ffffff;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-right-white-ortho.svg');
}
.button.text {
  width: unset;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.7058823529411765rem;
  background-color: transparent;
  color: #000000;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-right-ortho.svg');
}
.button.text:hover {
  background-color: transparent;
}
.button.text.actie {
  color: #a3906c;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-right-actie-ortho.svg');
}
.button.back {
  background-position: left center;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-left-ortho.svg');
  padding: 7px 30px;
}
@media only screen and (max-width: 767px) {
  .button {
    max-width: 100%;
  }
}
.link-text {
  position: relative;
}
.link-text::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.link-text:hover::after {
  width: 100%;
}
.link-text.button::after {
  display: none;
}
.terugknop {
  position: absolute;
  top: 10px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .terugknop {
    position: relative;
    margin: -20px 0 20px;
  }
}
@supports (-ms-ime-align:auto) {
  .button {
    background-position: calc(100% - 25px) center !important;
  }
  .button:hover {
    background-position: calc(100% - 20px) center !important;
  }
}
.input-font-color {
  color: #000000;
}
.input-border-radius {
  border-radius: 5px;
}
.input-background {
  background-color: #ffffff;
}
.input-box-shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.input-border {
  border: none;
}
.input-weight {
  font-weight: 700;
}
.default-block {
  padding: 0;
  margin-bottom: 70px;
}
.default-block.background-color {
  background-color: #fafaf8;
}
.default-block .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.default-block .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.default-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.default-block .tekst a:hover::after {
  width: 100%;
}
.default-block .tekst a.button::after {
  display: none;
}
.default-block .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.default-block .tekst *:last-child {
  margin-bottom: 0;
}
.default-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 50px;
  }
}
.telefoon {
  position: relative;
  padding-left: 30px;
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  color: #686868;
  font-size: 0.8823529411764706rem;
}
.telefoon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-telefoon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.telefoon:hover {
  color: #a3906c;
}
header {
  position: fixed;
  z-index: 5000;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}
header .header-inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto;
  background: transparent;
  z-index: 1500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .logolink {
  display: block;
  height: 120px;
}
header .header-inner .logolink img {
  height: 100%;
  width: auto;
  display: block;
}
header .header-inner .navigation {
  position: relative;
  text-align: right;
}
header .header-inner .navigation .nav {
  margin-top: 30px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .navigation .nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-inner .navigation .nav-top a {
  margin-left: 45px;
}
header .header-inner .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .header-inner .navigation ul *:last-child {
  margin-right: 0;
}
header .header-inner .navigation li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: 50px;
}
header .header-inner .navigation li a {
  display: inline-block;
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-size: 1.05882353rem;
  line-height: 1.16666667;
  margin-bottom: 10px;
  font-size: 1.1176470588235294rem;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  color: #000000;
  text-decoration: none;
}
header .header-inner .navigation li a.sf-with-ul {
  position: relative;
}
header .header-inner .navigation li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-chevron-down.svg');
  background-size: 10px;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 2px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .navigation li:hover a,
header .header-inner .navigation li:active a,
header .header-inner .navigation li.current-menu-item a,
header .header-inner .navigation li.current_page_parent a {
  color: #a3906c;
  text-decoration: none;
}
header .header-inner .navigation li:hover a.sf-with-ul::after,
header .header-inner .navigation li:active a.sf-with-ul::after,
header .header-inner .navigation li.current-menu-item a.sf-with-ul::after,
header .header-inner .navigation li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-chevron-down-actie.svg');
}
header .header-inner .navigation li.menu-item-has-children > a {
  padding-right: 20px;
}
header .header-inner .navigation li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 25px);
  min-width: calc(100% + 40px);
  background: #ffffff;
  margin: 0;
  display: none;
  left: -20px;
  text-align: left;
  border-top: 4px solid #a3906c;
  z-index: 203;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
header .header-inner .navigation li > ul.sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  white-space: nowrap;
}
header .header-inner .navigation li > ul.sub-menu li:hover,
header .header-inner .navigation li > ul.sub-menu li:active,
header .header-inner .navigation li > ul.sub-menu li.current-menu-item,
header .header-inner .navigation li > ul.sub-menu li.current_page_item,
header .header-inner .navigation li > ul.sub-menu li.current_page_parent {
  background: rgba(163, 144, 108, 0.1);
}
header .header-inner .navigation li > ul.sub-menu li a {
  display: block;
  padding: 20px;
  margin: 0;
  color: #000000;
  font-size: .9rem;
  border-top: none;
}
header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul {
  position: relative;
  padding-right: 50px;
}
header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-right-ortho.svg');
  background-size: 13px;
  top: -1px;
  right: 20px;
}
header .header-inner .navigation li > ul.sub-menu li a::before {
  display: none;
}
header .header-inner .navigation li > ul.sub-menu li:first-child {
  border-top: none;
}
header .header-inner .navigation li > ul.sub-menu li::before {
  display: none;
}
header .header-inner .navigation li > ul.sub-menu ul.sub-menu {
  display: block;
  top: 0;
  border: none;
  left: 100%;
  background: #ffffff;
}
header .header-inner .navigation li > ul.sub-menu ul.sub-menu::after {
  display: none;
}
header .header-inner .nav-toggle {
  position: relative;
  z-index: 1500;
}
header .header-inner .nav-toggle .hamburger-menu {
  position: relative;
  padding: 5px;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  transition: all 0.25s;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
header .header-inner .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #000000;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
header .header-inner .nav-toggle .hamburger-menu:hover .menu-part {
  background: #a3906c;
}
@media only screen and (max-width: 991px) {
  header .header-inner {
    padding: 10px 15px;
  }
  header .header-inner .logolink {
    height: 50px;
  }
  header .header-inner .navigation {
    display: flex;
    align-items: center;
  }
  header .header-inner .navigation .nav-top a {
    margin-left: 0;
    margin-right: 45px;
  }
  header .header-inner .navigation .button {
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  header .header-inner .navigation .nav-top a {
    margin-right: 25px;
  }
}
header.scrolled {
  box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  header.scrolled .header-inner {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  header.scrolled .header-inner .logolink {
    height: 80px;
  }
  header.scrolled .header-inner .navigation .button {
    font-size: 0.75rem;
    padding: 7px 50px 7px 20px;
    background-size: 13px;
  }
  header.scrolled .header-inner .navigation .nav {
    margin-top: 10px;
  }
  header.scrolled .header-inner .navigation li a {
    font-size: 1.0rem;
  }
  header.scrolled .header-inner .navigation li > ul.sub-menu {
    top: calc(100% + 11px);
  }
  header.scrolled .header-inner .navigation li > ul.sub-menu li a {
    font-size: 0.8rem;
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1490;
  padding-top: 120px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/beeldmerk-transparant.svg');
  background-size: cover;
  background-position: bottom -50px center;
  background-repeat: no-repeat;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .text-center {
  text-align: center;
  margin-top: 15px;
}
.responsive-nav .nav {
  padding: 0 20px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a {
  display: block;
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.05882353rem;
  line-height: 1.16666667;
  margin-bottom: 10px;
  color: #000000;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 15px;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #101313;
}
.responsive-nav .nav li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-chevron-down.svg');
  background-size: 14px;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .nav li.current-menu-ancestor a,
.responsive-nav .nav li:hover a,
.responsive-nav .nav li:active a {
  color: #a3906c;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .nav li:hover a.sf-with-ul::after,
.responsive-nav .nav li:active a.sf-with-ul::after {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu {
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a {
  padding-left: 30px;
  font-size: 1rem;
  color: #101313;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-chevron-down.svg');
}
.responsive-nav .nav li .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu li:active a,
.responsive-nav .nav li .sub-menu li.current-menu-item a,
.responsive-nav .nav li .sub-menu li.current_page_parent a {
  color: #a3906c;
}
.responsive-nav .nav li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 50px;
  color: #101313;
}
.responsive-nav .nav li .sub-menu .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu .sub-menu li:active a,
.responsive-nav .nav li .sub-menu .sub-menu li.current_page_item a {
  color: #a3906c;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .responsive-nav {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .button {
    width: calc(100% - 70px);
    margin: 20px 35px;
    font-size: 1.0rem;
  }
}
footer {
  position: relative;
  margin: -2px 0 0;
  width: 100%;
  display: block;
  background: #101313;
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  bottom: -290px;
  right: 20px;
  width: 100%;
  max-width: 700px;
  height: 700px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/beeldmerk.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
}
footer .top-footer {
  position: relative;
  box-sizing: border-box;
}
footer .top-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 65px 0 35px;
}
footer .top-footer .footer-inner .footer-block {
  width: calc(100% / 3);
  padding: 0 20px;
}
footer .top-footer .footer-inner .footer-block p,
footer .top-footer .footer-inner .footer-block a,
footer .top-footer .footer-inner .footer-block span {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9411764705882353rem;
}
footer .top-footer .footer-inner .footer-block a {
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .top-footer .footer-inner .footer-block a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .top-footer .footer-inner .footer-block a:hover::after {
  width: 100%;
}
footer .top-footer .footer-inner .footer-block a.button::after {
  display: none;
}
footer .top-footer .footer-inner .footer-block a::after {
  background-color: #a3906c;
}
footer .top-footer .footer-inner .footer-block a:hover {
  color: #a3906c;
}
footer .top-footer .footer-inner .footer-block .titel {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  font-size: 1rem;
  margin-bottom: 0;
}
footer .top-footer .footer-inner .footer-block .logolink img {
  width: 100%;
  max-width: 145px;
  height: auto;
  display: inline-block;
}
footer .top-footer .footer-inner .footer-block .logolink:hover::after {
  display: none;
}
footer .top-footer .footer-inner .footer-block .footer-tekst {
  margin: 15px 0 20px;
}
footer .top-footer .footer-inner .footer-block .footer-tekst p {
  margin-bottom: 0;
}
footer .top-footer .footer-inner .footer-block .button {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-weight: 700;
  padding: 10px 60px 10px 30px;
  color: #ffffff;
}
footer .top-footer .footer-inner .footer-block .button:after {
  display: none;
}
footer .top-footer .footer-inner .footer-block .social-media {
  margin-top: -10px;
}
footer .top-footer .footer-inner .footer-block .social-media a {
  position: relative;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 5px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
footer .top-footer .footer-inner .footer-block .social-media a::after {
  display: none;
}
footer .top-footer .footer-inner .footer-block .social-media a.facebook {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-facebook-white.svg');
}
footer .top-footer .footer-inner .footer-block .social-media a.instagram {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-instagram-white.svg');
}
footer .top-footer .footer-inner .footer-block .social-media a.linkedin {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-linkedin-white.svg');
}
footer .top-footer .footer-inner .footer-block .social-media a.youtube {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-youtube-white.svg');
}
footer .top-footer .footer-inner .footer-block .social-media a.twitter {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-twitter-white.svg');
}
footer .top-footer .footer-inner .footer-block .social-media a:hover {
  transform: scale(1.2);
}
footer .bottom-footer {
  position: relative;
}
footer .bottom-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner li,
footer .bottom-footer .footer-inner span {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.49);
  font-size: 0.7647058823529411rem;
  margin: 0;
}
footer .bottom-footer .footer-inner a {
  position: relative;
}
footer .bottom-footer .footer-inner a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .bottom-footer .footer-inner a:hover::after {
  width: 100%;
}
footer .bottom-footer .footer-inner a.button::after {
  display: none;
}
footer .bottom-footer .footer-inner a::after {
  background-color: rgba(255, 255, 255, 0.49);
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  margin-bottom: 0;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
  padding: 0 8px;
}
footer .bottom-footer .footer-inner .menu li::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  right: 0;
  width: 0;
  height: 54%;
  border-right: 1px solid rgba(255, 255, 255, 0.49);
}
footer .bottom-footer .footer-inner .menu li:last-child::after {
  display: none;
}
footer .bottom-footer .footer-inner .menu li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  footer .top-footer .footer-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .top-footer .footer-inner .footer-block {
    width: 40%;
  }
  footer .top-footer .footer-inner .footer-block .logolink img {
    margin: 0 auto;
  }
  footer .top-footer .footer-inner .footer-block.cta {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  footer .top-footer .footer-inner .footer-block.cta .footer-tekst {
    max-width: 500px;
    margin: 15px auto 20px;
  }
  footer .bottom-footer .footer-inner {
    flex-wrap: wrap;
    padding: 15px 15px 10px;
  }
  footer .bottom-footer .colofon-left,
  footer .bottom-footer .colofon-right {
    width: 100%;
    text-align: center;
  }
  footer .bottom-footer .colofon-left .menu,
  footer .bottom-footer .colofon-right .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .bottom-footer .colofon-left .menu li::after,
  footer .bottom-footer .colofon-right .menu li::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .top-footer .footer-inner {
    flex-wrap: wrap;
  }
  footer .top-footer .footer-inner .footer-block {
    width: 50%;
  }
  footer .top-footer .footer-inner .footer-block .logolink img {
    margin: 0 auto;
  }
  footer .top-footer .footer-inner .footer-block.cta {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  footer .top-footer .footer-inner .footer-block.cta .footer-tekst {
    max-width: 500px;
    margin: 15px auto 20px;
  }
}
@media only screen and (max-width: 575px) {
  footer .top-footer .footer-inner {
    padding-bottom: 0;
  }
  footer .top-footer .footer-inner .footer-block {
    width: 100%;
    text-align: center;
  }
}
.banner {
  position: relative;
  border-bottom: 10px solid #101313;
  /*	
	&.homebanner 																			{ border-bottom: none; z-index: 1;
		.titel 																				{ .look-h1; color: @black; font-size: 3.235294117647059rem; margin-bottom: 10px; text-shadow: none; }
		.banner-content 																	{ padding: 140px 0 260px; }
		.mediacontainer 																	{ width: 54%; margin-left: auto; margin-right: 0; right: 0; }
		&::after																			{ display: none; }
	} 
	*/
}
.banner::before {
  content: "";
  position: absolute;
  top: -310px;
  left: -320px;
  width: 100%;
  max-width: 1100px;
  height: 870px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/beeldmerk.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .05;
}
.banner .header-space {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
}
.banner .banner-content {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 360px 0 75px;
}
.banner .banner-content.videobanner {
  padding: 170px 0 140px;
}
.banner .titel {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 2.11764706rem;
  line-height: 1.22222222;
  margin-bottom: 30px;
  color: #000000;
  color: #ffffff;
  font-size: 2.8rem;
  margin-bottom: 10px;
  text-shadow: 0 0 6px #676767;
}
.banner .subtitel {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.41176471rem;
  line-height: 1.5;
  color: #a3906c;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
.banner a.button {
  margin-top: 10px;
}
.banner .mediacontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 75px;
  overflow: hidden;
}
.banner .mediacontainer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.banner .afbeeldingcontainer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .videocontainer video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .slider .slick-slider {
  position: relative;
  height: 100%;
}
.banner .slider .slick-list {
  height: 100%;
}
.banner .slider .slick-track {
  height: 100%;
}
.banner .slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner.homebanner .subtitel {
  text-shadow: 0 0 4px #676767;
}
.banner.homebanner .mediacontainer::after {
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .titel {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner .header-space {
    height: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    /*
		&.homebanner 																		{ 
			.banner-content 																{ padding-top: 70px; padding-bottom: 0; }
			.mediacontainer 																{ .rel; width: 100%; height: 400px; }
			.text-container 																{ margin-bottom: 40px; }
		}
		*/
  }
  .banner::before {
    left: -150px;
  }
  .banner .mediacontainer {
    border-top-left-radius: 45px;
  }
  .banner .banner-content {
    padding: 200px 0 40px;
  }
  .banner .header-space {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .mediacontainer {
    border-top-left-radius: 30px;
  }
  .banner .banner-content {
    padding: 150px 0 35px;
  }
  .banner .header-space {
    height: 70px;
  }
  .banner .titel {
    font-size: 2rem;
  }
}
.page-section {
  position: relative;
  z-index: 2;
}
.with-sidebar {
  background: #fafaf8;
}
.with-sidebar .content-right {
  position: relative;
  height: calc(100% + 85px);
  background: #ffffff;
  margin-top: -85px;
  padding: 50px 30px;
  border-top-left-radius: 20px;
}
.with-sidebar .content-right::before {
  content: "";
  position: absolute;
  width: 50vw;
  top: 0;
  left: 100%;
  background: inherit;
  height: 100%;
}
.with-sidebar .content-right::after {
  content: "";
  position: absolute;
  opacity: .2;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: left top no-repeat;
  background-size: contain;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/ortho-smile.png');
  pointer-events: none;
}
.with-sidebar .content-right > div {
  position: relative;
  z-index: 2;
}
.with-sidebar .sidebar-page {
  height: 100%;
  padding: 50px 0;
}
.with-sidebar .sidebar-page .sidebar-responsive-header a {
  color: #000000;
}
.with-sidebar .sidebar-page .sidebar-menu {
  margin-bottom: 55px;
}
.with-sidebar .sidebar-page .sidebar-menu li {
  line-height: 2.5;
}
.with-sidebar .sidebar-page .sidebar-menu a {
  position: relative;
  padding-left: 30px;
  color: #282828;
}
.with-sidebar .sidebar-page .sidebar-menu a::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(163, 144, 108, 0.15);
  opacity: .4;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-right-ortho.svg');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.with-sidebar .sidebar-page .sidebar-menu a:hover {
  padding-left: 35px;
}
.with-sidebar .sidebar-page .sidebar-menu a:hover::before {
  opacity: 1;
  background-color: #a3906c;
}
.with-sidebar .sidebar-page .sidebar-menu .active a {
  font-weight: 700;
}
.with-sidebar .sidebar-page .sidebar-menu .active a::before {
  opacity: 1;
  background-color: #a3906c;
}
@media only screen and (max-width: 991px) {
  .with-sidebar .content-right {
    padding: 40px 20px;
  }
  .with-sidebar .content-right::after {
    height: 75px;
  }
  .with-sidebar .sidebar-page {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .with-sidebar .content-right {
    margin-top: -45px;
    height: calc(100% + 45px);
  }
}
@media only screen and (max-width: 767px) {
  .with-sidebar {
    background: #ffffff;
    margin-bottom: 30px;
  }
  .with-sidebar > .container {
    padding: 0;
  }
  .with-sidebar .content-right {
    margin-top: 0;
    padding: 30px 0;
    height: auto;
  }
  .with-sidebar .sidebar-page {
    padding: 20px;
    background: #fafaf8;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .with-sidebar .sidebar-page .sidebar-menu {
    margin-bottom: 0;
  }
  .with-sidebar .sidebar-page .sidebar-menu li {
    margin-left: 8px;
  }
  .with-sidebar .sidebar-page .sidebar-responsive-header {
    position: relative;
    margin-bottom: 0;
  }
  .with-sidebar .sidebar-page .sidebar-responsive-header::after {
    content: "";
    position: absolute;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    height: 14px;
    width: 14px;
    background: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-chevron-down.svg') no-repeat center;
    transform-origin: center center;
    background-size: contain;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .with-sidebar .sidebar-page .sidebar-responsive-header.in::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
  }
  .with-sidebar .sidebar-page ul.sidebar-menu {
    display: none;
  }
}
.sidebar-block {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  position: relative;
  margin-bottom: 30px;
  padding: 25px 20px;
  background-color: rgba(163, 144, 108, 0.15);
  border-top: 6px solid #a3906c;
  border-radius: 6px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/sidebar-bg.svg');
  background-size: 80%;
  background-position: right -55px center;
  background-repeat: no-repeat;
}
.sidebar-block:last-child {
  margin-bottom: 0;
}
.sidebar-block .text p {
  margin-bottom: 0;
}
.sidebar-block .button {
  margin-top: 30px;
}
.sidebar-block:hover,
.sidebar-block:focus {
  background-color: rgba(163, 144, 108, 0.25);
}
@media only screen and (max-width: 767px) {
  .sidebar-block {
    margin: 0 20px 30px;
  }
  .sidebar-block:last-child {
    margin-bottom: 30px;
  }
}
.sidebar-content {
  margin-top: 30px;
}
.sidebar-content *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar-content {
    margin-top: 0;
  }
}
.home-block {
  padding: 0;
  margin-bottom: 70px;
  margin-top: -50px;
  padding: 50px 0 30px;
  background: #fafaf8;
}
.home-block.background-color {
  background-color: #fafaf8;
}
.home-block .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.home-block .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.home-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.home-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.home-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.home-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.home-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.home-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.home-block .tekst a:hover::after {
  width: 100%;
}
.home-block .tekst a.button::after {
  display: none;
}
.home-block .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.home-block .tekst *:last-child {
  margin-bottom: 0;
}
.home-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .home-block {
    margin-bottom: 50px;
  }
}
.home-block .tekst {
  margin-top: 70px;
}
.home-block .certificaten {
  margin: 50px 0 30px;
}
.home-block .certificaten .logos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home-block .certificaten .certificaat {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 40px;
}
.home-block .certificaten .certificaat img {
  max-height: 115px;
  max-width: 140px;
}
.home-block .certificaten .certificaat:last-child {
  margin-right: 0;
}
.home-block .certificaten a:hover {
  opacity: .6;
}
.home-block .aanmelden {
  position: relative;
  background: #101313;
  border-bottom-left-radius: 50px;
  padding: 45px 30px 55px;
  margin-bottom: 60px;
}
.home-block .aanmelden .titel {
  color: #ffffff;
}
.home-block .aanmelden .button {
  font-size: 0.9411764705882353rem;
}
.home-block .aanmelden::before {
  content: "";
  position: absolute;
  width: 50vw;
  top: 0;
  left: 100%;
  background: inherit;
  height: 100%;
}
.home-block .socials .social-media {
  display: flex;
  flex-wrap: wrap;
}
.home-block .socials .social-media a {
  transform: scale(0.9);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.home-block .socials .social-media a.facebook {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-facebook.svg');
}
.home-block .socials .social-media a.instagram {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-instagram.svg');
}
.home-block .socials .social-media a.linkedin {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-linkedin.svg');
}
.home-block .socials .social-media a.youtube {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-youtube.svg');
}
.home-block .socials .social-media a.twitter {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-social-twitter.svg');
}
.home-block .socials .social-media a:hover,
.home-block .socials .social-media a:focus {
  transform: scale(1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-block .tekst,
  .home-block .certificaten {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-block .aanmelden {
    margin-left: -20px;
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-block .certificaten .certificaat {
    width: calc(100% / 2 - 30px);
    max-height: 90px;
  }
}
.module-item {
  position: relative;
  padding-bottom: 30px;
  height: 100%;
}
.module-item .module-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #a3906c;
  background: -moz-linear-gradient(left, #a3906c 0%, #927f5b 100%);
  background: -webkit-linear-gradient(left, #a3906c 0%, #927f5b 100%);
  background: linear-gradient(to right, #a3906c 0%, #927f5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3906c', endColorstr='#927f5b', GradientType=1);
  border-radius: 50px 15px 15px 15px;
  overflow: hidden;
}
.module-item .module-item-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: -80px;
  right: -80px;
  opacity: .05;
  pointer-events: none;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/sidebar-bg.svg');
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
.module-item .module-item-inner::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 30px;
  left: 30px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-arrow-right-white-ortho.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module-item .module-item-inner .module-item-top {
  position: relative;
  display: block;
  width: 100%;
}
.module-item .module-item-inner .module-item-top .afbeelding-overzicht {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 55%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-item .module-item-inner .module-item-bottom {
  position: relative;
  width: 100%;
  min-height: 150px;
  padding: 35px 30px 70px;
}
.module-item .module-item-inner .module-item-bottom * {
  color: #ffffff;
}
.module-item .module-item-inner .module-item-bottom .meta {
  display: block;
  margin-bottom: 20px;
}
.module-item .module-item-inner .module-item-bottom .meta span {
  display: block;
}
.module-item .module-item-inner:hover::after {
  left: 40px;
}
.module-item.op-home .module-item-inner {
  border-radius: 15px;
}
.module-item.op-home .module-item-inner::before {
  height: 115%;
}
.module-item.op-home .module-item-bottom .meta {
  display: block;
}
.module-item.team {
  min-height: 330px;
  max-height: 330px;
  overflow: hidden;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease;
}
.module-item.team.in:not(.blocked) {
  max-height: 100%;
}
.module-item.team.in:not(.blocked) .module-item-inner::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.module-item.team.blocked .module-item-inner::after {
  display: none;
}
.module-item.team.blocked .module-item-inner:hover {
  cursor: default;
}
.module-item.team .module-item-inner {
  flex-direction: row;
  border-bottom-left-radius: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease;
}
.module-item.team .module-item-inner:hover {
  cursor: pointer;
}
.module-item.team .module-item-inner:hover::after {
  bottom: 20px;
}
.module-item.team .module-item-inner::before {
  height: 390px;
  bottom: auto;
  top: -10px;
}
.module-item.team .module-item-inner::after {
  right: 30px;
  left: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.module-item.team .module-item-inner .module-item-top {
  width: 30%;
}
.module-item.team .module-item-inner .module-item-top .afbeelding-overzicht {
  padding-bottom: 0;
  height: 100%;
  max-height: 300px;
}
.module-item.team .module-item-inner .module-item-bottom {
  width: 70%;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 90px;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  transition: 1s ease;
  box-sizing: border-box;
}
.module-item.team .module-item-inner h1 {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.64705882rem;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #000000;
  color: #ffffff;
}
.module-item.team .module-item-inner .functie {
  display: block;
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.05882353rem;
  line-height: 1.16666667;
  color: #000000;
  color: #ffffff;
  margin-bottom: 10px;
}
.module-item.team .module-item-inner .content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .module-item.op-overzicht .module-item-inner .module-item-rechts h1 {
    font-family: 'AvantGardeLT-Bold', sans-serif;
    font-weight: 700;
    font-size: 1.64705882rem;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #000000;
  }
}
@media only screen and (max-width: 991px) {
  .module-item.team {
    min-height: unset;
    max-height: 820px;
  }
  .module-item.team.blocked .module-item-inner .module-item-bottom {
    margin-bottom: 30px;
  }
  .module-item.team .module-item-inner {
    flex-direction: column;
  }
  .module-item.team .module-item-inner .module-item-top {
    width: 100%;
  }
  .module-item.team .module-item-inner .module-item-top .afbeelding-overzicht {
    height: 400px;
    max-height: none;
  }
  .module-item.team .module-item-inner .module-item-bottom {
    width: 100%;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .module-item .module-item-inner .module-item-links {
    width: 160px;
    position: relative;
  }
  .module-item .module-item-inner .module-item-rechts {
    width: calc(130% - 160px);
    padding: 15px 15px 25px 15px;
  }
  .module-item.team .module-item-inner .module-item-bottom {
    margin-bottom: 77px;
  }
}
@media only screen and (max-width: 575px) {
  .module-item .module-item-inner {
    padding-right: 0px;
  }
  .module-item .module-item-inner .module-item-links {
    width: 100px;
    position: relative;
  }
  .module-item .module-item-inner .module-item-rechts {
    width: calc(100% - 100px);
    padding: 15px 15px 25px 15px;
  }
}
.faq-blok {
  padding: 0;
  margin-bottom: 70px;
}
.faq-blok.background-color {
  background-color: #fafaf8;
}
.faq-blok .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.faq-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.faq-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.faq-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.faq-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.faq-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.faq-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.faq-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.faq-blok .tekst a:hover::after {
  width: 100%;
}
.faq-blok .tekst a.button::after {
  display: none;
}
.faq-blok .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.faq-blok .tekst *:last-child {
  margin-bottom: 0;
}
.faq-blok:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-blok {
    margin-bottom: 50px;
  }
}
.faq-blok .faq-container {
  margin-top: 15px;
}
.faq-blok .accordion .collapse-item {
  margin-bottom: 15px;
}
.faq-blok .accordion .collapse-item .titel {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 30px;
  background: #a3906c;
  border-radius: 5px;
}
.faq-blok .accordion .collapse-item .titel * {
  color: #ffffff;
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  font-family: 'AvantGardeLT-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.05882353rem;
  line-height: 1.16666667;
  margin-bottom: 10px;
  color: #000000;
  margin-bottom: 0;
  color: #ffffff;
  width: calc(100% - 30px);
}
.faq-blok .accordion .collapse-item .titel .close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.faq-blok .accordion .collapse-item .titel .close svg {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #ffffff;
  content: '';
  top: 5px;
  right: 0;
  width: 14px;
  height: 14px;
}
.faq-blok .accordion .collapse-item .collapse-itself {
  padding-bottom: 30px;
  display: none;
  width: calc(100% - 50px);
}
.faq-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item .collapse-itself .antwoord {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  padding: 15px 30px 0 30px;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: rgba(163, 144, 108, 0.85);
}
.faq-blok .accordion .collapse-item:hover .titel .close,
.faq-blok .accordion .collapse-item:focus .titel .close {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq-blok .accordion .collapse-item:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item.show .titel {
  background: transparent;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #282828;
}
.faq-blok .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #a3906c;
}
.faq-blok .accordion .collapse-item.show .titel .close svg {
  opacity: 1;
}
.faq-blok .accordion .collapse-item.show .collapse-itself .antwoord {
  padding-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.maps-iframe {
  padding: 0;
  margin-bottom: 70px;
  margin-bottom: 50px;
}
.maps-iframe.background-color {
  background-color: #fafaf8;
}
.maps-iframe .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.maps-iframe .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.maps-iframe .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.maps-iframe .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.maps-iframe .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.maps-iframe .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.maps-iframe .tekst a {
  white-space: nowrap;
  position: relative;
}
.maps-iframe .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.maps-iframe .tekst a:hover::after {
  width: 100%;
}
.maps-iframe .tekst a.button::after {
  display: none;
}
.maps-iframe .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.maps-iframe .tekst *:last-child {
  margin-bottom: 0;
}
.maps-iframe:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .maps-iframe {
    margin-bottom: 50px;
  }
}
.maps-iframe .iframe {
  position: relative;
}
.maps-iframe .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.maps-iframe .iframe .ratio {
  padding-bottom: 30%;
}
.maps-iframe.inside-maps .iframe .ratio {
  padding-bottom: 60%;
}
.content-tekst {
  padding: 0;
  margin-bottom: 70px;
}
.content-tekst.background-color {
  background-color: #fafaf8;
}
.content-tekst .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.content-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.content-tekst .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-tekst .tekst a:hover::after {
  width: 100%;
}
.content-tekst .tekst a.button::after {
  display: none;
}
.content-tekst .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.content-tekst .tekst *:last-child {
  margin-bottom: 0;
}
.content-tekst:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .content-tekst {
    margin-bottom: 50px;
  }
}
.content-tekst h2.kolom-titel {
  margin-bottom: 30px;
}
.content-tekst .knop {
  margin-top: 30px;
}
.content-tekst.content-2-kolom .kolom-1 .knop {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 1.70588235em;
  }
}
.afbeelding {
  padding: 0;
  margin-bottom: 70px;
}
.afbeelding.background-color {
  background-color: #fafaf8;
}
.afbeelding .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.afbeelding .tekst a:hover::after {
  width: 100%;
}
.afbeelding .tekst a.button::after {
  display: none;
}
.afbeelding .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.afbeelding:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .afbeelding {
    margin-bottom: 50px;
  }
}
.afbeelding .afbeelding-itself img {
  width: 100%;
  border-radius: 50px 15px 15px 15px;
}
.tekst-afbeelding {
  padding: 0;
  margin-bottom: 70px;
}
.tekst-afbeelding.background-color {
  background-color: #fafaf8;
}
.tekst-afbeelding .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.tekst-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-afbeelding .tekst a:hover::after {
  width: 100%;
}
.tekst-afbeelding .tekst a.button::after {
  display: none;
}
.tekst-afbeelding .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.tekst-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-afbeelding:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding {
    margin-bottom: 50px;
  }
}
.tekst-afbeelding .titel-blok {
  display: flex;
  align-items: center;
}
.tekst-afbeelding .titel-blok .flex-image {
  display: none;
}
.tekst-afbeelding .titel-blok .image {
  width: 50px;
  margin-right: 15px;
  background: center center no-repeat;
  background-size: contain;
}
.tekst-afbeelding .titel-blok .image .ratio {
  padding-bottom: 100%;
}
.tekst-afbeelding .titel-blok .titel {
  margin-bottom: 0;
}
.tekst-afbeelding .look-alt {
  margin-top: 10px;
}
.tekst-afbeelding .tekst {
  margin-top: 15px;
}
.tekst-afbeelding .button {
  margin-top: 30px;
}
.tekst-afbeelding .afbeelding img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .tekst-afbeelding .order-last {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding .content {
    padding-left: 0;
  }
  .tekst-afbeelding .afbeelding {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .row {
    align-items: flex-start !important;
  }
  .tekst-afbeelding .content {
    padding-left: 0;
  }
  .tekst-afbeelding .content .titel-blok .flex-image {
    display: block;
  }
  .tekst-afbeelding .content .titel-blok .titel {
    width: calc(100% - 65px);
  }
  .tekst-afbeelding .content .tekst {
    padding-left: 65px;
  }
  .tekst-afbeelding .afbeelding {
    order: -2;
    margin-bottom: 50px;
  }
}
.aanmelden iframe {
  width: 100%;
  height: 500px;
}
.tekst-button {
  padding: 0;
  margin-bottom: 70px;
  text-align: center;
}
.tekst-button.background-color {
  background-color: #fafaf8;
}
.tekst-button .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.tekst-button .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-button .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-button .tekst a:hover::after {
  width: 100%;
}
.tekst-button .tekst a.button::after {
  display: none;
}
.tekst-button .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.tekst-button .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-button:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .tekst-button {
    margin-bottom: 50px;
  }
}
.tekst-button h2.titel {
  width: 80%;
  max-width: 550px;
  margin: 0 auto;
}
.tekst-button h3.look-alt {
  margin-top: 10px;
}
.tekst-button .tekst {
  margin-top: 50px;
}
.tekst-button .button {
  margin-top: 60px;
}
@media only screen and (max-width: 575px) {
  .tekst-button {
    text-align: left;
  }
  .tekst-button h2.titel {
    width: 100%;
  }
}
.tekst-formulier {
  padding: 0;
  margin-bottom: 70px;
}
.tekst-formulier.background-color {
  background-color: #fafaf8;
}
.tekst-formulier .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.tekst-formulier .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-formulier .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.tekst-formulier .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.tekst-formulier .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-formulier .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.tekst-formulier .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-formulier .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-formulier .tekst a:hover::after {
  width: 100%;
}
.tekst-formulier .tekst a.button::after {
  display: none;
}
.tekst-formulier .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.tekst-formulier .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-formulier:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .tekst-formulier {
    margin-bottom: 50px;
  }
}
.tekst-formulier .tekst {
  margin-bottom: 30px;
}
.tekst-formulier .formulier {
  border-radius: 6px;
  background-color: rgba(163, 144, 108, 0.15);
  padding: 30px;
}
.tekst-formulier .formulier.col-md-6 .inner {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .tekst-formulier .formulier {
    order: 13;
  }
  .tekst-formulier .formulier.col-md-6 {
    margin-top: 50px;
  }
  .tekst-formulier .formulier.col-md-6 .inner {
    width: 100%;
  }
}
.partners {
  padding: 0;
  margin-bottom: 70px;
  text-align: center;
}
.partners.background-color {
  background-color: #fafaf8;
}
.partners .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.partners .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.partners .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.partners .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.partners .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.partners .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.partners .tekst a {
  white-space: nowrap;
  position: relative;
}
.partners .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.partners .tekst a:hover::after {
  width: 100%;
}
.partners .tekst a.button::after {
  display: none;
}
.partners .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.partners .tekst *:last-child {
  margin-bottom: 0;
}
.partners:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .partners {
    margin-bottom: 50px;
  }
}
.partners .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.partners .logos .partner-logo.show_4 {
  width: calc(100% / 4);
}
@media only screen and (min-width: 768px) {
  .partners .logos .partner-logo.show_4:nth-child(n+5) {
    margin-top: 40px;
  }
}
.partners .logos .partner-logo.show_5 {
  width: calc(100% / 5);
}
@media only screen and (min-width: 768px) {
  .partners .logos .partner-logo.show_5:nth-child(n+6) {
    margin-top: 30px;
  }
}
.partners .logos .partner-logo.show_6 {
  width: calc(99% / 6);
}
@media only screen and (min-width: 768px) {
  .partners .logos .partner-logo.show_6:nth-child(n+7) {
    margin-top: 20px;
  }
}
.partners .logos .partner-logo .partner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 33%;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .partners .logos .partner-logo {
    width: calc((100% / 2)) !important;
  }
  .partners .logos .partner-logo:nth-child(n+3) {
    margin-top: 20px;
  }
}
.fotogalerij {
  padding: 0;
  margin-bottom: 70px;
}
.fotogalerij.background-color {
  background-color: #fafaf8;
}
.fotogalerij .tekst ul {
  margin: 0 0 1.70588235em 10px;
}
.fotogalerij .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.fotogalerij .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282828;
  top: calc(29px / 2 - 3px);
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.70588235em 10px;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #a3906c;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.fotogalerij .tekst a:hover::after {
  width: 100%;
}
.fotogalerij .tekst a.button::after {
  display: none;
}
.fotogalerij .tekst blockquote {
  margin: 0 0 30px 10px;
  border-left: 3px solid #282828;
  padding: 0 0 0 20px;
}
.fotogalerij .tekst *:last-child {
  margin-bottom: 0;
}
.fotogalerij:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .fotogalerij {
    margin-bottom: 50px;
  }
}
.fotogalerij .galerij {
  display: flex;
  flex-wrap: wrap;
}
.fotogalerij .galerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 49%;
  border-radius: 5px;
  overflow: hidden;
}
.fotogalerij .galerij .afb span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .galerij .afb.hidden {
  display: none;
}
.fotogalerij .galerij .afb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.fotogalerij .galerij .afb:hover:after {
  background-color: #a3906c;
  opacity: .6;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-zoom-in.svg');
  background-size: 30px;
}
.fotogalerij .galerij .afb.more span.count {
  font-weight: 700;
  color: #ffffff;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fotogalerij .galerij .afb.more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #a3906c;
  opacity: .8;
}
.fotogalerij .galerij .afb.more::after {
  display: none;
}
.fotogalerij .galerij .afb.more:hover::before {
  opacity: .9;
}
@media only screen and (min-width: 992px) {
  .fotogalerij .galerij .afb {
    margin-top: 2%;
  }
  .fotogalerij .galerij .afb:nth-child(even) {
    margin-left: 2%;
  }
  .fotogalerij .galerij .afb:nth-child(1),
  .fotogalerij .galerij .afb:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fotogalerij .galerij .afb {
    width: 100%;
    margin: 0 0 20px;
  }
  .fotogalerij .galerij .afb:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fotogalerij .galerij .afb {
    width: calc(50% - 10px);
  }
  .fotogalerij .galerij .afb:nth-child(n+3) {
    margin-top: 20px;
  }
  .fotogalerij .galerij .afb:nth-child(2n+2) {
    margin-left: 20px;
  }
  .fotogalerij .galerij .afb.more span.count {
    font-size: 3.125rem;
  }
}
.fotogalerij .slider .slick-slider {
  position: relative;
}
.fotogalerij .slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.fotogalerij .slider .slide span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .slider .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #a3906c;
  opacity: .3;
  width: 60px;
  height: 100px;
  background-size: 20px;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
}
.fotogalerij .slider .slick-arrow:hover {
  opacity: .8;
  cursor: pointer;
}
.fotogalerij .slider .slick-arrow.slick-prev {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-slider-left.svg');
  border-radius: 0 10px 10px 0;
  left: 0;
}
.fotogalerij .slider .slick-arrow.slick-next {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-slider-right.svg');
  border-radius: 10px 0 0 10px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .slider .slick-arrow {
    width: 30px;
    height: 50px;
    background-size: 12px;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 15px;
}
#swipebox-next {
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-slider-right.svg') !important;
  background-position: left center;
  background-size: 15px;
}
.form-group {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}
.form-group br {
  display: none;
}
.form-group p {
  margin: 0;
}
.form-group span.titel {
  display: block;
}
.form-group label.titel {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #282828;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0px;
  white-space: nowrap;
  pointer-events: none;
  left: 20px;
  top: 16px;
  z-index: 1;
  width: calc(calc(100% - 40px));
  overflow: hidden;
  height: calc(2px + 17px);
}
.form-group .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.form-group .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  margin-right: 20px;
}
.form-group .wpcf7-checkbox label span,
.form-group .wpcf7-acceptance label span,
.form-group .wpcf7-radio label span {
  display: block;
  line-height: normal;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .last label,
.form-group .wpcf7-acceptance .last label,
.form-group .wpcf7-radio .last label {
  margin-right: 0;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group label.upload {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #000000;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
  border: none;
  font-weight: 700;
  position: relative;
  display: block;
  height: calc(31px + 17px);
  font-size: 17px;
  line-height: calc(calc(17px + 2px));
  letter-spacing: 0px;
  padding: 18px 20px 6px 20px;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.form-group label.upload::placeholder {
  opacity: 0;
}
.form-group input:active,
.form-group textarea:active,
.form-group select:active,
.form-group label.upload:active,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group label.upload:focus {
  outline: none;
}
.form-group input.hide,
.form-group textarea.hide,
.form-group select.hide,
.form-group label.upload.hide {
  display: none;
}
.form-group input::-ms-clear,
.form-group textarea::-ms-clear,
.form-group select::-ms-clear,
.form-group label.upload::-ms-clear {
  display: none;
}
.form-group input.wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid,
.form-group select.wpcf7-not-valid,
.form-group label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.form-group input:disabled ~ .button,
.form-group textarea:disabled ~ .button,
.form-group select:disabled ~ .button,
.form-group label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.form-group textarea {
  resize: vertical;
  height: 150px;
  min-height: 150px;
  max-height: 400px;
  line-height: normal;
  padding-top: 18px;
}
.form-group select {
  padding-top: 21px;
  padding-right: 40px;
  cursor: pointer;
}
.form-group select .hide-option {
  display: none;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 21px;
  right: 20px;
}
.form-group input[type="submit"] {
  display: none;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: 5px;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .form-group input[type="checkbox"],
  .form-group input[type="radio"] {
    top: 1px;
  }
}
.form-group input[type="checkbox"]:checked {
  background-size: 12px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-input-checkbox.svg');
}
.form-group input[type="radio"] {
  border-radius: 15px;
}
.form-group input[type="radio"]:checked {
  background-size: 7px;
  background-image: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-input-radio.svg');
}
.form-group input[type="date"] {
  color: transparent;
  cursor: text;
}
.form-group input[type="date"]::-webkit-inner-spin-button,
.form-group input[type="date"]::-webkit-outer-spin-button,
.form-group input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type="number"] {
  -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group.input-active label.titel {
  font-size: 0.625rem;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.form-group.input-active input[type="date"] {
  color: #000000;
}
.form-group.input-active label.filename {
  color: #000000;
}
.form-group input[type="file"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer;
}
.form-group label.upload {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-group label.upload:hover {
  background-color: #D2D2D2;
}
.form-group label.filename {
  position: absolute;
  font-weight: 700;
  color: transparent;
  pointer-events: none;
  left: 60px;
  top: 22px;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form-group.fileupload {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.form-group.fileupload label.titel {
  font-weight: 700;
  color: #000000;
  left: 60px;
  width: calc(100% - 60px);
  z-index: 2;
}
.form-group.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 20px;
  background: url('https://www.orthoaandevecht.nl/wp-content/themes/orthoaandevecht/css/../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 27px;
}
.form-group .wpcf7-not-valid-tip {
  display: none;
}
.form-group .wpcf7-not-valid.wpcf7-file {
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
  color: transparent;
  padding-top: 80px;
}
.form-group.required.select select {
  padding-right: 60px;
}
.form-group.required.select::before {
  right: 38px;
}
.form-group.required input {
  padding-right: 40px;
}
.form-group.required::after {
  content: "*";
  position: absolute;
  font-weight: 700;
  color: #a3906c;
  height: 14px;
  font-size: 1.375rem;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.half .form-group {
  position: relative;
  width: calc(50% - 10px);
}
.half .no-label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .half {
    display: block;
  }
  .half .form-group {
    width: 100%;
  }
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid red;
  padding: 10px 20px;
  color: #282828;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none;
}
.sitemap .col-md-12 {
  margin-bottom: 20px;
}
.sitemap ul {
  column-count: 3;
}
.sitemap ul li {
  display: block;
  break-inside: avoid-column;
}
.sitemap ul li a {
  white-space: pre-wrap !important;
}
.sitemap ul li .sub {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.sitemap ul li .sub li {
  width: 100%;
  column-count: 0;
  break-inside: unset;
}
@media only screen and (max-width: 991px) {
  .sitemap ul {
    column-count: 2;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap ul {
    column-count: 1;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
