/*
Theme Name: Bos&Weide
Theme URI: http://underscores.me/
Author: Wemessage
Author URI: https://wemessage.nl
Description: Bos & Weide Wordress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bosenweide
Tags:
*/
html {
  font-family: 'Muli', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.direct-button {
  position: fixed;
  color: #ffffff;
  background-color: #0078A0;
  padding: 14px 20px;
  font-family: 'Muli', sans-serif;
  bottom: 43px;
  right: 0;
  left: 0;
  z-index: 88;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-align: center;
}

.direct-button:hover {
  background-color: #253569;
}

.direct-contact {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #253569;
  z-index: 999;
  transition: 0.3s;
  padding: 0 30px;
  width: 260px;
  color: #ffffff;
  margin-right: -100%;
}

.direct-open .direct-contact {
  margin-right: 0;
}

.direct-contact h2 {
  font-size: 20px;
}

.direct-contact .wpcf7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 60px);
}

.direct-contact input:not([type=submit]),
.direct-contact textarea {
  padding: 10px;
  width: calc(100% - 20px);
  font-family: 'Muli', sans-serif;
}

.direct-contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background-color: #F16824;
  transition: 0.3s;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 20px;
  font-family: 'Muli', sans-serif;
}

.direct-contact input[type=submit]:hover {
  background-color: #0078A0;
}

h1 .ampersand {
  font-family: serif;
  font-weight: 400;
}

.menu-hoofdmenu-container {
  display: none;
}

#page {
  width: 100%;
  overflow-x: hidden;
}

button {
  outline: 0;
}

body {
  margin: 0;
}

.wrap {
  width: 90%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
}

a,
a:active,
a:hover,
a:visited,
a:focus {
  outline: 0;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 10px;
}

p {
  clear: both;
  margin: 0;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 10px;
}

#content li {
  font-size: 14px;
  line-height: 26px;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
}

.top-header {
  background: #253569;
  height: 40px;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top-header .social {
  display: none;
}

.header-main {
  background: #ffffff;
  padding-top: 50px;
}

.top-header .bel {
  background: #0078A0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #ffffff;
  padding: 12px 40px 8px;
  letter-spacing: 1px;
  font-size: 17px;
}

.top-header ul {
  display: none;
}

.top-header .bel svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.menu-button {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 20px;
}

.menu-button span {
  display: block;
  background: #0078A0;
  height: 1px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s;
}

.menu-button span:first-of-type {
  transform: translateX(-50%) translateY(-5px);
}

.menu-button span:nth-of-type(2) {
  transform: translateX(-50%);
}

.menu-button span:last-of-type {
  transform: translateX(-50%) translateY(5px);
}

.menu-button.open span:first-of-type {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.menu-button.open span:nth-of-type(2) {
  transform: translateX(-50%);
  opacity: 0;
}

.menu-button.open span:last-of-type {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.menu-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 50px);
  background: #253569;
  overflow-y: scroll;
  padding: 60px 0 40px 0;
  z-index: 999;
  margin-left: calc(-100% - 50px);
  transition: 0.3s;
  opacity: 0;
}

.menu-block.open {
  opacity: 1;
  margin-left: 0;
}

.menu-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-block li {
  position: relative;
}

.menu-block>div>ul>li>a {
  color: #ffffff;
  font-size: 18px;
  padding: 12px 0;
  display: block;
  position: relative;
  width: 200px;
  margin-left: 35px;
  font-weight: 300;
}

.menu-block .clicky {
  display: none;
}

.menu-block>div>ul li.menu-item-has-children>.clicky {
  display: block;
  content: " ";
  width: 14px;
  height: 14px;
  background: url(inc/img/plus.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 16px;
  left: 245px;
  z-index: 999;
  transition: 0.3s;
}

.menu-block>div>ul li.menu-item-has-children.open>.clicky {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.menu-block>div>ul>li .sub-menu li {
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s;
}

.menu-block li.open .sub-menu li {
  max-height: 49px !important;
}

.menu-block li.open .sub-menu li.menu-item-has-children.open {
  max-height: none !important;
}

.menu-block>div>ul>li>.sub-menu li:nth-of-type(odd) {
  background: #F6F6F6;
}

.menu-block>div>ul>li>.sub-menu li:nth-of-type(even) {
  background: #ffffff;
}

.menu-block>div>ul>li>.sub-menu a {
  color: #253569;
  margin-left: 35px;
  padding: 15px 0;
  display: block;
}

.menu-block .mobile-only a {
  font-size: 14px;
  padding: 10px 0;
  opacity: 0.5;
}

.button.orange.afspraak {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F16824;
  color: #ffffff;
  display: block;
  z-index: 9999;
  padding: 10px 40px;
  font-size: 16px;
}

.intro .button {
  display: block;
  background: #F16824;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 30px;
  width: 170px;
}

.button.orange.afspraak svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

.page-head {
  position: relative;
}

.page-head img {
  display: block;
  width: 100%;
}

.page-head .terug {
  position: absolute;
  bottom: 0;
  left: 10px;
  transform: translateY(50%) rotate(180deg);
  -webkit-transform: translateY(50%) rotate(180deg);
}

.logo {
  max-width: 150px;
}

.logo img {
  display: block;
  width: 100%;
}

.promoButton {
  width: 150px;
  height: 150px;
  padding: 35px 0;
  border-radius: 150px;
  background-color: #F16824;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 25px;
  text-align: center;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  transition: 0.2s;
  box-sizing: border-box;
  border: none;
}

.promoButton:hover {
  background-color: #0078A0;
}

.openingstijden {
  background: #253569;
  padding: 14px 30px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  max-height: 18px;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 46px);
  transition: 0.3s;
  z-index: 5;
  cursor: pointer;
}

.openingstijden .chevron {
  display: block;
  content: " ";
  width: 16px;
  height: 6px;
  background-image: url(inc/img/chevron-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 22px;
  right: 20px;
  transition: 0.3s;
}

.openingstijden.open {
  max-height: 100vh;
  padding-top: 30px;
}

.openingstijden.open .chevron {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  top: 38px;
}

.openingstijden h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
  padding-bottom: 15px;
}

.openingstijden h4 svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.openingstijden h4:first-of-type svg {
  width: 22px;
  height: 22px;
}

.openingstijden ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 30px;
  padding-top: 10px;
}

.openingstijden p {
  padding-bottom: 30px;
}

.openingstijden p span {
  display: block;
  padding-bottom: 15px;
}

.openingstijden li {
  border-bottom: 1px solid #3c4972;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.openingstijden li span:first-of-type {
  width: 140px;
  display: inline-block;
}

.home .intro,
.page-template-overzicht .intro {
  background: #ffffff;
  padding: 20px;
  position: relative;
}

.intro {
  padding: 20px 0;
  color: #253569;
}

.intro.child-content {
  padding-top: 10px;
}

h3 {
  color: #F16824;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  padding-bottom: 20px;
}

.intro a {
  color: #253569;
}

.animate-border {
  padding-bottom: 6px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
}

.animate-border::after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F16824;
}

.cijfer {
  background: #253569;
  color: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 28px;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  border: 5px solid #ffffff;
  box-shadow: 1px 2px 4px #bfbfbf;
  display: inline-block;
  vertical-align: middle;
}

.cijfer span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.intro .right img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.intro .right img:first-of-type {
  width: 48px;
}

.intro .right img:last-of-type {
  width: 100px;
}

.intro .right p {
  padding-top: 10px;
  padding-bottom: 20px;
  font-style: italic;
}

.intro .right ul {
  padding: 0;
}

.intro .right li {
  list-style-image: url(inc/img/check.svg);
  padding-bottom: 10px;
  margin-left: 20px;
  padding-left: 10px;
  line-height: 26px;
}

.page-content {
  background: #EFF2F4;
  color: #253569;
  padding: 30px 0;
}

.home .page-content {
  padding: 0;
}

.item-slider {
  padding-top: 20px;
  padding-bottom: 60px;
}

.item-slider button {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 18px;
  height: 13px;
  overflow: hidden;
  background-color: #EFF2F4;
  text-indent: -999em;
  background-image: url(inc/img/arrow.svg);
  background-size: 18px 13px;
  border: 0;
}

.item-slider button:hover {
  background-image: url(inc/img/arrow-orange.svg);
  background-size: 18px 13px;
}

.item-slider .slick-next {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.item-slider .slick-prev {
  transform: translateX(-150%) rotate(180deg);
  -webkit-transform: translateX(-150%) rotate(180deg);
}

.item.slick-slide {
  margin: 0 5px;
}

.item-thumb {
  position: relative;
  overflow: hidden;
}

.item-thumb img {
  display: block;
  width: 100%;
}

.item-title {
  background: #ffffff;
  color: #0078A0;
  font-family: 'Playfair Display', serif;
  text-align: center;
  padding: 30px 0 50px;
  margin-bottom: 50px;
  position: relative;
}

.item-title h4 {
  font-weight: 400;
  letter-spacing: 1px;
}

.clicky {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
}

.clicky svg {
  display: block;
  z-index: 20;
  position: absolute;
  width: 18px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.item-title .clicky {
  border: 2px solid #EFF2F4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
}

.diensten-slider .meer {
  color: #253569;
  padding-top: 30px;
  margin-bottom: 30px;
}

.diensten-slider {
  margin-top: 30px;
}

.diensten {
  position: relative;
}

.therapeuten {
  padding: 30px 0;
  color: #253569;
}

.therapeuten .left {
  max-width: 500px;
}

.people {
  padding-bottom: 30px;
}

.person {
  display: inline-block;
  position: relative;
  width: 50%;
  margin-left: -3px;
  vertical-align: top;
  z-index: 2;
  margin-bottom: 2px;
  max-width: 230px;
}

.personen-slider {
  display: none;
}

.person img {
  display: block;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
}

.person:hover {
  z-index: 3;
}

.person:hover img {
  opacity: 1;
}

.person h5 {
  padding: 10px 0;
  color: #F16A28;
}

.person-hover {
  transition: 0.3s;
  background: #ffffff;
  padding: 10px;
  border-top: 3px solid #F16A28;
  position: absolute;
  bottom: 0;
  width: 250px;
  z-index: 5;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  opacity: 0;
}

.person:nth-of-type(odd) .person-hover {
  left: 10%;
}

.person:nth-of-type(even) .person-hover {
  right: 10%;
}

.person:hover .person-hover {
  opacity: 1;
}

.diensten {
  padding: 20px 0;
}

.person li {
  list-style-type: none;
  color: #0078A0;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 4px;
}

.person li a {
  color: #0078A0;
}

.person h4 {
  font-family: 'Playfair Display', serif;
  color: #253569;
  letter-spacing: 1.6px;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 10px;
}

.home .cta {
  background-color: #0078A0;
}

.cta {
  position: relative;
  text-align: center;
  color: #ffffff;
  background-color: #253569;
}

.cta .wrap {
  padding: 30px 0;
}

.cta h2 {
  letter-spacing: 1.3px;
  font-size: 24px;
}

.home .cta a {
  color: #ffffff;
}

.home .cta .clicky {
  margin: 20px auto 0;
}

.samenwerking {
  background: #EFF2F4;
  padding: 30px 0;
  color: #253569;
  position: relative;
}

.scrollto {
  position: absolute;
  top: -150px;
}

.samenwerking p {
  font-size: 12px;
}

.samenwerking .links {
  margin-bottom: 30px;
}

.samenwerking h4 {
  color: #0179A1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 0;
}

.samenwerking li {
  margin-left: 20px;
  padding-left: 5px;
  list-style-image: url(inc/img/chevron-orange.svg);
  border-bottom: 1px solid #ddddde;
  padding: 10px 0;
  line-height: 26px;
  font-size: 12px;
}

.samenwerking li a {
  color: #0179A1;
  font-weight: 300;
}

.samenwerking .logos a {
  display: inline-block;
  width: 48%;
  max-width: 172px;
}

.samenwerking .logos {
  max-width: 500px;
}

.samenwerking .logos a img {
  display: block;
  width: 100%;
}

.site-footer .top {
  padding: 20px 0;
  text-align: center;
  position: relative;
}

.site-footer .top .block {
  margin-bottom: 20px;
}

.site-footer .top h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #253569;
  letter-spacing: 2.4px;
  font-size: 12px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.site-footer .top li {
  list-style-type: none;
}

.site-footer .top li a {
  color: #1383A8;
  line-height: 30px;
  font-size: 12px;
}

.zkn-widget-type-3 {
  max-width: 100%;
  margin: 0 auto;
}

.site-footer .zkn-widget-body .widget_content {
  padding: 0;
  text-align: left;
}

.site-footer .zkn-widget-body .text_holder p {
  font-size: 12px;
  line-height: 18px;
}

.site-footer .zkn-widget-body .text-center {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 0;
  padding-top: 10px;
}

.site-footer .bottom {
  background: #253569;
  color: #ffffff;
}

.site-footer .bottom a {
  color: #ffffff;
}

.site-footer .bottom h4 {
  font-size: 16px;
  letter-spacing: 3px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.site-footer .bottom h4 svg {
  width: 20px;
  max-height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.site-footer .bottom h4 svg path {
  stroke: #F16824;
}

.site-footer .bottom .block {
  padding: 10px 0;
}

.site-footer .bottom .block span {
  display: block;
  padding-left: 37px;
  font-weight: 300;
}

.footer-logo {
  width: 140px;
}

.copyright {
  background: #EFF2F4;
  padding: 10px 0 122px;
  color: #1383A8;
  border-top: 2px solid #F16824;
}

.copyright p {
  font-size: 12px;
}

.copyright a {
  color: #1383A8;
}

.searchform {
  position: relative;
  display: inline-block;
}

.searchform input[type="text"] {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  color: #253569;
  padding: 10px 20px;
  border-radius: 30px;
  border: 0;
  width: 180px;
  outline: 0;
}

.searchform input[type=submit] {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  text-indent: -999em;
  background-color: #1383A8;
  background-image: url(inc/img/search.svg);
  background-size: 19px 19px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.site-footer .social {
  position: absolute;
  top: 33px;
  left: 0;
  width: 60px;
}

.site-footer .social a {
  background: #253569;
  width: 25px;
  height: 25px;
  padding: 18px;
  display: block;
  transition: 0.3s;
}

.site-footer .social a:hover {
  background: #1383A8;
}

.cta .button.orange, .popup .button.orange, .newsblock .button.orange {
  background: #F16824;
  display: inline-block;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 10px auto;
}

.cta .button.orange svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.cta span:not(.clicky) {
  display: block;
  color: #ffffff;
  opacity: 0.5;
  padding: 8px 0;
}

.cta span+a {
  color: #ffffff;
  padding-top: 10px;
  display: block;
}

.cta span+a svg {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

.cta span+a svg path {
  stroke: #0078A0;
}

.scroll-link {
  display: none;
}

.facebook-feed {
  padding: 0 0 30px;
}

.cff-header-text {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.contact-blocks input:not([type=submit]):not([type=radio]),
.contact-blocks textarea,
.contact-blocks select {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  width: calc(100% - 24px);
  border: 0;
  font-family: 'Muli', sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  background: #ffffff;
}

.contact-blocks select {
  width: 100%;
  border-radius: 0;
  background-image: url(inc/img/chevron-down.svg);
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

select::-ms-expand {
  display: none;
}

.contact-blocks input[type=submit] {
  background: #F16824;
  display: inline-block;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 10px auto;
  border: 0;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
}

.contact-blocks input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
  text-indent: -999em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #008CBA;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: 0;
}

.contact-blocks input[type=radio]:checked::after {
  display: block;
  content: " ";
  background: #008CBA;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.contact-blocks h3 {
  padding-top: 10px;
}

.long,
.short {
  padding-bottom: 10px;
  display: block;
}

::-webkit-input-placeholder {
  color: #253569;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #253569;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #253569;
}

:-ms-input-placeholder {
  color: #253569;
}

.map,
.view {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.view iframe {
  height: 100%;
  width: 100%;
}

.contact-blocks h2 {
  padding: 20px 0;
}

.page-template-contact .page-content {
  padding-bottom: 30px;
}

.sitemap li {
  list-style-type: none;
}

.sitemap a {
  color: #008CBA;
  padding-bottom: 10px;
  display: block;
}

.extra-blocks {
  background: #ffffff;
  color: #253569;
}

.extra-block {
  padding: 20px 0;
}

.extra-block .content li {
  list-style-image: url(inc/img/check.svg);
  margin-left: 20px;
  line-height: 26px;
}

.extra-block .content .answer li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.extra-block .thumb {
  padding-top: 20px;
}

.extra-block .answer li b,
.extra-block .answer li strong {
  color: #0078A0;
  display: block;
}

.extra-block .answer a {
  color: #0078A0;
}

.extra-block .question {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #eff2f4;
}

.extra-block .question h2 {
  margin-left: 45px;
  font-size: 16px;
  padding-bottom: 0;
}

.extra-block .question.open h2 {
  padding-bottom: 30px
}

.extra-block .question .answer {
  margin-left: 45px;
}

.extra-block .clicky {
  border: 2px solid #EFF2F4;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
}

.clicky {
  cursor: pointer;
}

.extra-block .clicky::after,
.extra-block .clicky::before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0078A0;
  width: 12px;
  height: 1px;
}

.extra-block .clicky::before {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.extra-block .question.open .clicky::after {
  opacity: 0;
}

.extra-block .clicky::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.answer {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.open .answer {
  max-height: none;
}

.cta .therapeuten {
  display: none;
}

.zkn-widget-body {
  border: 0 !important;
}

.zkn-widget-body a:hover {
  opacity: 0.6;
}

.share {
  text-align: center;
  padding: 30px 0;
}

.share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 10px;
}

.share a svg path {
  fill: #0078A0;
  transition: 0.3s;
}

.share a:hover svg path {
  fill: #253569;
}

.alle {
  text-align: right;
}

.facebook-feed .cff-photo {
  margin-top: 20px;
  display: block;
}

.therapeuten .left img {
  display: none;
}

.person-slide {
  position: relative;
}

.person-slide h4 {
  font-size: 'Playfair Display', serif;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #ffffff;
  color: #F16824;
}

.wpcf7 .close {
  display: none;
}

.direct-contact .wpcf7 .close {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  cursor: pointer;
}

/* Popup */
.popup {
  position: fixed;
  background: #253569;
  left: -1000px;
  color: #fff;
  z-index: 99;
  padding: 20px 40px;
  width: 50vw;
  animation: popupshow 1s ease;
  animation-fill-mode: forwards;
  animation-delay: 3s;
  transition: all 1s ease;
  max-width: 50%;
  bottom: 80px;
}

.popup.route {
  top: unset !important;
  bottom: 40px;
}

.popup.notactive {
  margin-left: -1000px !important;
}

.cross {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 28px;
  width: 30px;
  cursor: pointer;
}

.cross1 {
  height: 28px;
  width: 3px;
  background: #F16824;
  display: block;
  transform: rotate(45deg);
  position: relative;
  right: -15px;
}

.popup .title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 20px;
}

.cross2 {
  height: 28px;
  width: 3px;
  background: #F16824;
  display: block;
  transform: rotate(-45deg);
  position: relative;
  top: -28px;
  position: relative;
  right: -15px;
}

.n-mobile {
  display: none;
}

.beleid-corona-virus a {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 9;
}

.beleid-corona-virus a img {
  width: 180px;
}

.beleid-corona-virus a span {
  position: fixed;
  right: 0;
  bottom: 150px;
  color: white;
  width: 180px;
  text-align: center;
}

.social svg {
  width: 19px;
  height: 17px;
}

@keyframes popupshow {
  0% {
    left: -1000px;
  }

  100% {
    left: 0;
  }
}

.desktop-v {
  display: none
}

@media screen and (min-width:481px) {
  .facebook-feed .cff-photo {
    width: 36% !important;
  }

  .facebook-feed .cff-text-wrapper {
    width: 60% !important;
  }

  #wpcf7-f25-o1 {
    max-width: 800px;
  }

  .contact-blocks h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .contact-block {
    margin-bottom: 30px;
  }

  .openingstijden {
    width: 50%;
    max-width: 300px;
    left: auto;
    right: 0;
  }

  .home .intro,
  .page-template-overzicht .intro {
    padding: 30px;
  }

  h1,
  h2 {
    font-size: 26px;
  }

  .extra-block h2 {
    font-size: 24px;
  }

  p {
    padding-bottom: 20px;
  }

  .intro .left {
    padding-bottom: 20px;
  }

  .person {
    width: 24.5%;
    margin-left: -4px;
    margin-right: 0.5%;
  }

  .person-hover {
    width: 200px;
  }

  .home .person:nth-of-type(even),
  .parent-pageid-9 .person:nth-of-type(even),
  .parent-pageid-11 .person:nth-of-type(even) {
    margin-top: 10px;
    width: 24%;
  }

  .home .person:nth-of-type(even) .person-hover,
  .home .person:nth-of-type(odd) .person-hover {
    left: 10%;
    right: auto;
  }

  .home .person:last-of-type .person-hover {
    right: 10%;
    left: auto;
  }

  .cta .wrap {
    padding: 40px 0;
  }

  .samenwerking .logos a {
    width: 32%;
  }



  .site-footer .top {
    padding: 30px 0;
  }

  .site-footer .bottom .footer-logo {
    width: 200px;
  }

  .site-footer .bottom .block {
    padding: 10px 0;
    width: 240px;
    margin: 0 auto;
  }

  .site-footer .bottom {
    padding: 30px 0;
  }

  .diensten .item,
  .items .item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .diensten .item:nth-of-type(odd) {
    margin-right: calc(4% - 6px);
  }

  .diensten {
    padding: 30px 0;
  }

  .blog h2 {
    padding-bottom: 20px;
  }

  .extra-block .thumb {
    width: 50%;
  }

  .contact-blocks .half {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .contact-blocks .half.first {
    margin-right: 3%;
  }

  .long {
    width: 60%;
    display: inline-block;
  }

  .short {
    width: 34%;
    display: inline-block;
  }

  .contact-blocks .half>span.long:first-child,
  .contact-blocks .half>span.short:first-child {
    margin-right: 6%;
  }

  .button.orange.afspraak {
    left: auto;
    padding: 10px 30px;
  }

  .intro .left {
    max-width: 550px;
  }

  .intro .right {
    max-width: 440px;
  }

  .site-footer .bottom .block.footer-logo {
    display: block;
    width: 200px;
  }

  .zkn-widget-type-3 {
    min-height: 1px !important;
  }

  .zkn-widget-type-3 .zkn-widget-body {
    height: auto !important;
  }

  .direct-button {
    left: auto;
    width: 211px;
    border-left: 1px solid #ffffff;
  }
}

@media screen and (max-width: 480px) {
  .promoButton {
    width: 125px;
    height: 125px;
    padding: 25px 0;
    top: 10px;
    left: 10px;
  }

  .openingstijden {
    top: 137px;
  }
}

@media screen and (min-width:768px) {
  .popup {
    max-width: 30%;
  }

  .openingstijden {
    top: 0;
    transform: none;
  }

  .home .intro,
  .page-template-overzicht .intro {
    padding: 40px;
    margin-top: -80px;
    background-image: url(inc/img/intro-background.png);
    background-size: auto auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  h1,
  h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }

  h3 {
    font-size: 14px;
  }

  .people {
    padding-top: 30px;
  }

  .cta .wrap {
    padding: 80px 0;
  }

  .home .cta .clicky {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    margin-top: 0;
  }

  .cta h2 {
    font-size: 30px;
  }

  .home .cta h2 {
    padding-bottom: 0;
  }

  .samenwerking p {
    max-width: 620px;
    font-size: 14px;
  }

  .links .netwerken,
  .links .partners {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .links .partners {
    margin-right: 3%;
  }

  .logos {
    margin: 60px auto 20px;
  }

  .site-footer .top .block {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-align: left;
  }

  .site-footer .top .block:first-of-type {
    margin-left: 5%;
  }

  .site-footer .top li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }

  .site-footer .bottom .block {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
  }

  .site-footer .bottom .block.footer-logo {
    display: block;
    width: 200px;
    margin: 0 0 20px 0;
  }

  .site-footer .top {
    padding: 40px 0;
  }

  .copyright {
    padding: 20px 0 50px;
  }

  .diensten .item,
  .items .item {
    width: 32%;
    margin-right: 1%;
  }

  .diensten .item:nth-of-type(odd) {
    margin: 0;
    margin-right: 1%;
  }

  .diensten .item:nth-of-type(3n),
  .items .item:nth-of-type(3n) {
    margin-right: 0;
  }

  .diensten {
    padding: 60px 0 0;
  }

  .cta span:not(.clicky) {
    display: inline-block;
    margin: 0 30px;
  }

  .cta span+a {
    display: inline-block;
  }

  .page-template-personen .person {
    width: 19.5%;
    margin-bottom: 4px;
  }

  .person-hover {
    width: 280px;
  }

  .person:nth-of-type(even) .person-hover {
    right: auto;
    left: 10%;
  }

  .page-template-personen .person:nth-of-type(5n) .person-hover {
    left: auto;
    right: 10%;
  }

  .page-template-personen .style_one {
    transform: translateY(-9%) rotate(0.3deg);
    -webkit-transform: translateY(-9%) rotate(0.3deg);
  }

  .style_one .person-hover {
    transform: translateY(50%) rotate(-0.3deg);
    -webkit-transform: translateY(50%) rotate(-0.3deg);
  }

  .page-template-personen .style_two {
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
  }

  .page-template-personen .style_three {
    transform: translateY(-8%) rotate(-0.4deg);
    -webkit-transform: translateY(-8%) rotate(-0.4deg);
  }

  .style_three .person-hover {
    transform: translateY(50%) rotate(0.3deg);
    -webkit-transform: translateY(50%) rotate(0.3deg);
  }

  .page-template-personen .style_four {
    transform: translateY(-11%) rotate(0.5deg);
    -webkit-transform: translateY(-11%) rotate(0.5deg);
  }

  .style_four .person-hover {
    transform: translateY(50%) rotate(-0.5deg);
    -webkit-transform: translateY(50%) rotate(-0.5deg);
  }

  .facebook-feed #cff .cff-item {
    width: 46%;
    clear: none;
    margin-bottom: 20px;
  }

  .facebook-feed #cff .cff-item:nth-of-type(odd) {
    margin-right: 8%;
  }

  .extra-blocks {
    padding: 40px 0;
  }

  .extra-block {
    padding: 40px 0 0;
    position: relative;
    margin-bottom: 40px;
  }

  .extra-block:nth-of-type(odd) .content {
    margin-left: 40%;
    position: relative;
  }

  .extra-block.plain .content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 80%;
    max-width: 760px;
  }

  .extra-block:nth-of-type(odd) .thumb {
    position: absolute;
    top: 0;
    width: 50%;
    left: -14%;
    max-width: 530px;
  }

  .extra-block:nth-of-type(even) .content {
    margin-right: 47%;
    position: relative;
  }

  .extra-block:nth-of-type(even) .thumb {
    position: absolute;
    top: 0;
    width: 40%;
    right: 0;
    max-height: 100%;
    overflow: hidden;
  }

  .review {
    padding-top: 20px;
  }

  .page-template-contact .page-content {
    padding-bottom: 60px;
  }
}

@media screen and (min-width:1024px) {
  .direct-button {
    bottom: 0;
  }

  .clicky {
    width: 50px;
    height: 50px;
  }

  .page-child .cta {
    text-align: left;
  }

  .page-child .cta .button.orange {
    margin: 10px 0 30px;
  }

  .page-child .cta span {
    margin-left: 0;
  }

  .people-slider {
    position: absolute;
    right: 5%;
    width: 180px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .people-slider button {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 0;
    background-image: url(inc/img/arrow.svg);
    background-size: 21px 21px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999em;
    top: 50%;
    position: absolute;
    z-index: 99;
    transition: 0.3s;
  }

  .people-slider button:hover {
    opacity: 0.6;
  }

  .people-slider .slick-next {
    right: 0;
    transform: translateY(-50%) translateX(150%);
    -webkit-transform: translateY(-50%) translateX(150%);
  }

  .people-slider .slick-prev {
    left: 0;
    transform: translateY(-50%) translateX(-150%) rotate(180deg);
    -webkit-transform: translateY(-50%) translateX(-150%) rotate(180deg);
  }

  .person-slide {
    margin: 5px;
  }

  .scroll-link {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    text-align: center;
    transform: translateY(20px);
    margin-left: 36px;
  }

  .scroll-link .clicky {
    border: 2px solid #EFF2F5;
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 10px;
  }

  .item-slider {
    padding-bottom: 80px;
  }

  .item.slick-slide {
    margin: 0 15px;
  }

  .item-slider {
    margin-left: -10px;
    width: calc(100% + 30px);
  }

  .intro .animate-border {
    margin-top: 30px;
  }

  .home .intro .animate-border {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #content p. #content li {
    letter-spacing: 1px !important;
  }

  .map,
  .view {
    height: 400px;
  }

  .menu-mobile-container {
    display: none;
  }

  .menu-hoofdmenu-container {
    display: block;
  }

  .parent-pageid-9 .cta .button,
  .parent-pageid-11 .cta .button {
    display: block;
    width: 200px;
    margin-bottom: 30px;
  }

  .person-hover {
    text-align: left;
    padding: 20px;
  }

  .cta .therapeuten {
    display: block;
  }

  .cta .therapeuten .people {
    position: relative;
  }

  .cta .therapeuten .person-hover {
    left: auto !important;
    right: 10% !important;
  }

  .footer-logo a:hover {
    margin-left: 0 !important;
  }

  .item-thumb img {
    transition: 0.3s;
  }

  .facebook-feed {
    margin-top: 30px;
  }

  .facebook-feed #cff p {
    line-height: 26px;
    font-size: 13px;
  }

  .facebook-feed #cff p br {
    display: none;
  }

  .item:hover .item-thumb img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }

  .item:hover .clicky svg path {
    fill: #F16824;
  }

  #content {
    padding-top: 159px;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 999;
  }

  .searchform {
    position: absolute;
    right: 0;
  }

  .logo {
    display: inline-block;
    vertical-align: middle;
  }

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

  .menu-block {
    position: relative;
    top: auto;
    bottom: auto;
    background: none;
    overflow-y: visible;
    z-index: 999;
    transition: 0.3s;
    margin-left: 0;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
  }

  .home-link a {
    padding: 0 !important;
    margin-left: 30px !important;
  }

  .home-link a {
    width: 18px !important;
    height: 17px;
    background-image: url(inc/img/home.svg);
    background-size: 18px 17px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    display: block;
  }

  .home-link a:hover {
    background-image: url(inc/img/home-hover.svg);
    background-size: 18px 17px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .mobile-only {
    display: none !important;
  }

  .menu-block>div>ul>li>a {
    color: #253569;
    width: auto;
    font-size: 16px;
    margin-left: 0;
    padding: 0 18px;
    transition: 0.3s;
  }

  .menu-block>div>ul>li>a:hover {
    color: #0078A0;
  }

  .menu-block>div>ul>.current-menu-item>a,
  .menu-block>div>ul>.current-menu-ancestor>a {
    color: #F16824;
  }

  .menu-block>div>ul>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 50px 0;
  }

  .menu-block>div>ul>li:hover {
    margin: 0;
    padding: 50px 0;
  }

  .menu-block>div>ul>li>.sub-menu {
    position: fixed;
    top: 130px;
    display: none;
    width: 100vw;
    background: #EFF2F4;
    left: 0;
    text-align: center;
    height: 460px;
    transition: 0.3s;
    border-bottom: 2px solid #F16824;
  }

  .menu-block>div>ul>li.menu-item-has-children:hover::after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    background: #EFF2F4;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
  }

  .menu-block>div>ul>li:hover>.sub-menu {
    display: block;
  }

  .menu-block>div>ul li .sub-menu .clicky {
    display: none !important;
  }

  .menu-block>div>ul>li>.sub-menu>li.menu-item-has-children>a {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .menu-block>div>ul>li>.sub-menu li {
    background: none !important;
  }

  .menu-block>div>ul>li .sub-menu li {
    max-height: none;
  }

  .menu-block li.open .sub-menu li {
    width: auto;
    max-height: none !important;
  }

  .menu-block>div>ul>li>.sub-menu a {
    margin-left: 0;
    padding: 5px 0;
    display: block;
    font-size: 14px;
    text-align: left;
    transition: 0.3s;
  }

  .menu-block>div>ul>li>.sub-menu .sub-menu a:hover {
    color: #0179A1;
    padding-left: 8px;
    background-image: url(inc/img/chevron-blue.svg);
    background-size: 3px 6px;
    background-repeat: no-repeat;
    background-position: left top 14px;
  }

  .menu-block>div>ul>li>.sub-menu>li.menu-item-has-children {
    display: inline-block;
    width: 30%;
    max-width: 300px;
    vertical-align: top;
    padding-top: 40px;
  }

  .menu-block>div>ul>li>.sub-menu>li {
    display: block;
    width: 200px;
    vertical-align: top;
    line-height: 26px;
  }

  .menu-block>div>ul>li>.sub-menu .sub-menu {
    text-align: left;
  }

  .menu-block>div>ul>li.menu-item-has-children>.clicky {
    display: block;
    content: " ";
    width: 6px;
    height: 11px;
    background: url(inc/img/chevron-orange.svg);
    background-size: 6px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    left: auto;
    right: 6px;
    z-index: 999;
    transition: 0.3s;
  }

  .menu-block>div>ul>li.menu-item-has-children:hover>.clicky {
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
  }

  .menu-block>div>ul>li.menu-item-has-children.open>.clicky {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
  }

  .copyright p {
    display: inline-block;
  }

  .top-header .social {
    display: block;
    right: 280px;
    position: absolute;
    top: 0;
  }

  .top-header .social a {
    display: inline-block;
    width: 19px;
    height: 17px;
    margin: 8px;
    transition: 0.3s;
  }

  .top-header .social a:hover {
    opacity: 0.6;
  }

  .top-header {
    overflow: hidden;
    text-align: right;
  }

  .top-header ul {
    display: block;
    margin-right: 420px;
  }

  .top-header li {
    display: inline-block;
  }

  .top-header li a {
    color: #ffffff;
    opacity: 0.6;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin: 10px 0;
    padding: 0 14px;
    border-left: 1px solid #ffffff;
    transition: 0.3s;
  }

  .top-header li:last-of-type a {
    border-right: 1px solid #ffffff;
  }

  .top-header li a:hover {
    opacity: 1;
  }

  .top-header .bel {
    left: auto;
    padding: 9px 40px 8px;
    transition: 0.3s;
  }

  .top-header .bel:hover {
    background: #F16824;
  }

  .menu-button {
    display: none;
  }

  .intro .left {
    max-width: 54%;
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
  }

  .intro .right {
    max-width: 40%;
    display: inline-block;
    vertical-align: top;
  }

  .intro .right img:first-of-type {
    width: 55px;
  }

  .intro .right img:last-of-type {
    width: 155px;
  }

  .intro .right img {
    margin-right: 20px;
  }

  .intro .right p {
    padding-top: 30px;
  }

  p {
    line-height: 30px;
  }

  .therapeuten .left {
    max-width: 440px;
    width: 40%;
    position: relative;
    padding: 30px 0;
  }

  .home .person:nth-of-type(even) {
    margin-top: 20px;
  }

  .home .person:last-of-type .person-hover {
    right: 60%;
    left: auto;
  }

  .therapeuten .people {
    width: 70%;
    position: absolute;
    bottom: -14px;
    right: -15%;
    padding: 0;
  }

  .therapeuten {
    padding-bottom: 0;
  }

  .cta .wrap {
    padding: 100px 0;
  }

  .samenwerking .links {
    margin-left: 40%;
  }

  .samenwerking .logos {
    max-width: 40%;
    position: absolute;
    top: -3%;
    left: -4%;
  }

  .site-footer .bottom .block.footer-logo {
    display: inline-block;
    width: 30%;
    margin-left: -6%;
    margin-right: 0%;
  }

  .site-footer .bottom .block {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -4px;
  }

  .button.orange.afspraak {
    position: absolute;
    bottom: 50%;
    right: -50px;
    display: block;
    z-index: 9999;
    padding: 10px 16px;
    font-size: 14px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition: 0.3s;
    border-radius: 3px;
  }

  .button.orange.afspraak:hover {
    background: #0179A1;
  }

  .clicky svg path {
    transition: 0.3s;
  }

  .clicky:hover svg path {
    fill: #F16824;
  }

  .cta .button {
    transition: 0.3s;
  }

  .cta .button:hover {
    background: #0078A0;
  }

  .cta span+a,
  .samenwerking li a,
  .logos a,
  .site-footer .top li a,
  .site-footer .bottom a,
  .searchform input[type=submit] {
    transition: 0.3s;
  }

  .cta span+a:hover {
    color: #0078A0;
  }

  .home .intro,
  .page-template-overzicht .intro {
    border-left: 2px solid #F16824;
  }

  .animate-border::after {
    transition: 0.3s;
    width: 20px;
  }

  .animate-border:hover::after {
    width: 100%;
  }

  button {
    cursor: pointer;
  }

  .samenwerking li a:hover,
  .site-footer .top li a:hover,
  .site-footer .bottom a:hover {
    color: #F16824;
    margin-left: 6px;
  }

  .logos a:hover {
    opacity: 0.7;
  }

  .searchform input[type=submit]:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  .extra-block {
    padding: 60px 0 0;
    position: relative;
    margin-bottom: 60px;
  }

  .blog h2 {
    padding-bottom: 40px;
  }

  .personen-slider {
    display: inline-block;
  }

  .personen-slider .person-hover {
    display: block;
    opacity: 1;
  }

  .openingstijden li,
  .openingstijden p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .openingstijden ul {
    padding-bottom: 10px;
  }

  .samenwerking h2::before,
  .therapeuten h2::before,
  .diensten-slider h2::before,
  .intro h1::before {
    display: inline-block;
    content: "/";
    font-size: 50px;
    vertical-align: middle;
    color: #F16824;
    font-weight: 300;
    margin-left: -20px;
    transform: translateX(-30px) translateY(-5px) rotate(20deg);
  }

  .home .intro h1::before,
  .page-template-overzicht .intro h1::before {
    display: none;
  }
}

@media screen and (min-width:1280px) {
  .menu-block>div>ul>li.menu-item-has-children:hover::after {
    bottom: 30px;
  }

  .menu-block>div>ul>li>.sub-menu {
    top: 140px;
  }

  .logo {
    max-width: 200px;
  }

  .extra-block:nth-of-type(even) .content {
    margin-right: 45%;
  }

  .extra-block:nth-of-type(even) .thumb {
    width: 34%;
  }

  .menu-block>div>ul>li>a {
    padding: 0 30px;
  }

  .cta span+a {
    font-size: 20px;
  }

  .cta h2 {
    font-size: 36px;
  }

  .site-footer .top .block {
    width: 33%;
  }

  .review {
    padding-top: 0;
    display: inline-block;
  }

  .site-footer .top .block:first-of-type {
    margin-left: 0;
  }

  .extra-block .answer li b,
  .extra-block .answer li strong {
    min-width: 140px;
    display: inline-block;
    margin-right: 20px;
  }

  .button.orange.afspraak {
    right: -30px;
    padding: 12px 30px;
    font-size: 16px;
  }

  #content {
    padding-top: 180px;
  }

  .intro .left {
    margin-right: 5%;
  }

  .extra-block .question h2 {
    font-size: 20px;
  }

  #content li {
    font-size: 16px;
    line-height: 46px;
  }

  #content .answer p {
    font-size: 18px;
  }

  .extra-block:nth-of-type(odd) .thumb {
    left: -10%;
  }

  .extra-block .clicky {
    width: 44px;
    height: 44px;
    left: -20px;
  }

  .intro {
    margin-bottom: 60px;
  }

  .person h4 {
    font-size: 18px;
  }

  .person-hover {
    padding: 20px;
  }

  p {
    font-size: 16px;
  }

  .intro .left p {
    max-width: 520px;
    line-height: 36px;
  }

  h1,
  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 16px;
  }

  .intro h3 {
    padding-bottom: 30px;
  }

  .intro .right p {
    font-size: 14px;
  }

  .animate-border {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .intro .right img {
    margin-right: 40px;
    width: 67px;
  }

  .intro .right img:last-of-type {
    width: 166px;
    margin-right: 30px;
  }

  .cijfer {
    width: 83px;
    height: 83px;
    font-size: 40px;
  }

  #content li {
    font-size: 16px;
    line-height: 34px;
  }

  .samenwerking .links li {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1440px) {
  .intro .left p {
    font-size: 18px;
  }

  .people-slider {
    width: 230px;
  }

  .scroll-link {
    margin-left: 50px;
  }

  .home .intro,
  .page-template-overzicht .intro {
    padding: 60px;
  }

  .therapeuten {
    padding: 120px 0 0;
  }

  .therapeuten .left {
    padding: 0 0 40px;
  }

  .therapeuten .people {
    width: 75%;
    right: -20%;
    bottom: -31px;
  }

  .home .person:nth-of-type(even) {
    margin-top: 40px;
  }

  .openingstijden {
    bottom: 0;
    max-height: none;
    padding-top: 30px;
  }

  .openingstijden .chevron {
    display: none;
  }

  .intro {
    z-index: 10;
    position: relative;
  }

  .cta h2 {
    font-size: 42px;
    letter-spacing: 1.3px;
  }

  .samenwerking .logos {
    max-width: 48%;
    left: -11%;
  }

  .samenwerking {
    padding: 60px 0;
  }

  .copyright p {
    font-size: 14px;
    padding-bottom: 0;
  }

  h1,
  h2 {
    font-size: 42px;
  }

  .item-title h4 {
    font-size: 20px;
  }

  .home .cta .wrap {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}

.newsblock {
  position: absolute;
  top: 0;
  left: 0;
  background: #253568;
  padding: 20px;
  color: white;
}

.newsblock a {
  color: white;
}

.newsblock .thumb {
  float: left;
  margin-right: 20px;
}

.post-data {
  float: left;
  max-width: 190px;
  width: calc(100% - 190px);
}

.anr_captcha_field {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

@media screen and (min-width: 1259px) and (max-width: 1280px) {
  .samenwerking .logos {
    margin: 20px auto 20px !important;
  }
}

@media screen and (min-width: 1280px) {
  .samenwerking .logos {
    margin: 0px !important;
  }
}