.basic-font {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}
.titel-font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.thin {
  font-weight: 100;
}
.extralight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
html,
body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  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(16px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(16px - 2px);
  }
}
html.hideHeader > header,
body.hideHeader > header {
  transform: translateY(calc(-100% - 3rem));
}
h1,
.look-h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #575757;
}
h2,
.look-h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #575757;
}
.look-h2-smaller {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #6e9175;
}
h3,
.look-h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #575757;
}
h4,
.look-h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #575757;
}
h5,
.look-h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #575757;
}
h6,
.look-h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #575757;
}
.look-alt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #f5a623;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
}
p,
span,
a,
li,
.look-p {
  color: #999999;
  line-height: 2;
}
p {
  margin-bottom: 2em;
}
p b,
p strong {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}
small {
  font-size: .8rem;
}
a {
  color: #f5a623;
  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;
}
*::selection {
  background: #6e9175;
  color: #ffffff;
}
*::-moz-selection {
  background: #6e9175;
  color: #ffffff;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.background-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.container {
  max-width: 1300px;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
[class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.website-content.first_banner {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .website-content {
    padding-top: calc(142px + 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .website-content {
    padding-top: calc(70px + 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .website-content {
    padding-top: calc(72px + 4rem);
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}
.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: .5rem 0;
  position: fixed;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
}
.button {
  position: relative;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.5;
  background-color: #f5a623;
  color: #ffffff;
  font-size: 1rem;
  padding: .5rem 4rem .5rem 1.25rem;
  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://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-ortho013-white.svg');
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.25rem;
}
.button:hover,
.button.hoverbutton {
  transform: scale(1.05);
  background-color: #e5930a;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-ortho013-white.svg');
}
.button:focus,
.button:active {
  outline: none;
  color: #ffffff;
}
.button.white {
  background-color: #e5930a;
  color: #ffffff;
  background-size: 1rem;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-right-white.svg');
}
.button.white:hover {
  transform: none;
  background-position: right 1rem center;
}
.button.back {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.button.back:hover {
  background-position: left 1.5rem center;
}
.button.inline-link {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  color: #f5a623;
  background-color: unset;
}
.button.inline-link::before {
  content: '';
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background-color: #E5ECE5;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-chevron-right.svg');
  background-size: .5rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 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;
}
.button.inline-link::after {
  display: none;
}
.button.inline-link:hover {
  transform: scale(1);
  color: #e5930a;
}
.button.inline-link:hover::before {
  margin-left: .5rem;
  background-color: #D6E1D6;
}
.button.no-bg {
  padding: .5rem 1.25rem;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .button {
    padding: .5rem 4rem .5rem 2rem;
    max-width: 100%;
  }
  .button.no-bg {
    padding: .5rem 2rem;
  }
}
.hoverbutton {
  transform: scale(1.05);
  background-color: #e5930a;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-ortho013-white.svg');
}
.back {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.back:hover {
  background-position: left 1.5rem center;
}
.inline-link {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  color: #f5a623;
  background-color: unset;
}
.inline-link::before {
  content: '';
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background-color: #E5ECE5;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-chevron-right.svg');
  background-size: .5rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 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;
}
.inline-link::after {
  display: none;
}
.inline-link:hover {
  transform: scale(1);
  color: #e5930a;
}
.inline-link:hover::before {
  margin-left: .5rem;
  background-color: #D6E1D6;
}
.text-link {
  position: relative;
}
.text-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #6e9175;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.text-link:hover {
  color: #6e9175;
}
.text-link:hover:after {
  width: 100%;
}
.text-link.back {
  color: white;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.text-link.back::after {
  background-color: white;
}
.text-link.back:hover {
  background-position: left 0px center;
}
.link-text {
  position: relative;
}
.link-text::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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;
}
@supports (-ms-ime-align:auto) {
  .button {
    background-position: calc(100% - 1.5rem) center !important;
  }
  .button:hover {
    background-position: calc(100% - 1rem) 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: 500;
}
@media only screen and (min-width: 992px) {
  .default-block {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .default-block {
    margin-bottom: 3rem;
  }
}
.default-block.no-margin {
  margin-bottom: 0;
}
.default-block .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.default-block .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst img {
  width: 100%;
  height: auto;
}
.default-block .tekst *:last-child {
  margin-bottom: 0;
}
.whatsapp {
  z-index: 100;
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 100%;
}
.whatsapp .whatsapp-button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #25d366;
  border-radius: 50%;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-whatsapp-white.svg');
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}
.whatsapp .whatsapp-button:hover {
  background-color: #075e54;
}
.whatsapp .whatsapp-popup {
  position: absolute;
  right: 3.4rem;
  bottom: 4.4rem;
  width: 300px;
  max-width: 70%;
  padding: 1.25rem 1.8rem;
  font-size: 14px;
  color: #000000;
  background-color: rgba(236, 229, 221, 0.97);
  border-radius: .3rem;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
}
.whatsapp .whatsapp-popup::after {
  content: '';
  position: absolute;
  right: .5rem;
  bottom: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 0;
  border-color: transparent rgba(236, 229, 221, 0.97) transparent transparent;
}
.whatsapp .whatsapp-popup .title {
  display: block;
  font-weight: 700;
}
.whatsapp .whatsapp-popup .close {
  position: absolute;
  top: .3rem;
  right: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: .4;
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
  cursor: pointer;
}
.whatsapp .whatsapp-popup .close:hover {
  opacity: 1;
}
.banner .container {
  position: relative;
}
.headermelding-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(55%);
  max-width: 40%;
  padding: 0 1rem;
}
@media only screen and (min-width: 1600px) {
  .headermelding-wrapper {
    transform: translate(-20%, 55%);
  }
}
@media only screen and (max-width: 991px) {
  .headermelding-wrapper {
    left: auto;
    right: 0;
    max-width: calc(100% / 12 * 5);
    transform: translateY(-134%);
  }
}
@media only screen and (max-width: 767px) {
  .headermelding-wrapper {
    position: relative;
    transform: none;
    max-width: 100%;
    margin-bottom: 3rem;
    padding: 0;
  }
}
.headermelding {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  background: #f5a623;
  width: 100%;
  height: auto !important;
  z-index: 99;
}
.headermelding .headermelding-inner {
  margin: 0 auto;
  padding: 1.5rem;
}
.headermelding .headermelding-inner .tekst {
  margin-bottom: 1.5rem;
}
.headermelding .headermelding-inner .tekst * {
  color: #ffffff;
  text-shadow: none;
}
.headermelding .headermelding-inner .tekst.no-margin {
  margin-bottom: 0;
}
.headermelding .headermelding-inner .button {
  padding: .3rem 4rem .3rem 2.5rem;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .headermelding .headermelding-inner .tekst h1,
  .headermelding .headermelding-inner .tekst h2,
  .headermelding .headermelding-inner .tekst h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .headermelding .headermelding-inner .tekst p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .headermelding .headermelding-inner {
    padding: 15px 15px 10px;
  }
  .headermelding .headermelding-inner .button {
    padding: .1rem 3.5rem .1rem 2rem;
    background-position: right 1.2rem center;
  }
}
body > header {
  position: fixed;
  z-index: 5000;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 0;
  background-color: #6e9175;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  transition: 0.6s ease;
}
body > header .header-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body > header .header-bottom {
  display: none;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: -1;
  background: #ffffff;
}
body > header .header-bottom .header-bottom-inner {
  padding: .65rem 0;
}
body > header .header-bottom .header-bottom-inner .mobile-trigger {
  display: none;
  position: relative;
  color: #999999;
  cursor: pointer;
}
body > header .header-bottom .header-bottom-inner .mobile-trigger::after {
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  top: 0;
  right: 0;
  width: .75rem;
  height: 100%;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-chevron-down.svg');
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  transition: 0.6s ease;
}
body > header .header-bottom .header-bottom-inner .mobile-trigger.active::after {
  transform: rotate(180deg);
}
body > header .header-bottom .header-bottom-inner ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 2rem;
  padding: 0;
  white-space: nowrap;
}
body > header .header-bottom .header-bottom-inner ul li:hover a,
body > header .header-bottom .header-bottom-inner ul li:active a,
body > header .header-bottom .header-bottom-inner ul li.current-menu-item a,
body > header .header-bottom .header-bottom-inner ul li.current_page_item a,
body > header .header-bottom .header-bottom-inner ul li.current_page_parent a {
  color: #6e9175;
}
body > header .header-bottom .header-bottom-inner ul li.current_page_item a {
  font-weight: 700;
}
body > header .header-bottom .header-bottom-inner ul li a {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 1rem;
  border-top: none;
  line-height: 1;
}
body > header .header-bottom .header-bottom-inner ul li a::before,
body > header .header-bottom .header-bottom-inner ul li a::after {
  display: none;
}
body > header .header-bottom .header-bottom-inner ul li::before {
  display: none;
}
body > header .header-bottom .header-bottom-inner ul li::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
}
body > header .header-bottom .header-bottom-inner ul li:last-child::after {
  display: none;
}
body > header .header-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  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;
}
body > header .header-inner .logo {
  margin-right: 3rem;
}
body > header .header-inner .logolink {
  display: block;
  height: 4.5rem;
}
body > header .header-inner .logolink img {
  height: 100%;
  width: auto;
  display: block;
}
body > header .header-inner .navigation {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
body > header .header-inner .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body > header .header-inner .navigation ul *:last-child {
  margin-right: 0;
}
body > header .header-inner .navigation li {
  display: inline-block;
}
body > header .header-inner .navigation li a {
  display: inline-block;
  font-weight: 600;
  padding: .5rem .75rem;
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}
body > header .header-inner .navigation li a.sf-with-ul {
  position: relative;
}
body > header .header-inner .navigation li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-chevron-down-white.svg');
  background-size: .5rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  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;
}
body > header .header-inner .navigation li:hover a,
body > header .header-inner .navigation li:active a,
body > header .header-inner .navigation li.current-menu-item a,
body > header .header-inner .navigation li.current_page_parent a {
  color: #aac2a9;
  text-decoration: none;
}
body > header .header-inner .navigation li:hover a.sf-with-ul::after,
body > header .header-inner .navigation li:active a.sf-with-ul::after,
body > header .header-inner .navigation li.current-menu-item a.sf-with-ul::after,
body > header .header-inner .navigation li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-chevron-down-color-2.svg');
}
body > header .header-inner .navigation li.current-menu-item > a,
body > header .header-inner .navigation li.current_page_parent > a {
  position: relative;
}
body > header .header-inner .navigation li.current-menu-item > a::after,
body > header .header-inner .navigation li.current_page_parent > a::after {
  position: absolute;
  content: '';
  top: calc(100% + 1rem - 3px);
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li > ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  padding: 0.65rem calc((100% + .5rem - 1300px) / 2);
  background: #ffffff;
  margin: 0;
  text-align: left;
  z-index: -1;
  cursor: pointer;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}
body > header .header-inner .navigation .navigation-right .button {
  font-size: .9rem;
}
body > header .header-inner .navigation .navigation-right .button.no-bg {
  margin-right: 1rem;
}
body > header .header-inner .nav-toggle {
  position: relative;
  align-items: center;
  z-index: 1500;
}
body > header .header-inner .nav-toggle .hamburger-menu {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  margin-right: .5rem;
  padding: .5rem;
  width: 1.5rem;
  height: 15px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  background: #ffffff;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 6.5px;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 6px;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 7px;
}
body > header .header-inner .nav-toggle .hamburger-tekst {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1199px) {
  body > header .header-inner {
    padding: 1rem;
  }
  body > header .header-inner .logo {
    margin-right: 1.5rem;
  }
  body > header .header-inner .logolink {
    height: 3rem;
  }
  body > header .header-inner .navigation li a {
    padding: .5rem;
  }
  body > header .header-inner .navigation .navigation-right .button {
    font-size: .8rem;
  }
  body > header .header-inner .navigation .navigation-right .button.no-bg {
    margin-right: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  body > header .header-bottom .header-bottom-inner .mobile-trigger {
    display: block;
  }
  body > header .header-bottom .header-bottom-inner ul {
    display: none;
    margin-top: .5rem;
    padding: 1rem 0 .5rem;
    border-top: 1px solid #999999;
  }
  body > header .header-bottom .header-bottom-inner ul li {
    display: block;
  }
  body > header .header-bottom .header-bottom-inner ul li::after {
    display: none;
  }
  body > header .header-bottom .header-bottom-inner ul li a {
    display: inline-block;
    line-height: 1.5;
  }
  body > header .header-inner {
    padding: 1rem;
  }
  body > header .header-inner .navigation {
    justify-content: flex-end;
  }
}
body > header.scrolled {
  box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
}
body > header.scrolled::after {
  height: 100%;
}
body > header.scrolled .header-inner .logolink {
  height: 3rem;
}
body > header.scrolled .header-inner .navigation li.current-menu-item a::after,
body > header.scrolled .header-inner .navigation li.current_page_parent a::after {
  height: 3px;
}
body > header.full::after {
  display: none;
}
body > header.full .header-top {
  background-color: #6e9175;
}
body > header.full .header-bottom {
  display: block;
}
body > header.full:not(.scrolled) .header-inner .navigation li.current-menu-item > a::after,
body > header.full:not(.scrolled) .header-inner .navigation li.current_page_parent > a::after {
  top: calc(100% + 1.75rem - 3px);
  height: 3px;
}
@media only screen and (max-width: 1199px) {
  body > header.full:not(.scrolled) .header-inner .navigation li.current-menu-item > a::after,
  body > header.full:not(.scrolled) .header-inner .navigation li.current_page_parent > a::after {
    top: calc(100% + 1rem - 3px);
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #6e9175;
  z-index: 1490;
  padding-top: 8.75rem;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .responsive-inner {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.responsive-nav .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
}
.responsive-nav .nav li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #575757;
  font-weight: 600;
  -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: 1rem;
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #ffffff;
}
.responsive-nav .nav li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after {
  display: none;
  position: absolute;
  content: "";
  background: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-chevron-down.svg');
  background-size: 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 1.5rem;
  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 .sub-menu {
  display: none;
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a {
  padding-left: 2rem;
  font-size: 1rem;
  color: #ffffff;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/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: #aac2a9;
}
.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://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 3rem;
  color: #ffffff;
}
.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: #aac2a9;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
.responsive-nav .responsive-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}
.responsive-nav .button {
  flex: 1;
  padding: .8rem 1rem;
  font-size: 1.2rem;
  border-radius: 0;
  background-image: none;
  text-align: center;
}
.responsive-nav .extra-btn {
  background-color: #e5930a;
}
.responsive-nav .extra-btn:hover {
  background-color: #d1860a;
}
@media only screen and (max-width: 767px) {
  .responsive-nav {
    padding-top: 6rem;
  }
}
footer {
  position: relative;
  margin: 0;
  width: 100%;
  display: block;
}
footer .footer-logos {
  padding-bottom: 1rem;
}
footer .footer-logos .logos-container {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-logos .logos-container .footer-logo-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  height: 140px;
}
footer .footer-logos .logos-container .footer-logo-wrapper .footer-logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 200px;
  height: 80%;
}
@media only screen and (max-width: 575px) {
  footer .footer-logos .logos-container .footer-logo-wrapper .footer-logo {
    max-width: 100px;
    height: 60%;
  }
}
footer .top-footer {
  box-sizing: border-box;
  background-color: #6e9175;
  padding: 3rem 0;
}
footer .top-footer .container {
  position: relative;
}
footer .top-footer .footer-icon {
  position: absolute;
  left: 100%;
  bottom: -6rem;
  width: 250px;
  height: calc(100% + 3rem);
  opacity: .1;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-ortho013-white.svg');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block p,
footer .top-footer .footer-block a,
footer .top-footer .footer-block li,
footer .top-footer .footer-block span {
  color: #d4ded6;
  font-size: 1rem;
  line-height: 1.75;
}
footer .top-footer .footer-block a:hover {
  padding-left: .25rem;
  color: #ffffff;
}
footer .top-footer .footer-block a.contact-item:hover {
  padding-left: 0;
}
footer .top-footer .footer-block li {
  line-height: 1;
}
footer .top-footer .footer-block .titel {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #575757;
  margin-bottom: 1rem;
  color: #ffffff;
}
footer .top-footer .footer-block .logolink {
  display: block;
  height: 4.5rem;
}
footer .top-footer .footer-block .logolink img {
  width: auto;
  height: 100%;
  display: block;
}
footer .top-footer .footer-block .logolink:hover {
  padding: 0;
}
footer .top-footer .footer-block .footer-tekst {
  margin: 1rem 0 1.5rem;
}
footer .top-footer .footer-block .footer-tekst p {
  margin-bottom: 0;
}
footer .top-footer .footer-block .button {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  padding: .5rem 4rem .5rem 2rem;
  color: #ffffff;
}
footer .top-footer .footer-block .button:after {
  display: none;
}
footer .top-footer .footer-block .social-media {
  margin-top: -.5rem;
}
footer .top-footer .footer-block .social-media a {
  position: relative;
  height: 1.75rem;
  width: 1.75rem;
  display: inline-block;
  margin-right: .5rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block .social-media a::after {
  display: none;
}
footer .top-footer .footer-block .social-media a.facebook {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-social-facebook.svg');
}
footer .top-footer .footer-block .social-media a.instagram {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-social-instagram.svg');
}
footer .top-footer .footer-block .social-media a.linkedin {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-social-linkedin.svg');
}
footer .top-footer .footer-block .social-media a.youtube {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-social-youtube.svg');
}
footer .top-footer .footer-block .social-media a.twitter {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-social-twitter.svg');
}
footer .top-footer .footer-block .social-media a:hover {
  transform: scale(1.2);
}
footer .top-footer .footer-block.openingstijden .openingstijd {
  margin: 0;
}
footer .top-footer .footer-block.openingstijden .openingstijd span {
  display: block;
  font-weight: 700;
}
footer .bottom-footer {
  position: relative;
  z-index: 1;
  background: #516355;
}
footer .bottom-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner li,
footer .bottom-footer .footer-inner span {
  color: #d4ded6;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
  line-height: 1.5;
}
footer .bottom-footer .footer-inner a {
  position: relative;
}
footer .bottom-footer .footer-inner a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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: #d4ded6;
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
  padding: 0 1rem;
}
footer .bottom-footer .footer-inner .menu li::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
}
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: 1199px) {
  footer .top-footer .footer-icon {
    left: calc(100% - 125px);
  }
  footer .top-footer .footer-block {
    padding-bottom: 2rem;
  }
  footer .top-footer .footer-block.cta .footer-tekst {
    margin: 1rem auto 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .top-footer .footer-icon {
    left: unset;
    right: 1rem;
    bottom: -4rem;
    width: 100px;
  }
  footer .bottom-footer .footer-inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .bottom-footer .footer-inner {
    flex-wrap: wrap;
    padding: 1rem 1rem .5rem;
  }
  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,
  footer .bottom-footer .colofon-right .menu li {
    padding: 0 .5rem;
  }
  footer .bottom-footer .colofon-left .menu li::after,
  footer .bottom-footer .colofon-right .menu li::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .module-overzicht {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht {
    margin-bottom: 3rem;
  }
}
.module-overzicht.no-margin {
  margin-bottom: 0;
}
.module-overzicht .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.module-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.module-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.module-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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%;
}
.module-overzicht .tekst a:hover::after {
  width: 100%;
}
.module-overzicht .tekst a.button::after {
  display: none;
}
.module-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst img {
  width: 100%;
  height: auto;
}
.module-overzicht .tekst *:last-child {
  margin-bottom: 0;
}
.module-overzicht .module-item {
  height: 100%;
  padding-bottom: 2rem;
}
.module-overzicht .module-item .module-item-inner {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container {
  width: 100%;
  padding-bottom: 47%;
  position: relative;
  display: block;
  overflow: hidden;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht {
  padding: 2.5rem 2rem 0 2rem ;
  display: block;
}
.module-overzicht .module-item .module-item-inner .link-overzicht {
  padding: 0 2rem 1.5rem 2rem;
  text-align: center;
}
.module-overzicht .module-item:hover .module-item-inner {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.module-overzicht .module-item:hover .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.module-overzicht .module-item:hover .module-item-inner .link-overzicht .button {
  transform: scale(1.05);
  background-color: #e5930a;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-ortho013-white.svg');
}
.module-overzicht .module-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.module-overzicht .module-pagination .page-numbers {
  display: inline-block;
  padding: .5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .5rem;
}
.module-overzicht .module-pagination .page-numbers.current {
  color: #6e9175;
  font-weight: 700;
}
.module-overzicht .module-pagination a.page-numbers {
  position: relative;
  color: #000000;
  font-weight: 500;
}
.module-overzicht .module-pagination a.page-numbers:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #6e9175;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  color: #6e9175;
}
.module-overzicht .module-pagination a.page-numbers:hover:after {
  width: 100%;
}
.module-overzicht .module-pagination a.page-numbers.back {
  color: white;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.module-overzicht .module-pagination a.page-numbers.back::after {
  background-color: white;
}
.module-overzicht .module-pagination a.page-numbers.back:hover {
  background-position: left 0px center;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  color: #6e9175;
}
.module-overzicht .module-pagination a.page-numbers.prev {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-left-black.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.prev:hover {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-left-actie.svg');
}
.module-overzicht .module-pagination a.page-numbers.next {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-right-black.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.next:hover {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .module-overzicht .module-pagination {
    margin-top: .5rem;
  }
  .module-overzicht .module-item.downloads .module-item-icoon {
    padding: .5rem .5rem .5rem 1rem;
    line-height: 1;
  }
  .module-overzicht .module-item.downloads .module-item-icoon img {
    width: 2rem;
  }
  .module-overzicht .module-item.downloads .module-item-titel {
    padding: .5rem;
  }
}
.banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6.25rem 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 3rem;
  }
}
.banner.no-margin {
  margin-bottom: 0;
}
.banner .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.banner .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.banner .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.banner .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.banner .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.banner .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.banner .tekst a {
  white-space: nowrap;
  position: relative;
}
.banner .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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%;
}
.banner .tekst a:hover::after {
  width: 100%;
}
.banner .tekst a.button::after {
  display: none;
}
.banner .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.banner .tekst img {
  width: 100%;
  height: auto;
}
.banner .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 3rem;
  }
}
.banner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}
.banner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: .5;
}
.banner.banner-home {
  height: 650px;
}
.banner div {
  height: 100%;
}
.banner h1.titel {
  color: #ffffff;
  text-shadow: 0 0 1rem #000000;
  margin-bottom: .5rem;
}
.banner .tekst {
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 1rem #000000;
}
.banner a.button {
  margin-top: 1.5rem;
}
.banner .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.banner .videocontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.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%);
}
@media only screen and (max-width: 767px) {
  .banner {
    height: 250px;
    padding: 5rem 0 0;
  }
  .banner.banner-home {
    height: 400px;
  }
  .banner.met-melding {
    height: auto;
    min-height: 400px;
    padding: 7rem 0 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .content-onder-banner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-onder-banner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-onder-banner {
    margin-bottom: 3rem;
  }
}
.content-onder-banner.no-margin {
  margin-bottom: 0;
}
.content-onder-banner .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.content-onder-banner .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-onder-banner .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.content-onder-banner .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.content-onder-banner .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-onder-banner .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-onder-banner .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-onder-banner .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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-onder-banner .tekst a:hover::after {
  width: 100%;
}
.content-onder-banner .tekst a.button::after {
  display: none;
}
.content-onder-banner .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.content-onder-banner .tekst img {
  width: 100%;
  height: auto;
}
.content-onder-banner .tekst *:last-child {
  margin-bottom: 0;
}
.content-onder-banner .content {
  padding-top: 3rem;
}
.content-onder-banner .content .tekst {
  margin-bottom: 2rem;
}
.content-onder-banner .cta-block {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  margin-top: -100px;
  background-color: #ffffff;
}
.content-onder-banner .cta-block .cta-block-titel {
  padding: 1rem 2rem;
  background-color: #6e9175;
}
.content-onder-banner .cta-block .cta-block-titel * {
  margin: 0;
  font-size: 1.5rem;
  color: #ffffff;
}
.content-onder-banner .cta-block .cta-block-content {
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .content-onder-banner .cta-block {
    max-width: 500px;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .content-tekst {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst {
    margin-bottom: 3rem;
  }
}
.content-tekst.no-margin {
  margin-bottom: 0;
}
.content-tekst .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.content-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst img {
  width: 100%;
  height: auto;
}
.content-tekst .tekst *:last-child {
  margin-bottom: 0;
}
.content-tekst h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #575757;
}
.content-tekst h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #6e9175;
}
.content-tekst iframe {
  width: 100%;
  min-height: 2000px;
}
.content-tekst table {
  width: 100%;
}
.content-tekst table td,
.content-tekst table th {
  padding: .5rem;
  color: #999999;
  border: 1px solid #aac2a9;
  line-height: 1.5;
}
.content-tekst table td strong,
.content-tekst table th strong {
  font-weight: 700;
  color: #575757;
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding {
    margin-bottom: 3rem;
  }
}
.tekst-afbeelding.no-margin {
  margin-bottom: 0;
}
.tekst-afbeelding .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tekst-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst img {
  width: 100%;
  height: auto;
}
.tekst-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-afbeelding .look-alt {
  margin-bottom: .5rem;
}
.tekst-afbeelding h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #575757;
}
.tekst-afbeelding h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #6e9175;
}
.tekst-afbeelding .button {
  margin-top: 2rem;
}
.tekst-afbeelding .afbeelding img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tekst-afbeelding .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .afbeelding {
    order: 2;
    margin-top: 3rem;
  }
}
.tekst-button {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tekst-button {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-button {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-button {
    margin-bottom: 3rem;
  }
}
.tekst-button.no-margin {
  margin-bottom: 0;
}
.tekst-button .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tekst-button .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst img {
  width: 100%;
  height: auto;
}
.tekst-button .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-button h1,
.tekst-button h2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.tekst-button .look-alt {
  margin-bottom: .5rem;
}
.tekst-button .button {
  margin-top: 4rem;
}
@media only screen and (max-width: 575px) {
  .tekst-button {
    text-align: left;
  }
  .tekst-button h2.titel {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-formulier {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-formulier {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-formulier {
    margin-bottom: 3rem;
  }
}
.tekst-formulier.no-margin {
  margin-bottom: 0;
}
.tekst-formulier .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tekst-formulier .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.tekst-formulier .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-formulier .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-formulier .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-formulier .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst img {
  width: 100%;
  height: auto;
}
.tekst-formulier .tekst *:last-child {
  margin-bottom: 0;
}
.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: 3rem;
  }
  .tekst-formulier .formulier.col-md-6 .inner {
    width: 100%;
  }
}
.usps-met-afbeelding {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .usps-met-afbeelding {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .usps-met-afbeelding {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .usps-met-afbeelding {
    margin-bottom: 3rem;
  }
}
.usps-met-afbeelding.no-margin {
  margin-bottom: 0;
}
.usps-met-afbeelding .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.usps-met-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.usps-met-afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.usps-met-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.usps-met-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.usps-met-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.usps-met-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.usps-met-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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%;
}
.usps-met-afbeelding .tekst a:hover::after {
  width: 100%;
}
.usps-met-afbeelding .tekst a.button::after {
  display: none;
}
.usps-met-afbeelding .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.usps-met-afbeelding .tekst img {
  width: 100%;
  height: auto;
}
.usps-met-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.usps-met-afbeelding .afbeelding {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 3rem;
  width: 50%;
  height: calc(100% - 6rem);
}
.usps-met-afbeelding .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding: 3rem 0 0 3rem;
  background-color: #6e9175;
}
.usps-met-afbeelding .content::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background-color: inherit;
}
.usps-met-afbeelding .content * {
  color: #ffffff;
}
.usps-met-afbeelding .content .usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.usps-met-afbeelding .content .usps .usp {
  width: calc(100% / 2 - 2rem);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .usps-met-afbeelding .content {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .usps-met-afbeelding .afbeelding {
    position: relative;
    top: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 150px;
  }
  .usps-met-afbeelding .content {
    min-height: inherit;
    padding: 2rem 1rem;
  }
  .usps-met-afbeelding .content::after {
    display: none;
  }
  .usps-met-afbeelding .content .usps .usp {
    width: 100%;
    margin-bottom: 1rem;
  }
  .usps-met-afbeelding .content .usps .usp:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .drie-blokken {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .drie-blokken {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .drie-blokken {
    margin-bottom: 3rem;
  }
}
.drie-blokken.no-margin {
  margin-bottom: 0;
}
.drie-blokken .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.drie-blokken .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.drie-blokken .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.drie-blokken .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.drie-blokken .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.drie-blokken .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.drie-blokken .tekst a {
  white-space: nowrap;
  position: relative;
}
.drie-blokken .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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%;
}
.drie-blokken .tekst a:hover::after {
  width: 100%;
}
.drie-blokken .tekst a.button::after {
  display: none;
}
.drie-blokken .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.drie-blokken .tekst img {
  width: 100%;
  height: auto;
}
.drie-blokken .tekst *:last-child {
  margin-bottom: 0;
}
.drie-blokken .blokken {
  margin-top: 4rem;
}
.drie-blokken .blokken .blok {
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.drie-blokken .blokken .blok .afbeelding {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.drie-blokken .blokken .blok .afbeelding .ratio {
  padding-bottom: 56.25%;
}
.drie-blokken .blokken .blok .blok-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
}
.drie-blokken .blokken .blok .blok-content .tekst {
  flex: 1;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .drie-blokken .blokken {
    margin-top: 2rem;
  }
  .drie-blokken .blokken .blok {
    height: inherit;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .cta-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .cta-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-blok {
    margin-bottom: 3rem;
  }
}
.cta-blok.no-margin {
  margin-bottom: 0;
}
.cta-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.cta-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cta-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.cta-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.cta-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cta-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.cta-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.cta-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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%;
}
.cta-blok .tekst a:hover::after {
  width: 100%;
}
.cta-blok .tekst a.button::after {
  display: none;
}
.cta-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.cta-blok .tekst img {
  width: 100%;
  height: auto;
}
.cta-blok .tekst *:last-child {
  margin-bottom: 0;
}
.cta-blok .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 3rem 3rem 3rem 0;
  background-color: #f7f7f7;
}
.cta-blok .content::before,
.cta-blok .content::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 5rem;
  background-color: inherit;
}
.cta-blok .content::before {
  right: 100%;
}
.cta-blok .content::after {
  left: 100%;
}
.cta-blok .content .button {
  margin-top: 2rem;
}
.cta-blok .afbeelding {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 3rem 0;
}
.cta-blok .afbeelding .ratio {
  padding-bottom: 56.25%;
}
@media only screen and (max-width: 767px) {
  .cta-blok .content {
    padding: 3rem 1rem;
  }
  .cta-blok .content::before,
  .cta-blok .content::after {
    display: none;
  }
  .cta-blok .afbeelding {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .team-module {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .team-module {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-module {
    margin-bottom: 3rem;
  }
}
.team-module.no-margin {
  margin-bottom: 0;
}
.team-module .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.team-module .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.team-module .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.team-module .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.team-module .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.team-module .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.team-module .tekst a {
  white-space: nowrap;
  position: relative;
}
.team-module .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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%;
}
.team-module .tekst a:hover::after {
  width: 100%;
}
.team-module .tekst a.button::after {
  display: none;
}
.team-module .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.team-module .tekst img {
  width: 100%;
  height: auto;
}
.team-module .tekst *:last-child {
  margin-bottom: 0;
}
.team-module [class*=col-] {
  margin-bottom: 2rem;
}
.team-module .team-item {
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.team-module .team-item .afbeelding {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.team-module .team-item .afbeelding .ratio {
  padding-bottom: 100%;
}
.team-module .team-item .content {
  height: 100%;
  padding: 2rem;
}
.team-module .team-item .content .titel {
  margin-bottom: .5rem;
}
.team-module .team-item .content strong {
  color: #575757;
}
@media only screen and (min-width: 992px) {
  .fotogalerij {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .fotogalerij {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fotogalerij {
    margin-bottom: 3rem;
  }
}
.fotogalerij.no-margin {
  margin-bottom: 0;
}
.fotogalerij .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.fotogalerij .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst img {
  width: 100%;
  height: auto;
}
.fotogalerij .tekst *:last-child {
  margin-bottom: 0;
}
.fotogalerij .galerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2rem;
}
.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: .5rem;
  background-repeat: no-repeat;
}
.fotogalerij .galerij .afb:hover:after {
  background-color: #6e9175;
  opacity: .6;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-zoom-in.svg');
  background-size: 1rem;
}
.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: #6e9175;
  opacity: .8;
}
.fotogalerij .galerij .afb.more::after {
  display: none;
}
.fotogalerij .galerij .afb.more:hover::before {
  opacity: .9;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .galerij .afb.more span.count {
    font-size: 3rem;
  }
}
.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: #6e9175;
  opacity: .3;
  width: 3.5rem;
  height: 6.5rem;
  background-size: 1rem;
  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://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-slider-left.svg');
  border-radius: 0 10px 10px 0;
  left: 0;
}
.fotogalerij .slider .slick-arrow.slick-next {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/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: 3rem;
    height: 5rem;
    background-size: 1rem;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 1rem;
}
#swipebox-next {
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-slider-right.svg') !important;
  background-position: left center;
  background-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .faq-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok {
    margin-bottom: 3rem;
  }
}
.faq-blok.no-margin {
  margin-bottom: 0;
}
.faq-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.faq-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.faq-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.faq-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.faq-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.faq-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst img {
  width: 100%;
  height: auto;
}
.faq-blok .tekst *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item {
  margin-bottom: 1rem;
}
.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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 1.5rem;
  background: #f7f7f7;
}
.faq-blok .accordion .collapse-item .titel * {
  color: #ffffff;
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .titel .vraag button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #575757;
  font-weight: 600;
  font-size: 1rem;
  color: #6e9175;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  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: #6e9175;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.faq-blok .accordion .collapse-item .collapse-itself {
  display: none;
  width: 100%;
}
.faq-blok .accordion .collapse-item .collapse-itself .item-content {
  padding: 1.5rem;
}
.faq-blok .accordion .collapse-item .collapse-itself .item-content .antwoord {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  -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-left: 1.5rem;
  border-left: 4px solid #6e9175;
}
.faq-blok .accordion .collapse-item .collapse-itself .item-content .tekst {
  flex: 1;
}
.faq-blok .accordion .collapse-item .collapse-itself .item-content .afbeeldingen {
  width: 30%;
  margin-left: 5%;
}
.faq-blok .accordion .collapse-item .collapse-itself .item-content .afbeeldingen .afbeelding {
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
}
.faq-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: #eaeaea;
}
.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.show .titel {
  background: #6e9175;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #ffffff;
}
.faq-blok .accordion .collapse-item.show .titel .vraag button {
  color: #ffffff;
}
.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: #6e9175;
}
.faq-blok .accordion .collapse-item.show .titel .close svg {
  fill: #ffffff;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .collapse-itself .item-content {
    padding: 1.5rem 0;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .item-content .antwoord {
    flex-wrap: wrap;
    width: 100%;
    padding-left: 1rem;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .item-content .afbeeldingen {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .item-content .afbeeldingen .afbeelding {
    max-width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .accordion-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .accordion-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-blok {
    margin-bottom: 3rem;
  }
}
.accordion-blok.no-margin {
  margin-bottom: 0;
}
.accordion-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.accordion-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.accordion-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #999999;
  top: calc(32px / 2 - 3px);
}
.accordion-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.accordion-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.accordion-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.accordion-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.accordion-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f5a623;
  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%;
}
.accordion-blok .tekst a:hover::after {
  width: 100%;
}
.accordion-blok .tekst a.button::after {
  display: none;
}
.accordion-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #999999;
  padding: 0 0 0 1.5rem;
}
.accordion-blok .tekst img {
  width: 100%;
  height: auto;
}
.accordion-blok .tekst *:last-child {
  margin-bottom: 0;
}
.accordion-blok .accordion .collapse-item {
  margin-bottom: 1rem;
}
.accordion-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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 1.5rem;
  background: #f7f7f7;
}
.accordion-blok .accordion .collapse-item .titel * {
  color: #ffffff;
  margin: 0;
}
.accordion-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.accordion-blok .accordion .collapse-item .titel .vraag button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #575757;
  font-weight: 600;
  font-size: 1rem;
  color: #6e9175;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.accordion-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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.accordion-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: #6e9175;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.accordion-blok .accordion .collapse-item .collapse-itself {
  display: none;
  width: 100%;
}
.accordion-blok .accordion .collapse-item .collapse-itself .item-content {
  padding: 1.5rem;
}
.accordion-blok .accordion .collapse-item .collapse-itself .item-content .antwoord {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  -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-left: 1.5rem;
  border-left: 4px solid #6e9175;
}
.accordion-blok .accordion .collapse-item .collapse-itself .item-content .tekst {
  flex: 1;
}
.accordion-blok .accordion .collapse-item .collapse-itself .item-content .afbeeldingen {
  width: 30%;
  margin-left: 5%;
}
.accordion-blok .accordion .collapse-item .collapse-itself .item-content .afbeeldingen .afbeelding {
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
}
.accordion-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.accordion-blok .accordion .collapse-item:hover .titel,
.accordion-blok .accordion .collapse-item:focus .titel {
  background-color: #eaeaea;
}
.accordion-blok .accordion .collapse-item:hover .titel .close,
.accordion-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);
}
.accordion-blok .accordion .collapse-item.show .titel {
  background: #6e9175;
}
.accordion-blok .accordion .collapse-item.show .titel * {
  color: #ffffff;
}
.accordion-blok .accordion .collapse-item.show .titel .vraag button {
  color: #ffffff;
}
.accordion-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: #6e9175;
}
.accordion-blok .accordion .collapse-item.show .titel .close svg {
  fill: #ffffff;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .accordion-blok .accordion .collapse-item .collapse-itself .item-content {
    padding: 1.5rem 0;
  }
  .accordion-blok .accordion .collapse-item .collapse-itself .item-content .antwoord {
    flex-wrap: wrap;
    width: 100%;
    padding-left: 1rem;
  }
  .accordion-blok .accordion .collapse-item .collapse-itself .item-content .afbeeldingen {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
  }
  .accordion-blok .accordion .collapse-item .collapse-itself .item-content .afbeeldingen .afbeelding {
    max-width: 350px;
  }
}
.contactgegevens .titel {
  margin-bottom: .5rem;
}
.contactgegevens ul {
  margin: 0 !important;
}
.contactgegevens ul li {
  padding-left: 0 !important;
}
.contactgegevens ul li::before {
  display: none;
}
.form-group {
  position: relative;
  margin: 0 0 1rem;
  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: #999999;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
  pointer-events: none;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  width: calc(calc(100% - 2.5rem));
  overflow: hidden;
  height: calc(2px + 16px);
}
.form-group .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.form-group .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 2rem;
  margin-right: 1rem;
}
.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: 'Nunito Sans', 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: 500;
  position: relative;
  display: block;
  height: calc(2rem + 16px);
  border: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  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.6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group textarea {
  resize: vertical;
  height: 9rem;
  min-height: 9rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.form-group select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  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 .5rem #A6A6A6;
  border-right: solid .5rem transparent;
  border-bottom: solid .5rem transparent;
  border-left: solid .5rem transparent;
  top: 1.5rem;
  right: 1rem;
}
.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: .5rem;
  top: 2px;
  left: 0;
  width: 1rem;
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  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: 1rem;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-input-checkbox.svg');
}
.form-group input[type="radio"] {
  border-radius: 1rem;
}
.form-group input[type="radio"]:checked {
  background-size: .5rem;
  background-image: url('https://ortho013.nl/wp-content/themes/ortho013/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.5rem;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.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: 3.5rem;
  top: 1.5rem;
  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: 500;
  color: #000000;
  left: 3.5rem;
  width: calc(100% - 3.5rem);
  z-index: 2;
}
.form-group.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 1rem;
  background: url('https://ortho013.nl/wp-content/themes/ortho013/css/../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 1.5rem;
}
.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: 5rem;
}
.form-group.required.select select {
  padding-right: 3.5rem;
}
.form-group.required.select::before {
  right: 2.5rem;
}
.form-group.required input {
  padding-right: 2.5rem;
}
.form-group.required::after {
  content: "*";
  position: absolute;
  font-weight: 700;
  color: #f5a623;
  height: 1rem;
  font-size: 1.375rem;
  right: 1.5rem;
  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% - .5rem);
}
.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: .5rem 1rem;
  color: #999999;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none !important;
}
.sitemap .col-md-12 {
  margin-bottom: 1rem;
}
.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-wrap: wrap;
  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;
  }
}
