@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #004d8f;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 150%;
}

h1,
.sub-page-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 50px;
  line-height: 100%;
  font-weight: 700;
}

h2,
.overzicht-page-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 44px;
  line-height: 100%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 34px;
  line-height: 100%;
  font-weight: 700;
}

h5,
.team-naam-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
}

h6,
.sub-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #004d8f;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}

blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px 20px;
  border-left: 5px solid #95c11f;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
}

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

.button {
  display: inline-block;
  margin-top: 5px;
  padding: 8px 18px;
  border-radius: 4px;
  background-color: #95c11f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}

.button:hover {
  background-color: #89b31b;
}

.fa {
  font-family: Fontawesome, sans-serif;
  font-weight: 400;
}

.fa.left {
  margin-right: 5px;
}

.fa.social-media {
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  border-radius: 50%;
  background-color: #fff;
  color: #95c11f;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.fa.social-media:hover {
  text-decoration: none;
}

.fa.right {
  margin-left: 5px;
}

.fa.footer-social-media-link {
  display: block;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border-radius: 50%;
  background-color: #fff;
  color: #004d8f;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.fa.footer-social-media-link:hover {
  background-color: hsla(0, 0%, 100%, .9);
  text-decoration: none;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
}

.section.whitesmoke {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
}

.section.center {
  text-align: center;
}

.style {
  display: none;
}

.main-nav-list {
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.menu-item {
  display: inline-block;
  padding-top: 2px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  position: relative;
}

.menu-item:hover {
  border-bottom: 2px solid #95c11f;
}

.main-nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.navbar {
  background-color: #fff;
}

.top-bar {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #95c11f;
  color: #fff;
  font-size: 13px;
}

.top-list {
  margin: 0px;
  padding: 0px;
  float: left;
}

.top-list.social-media {
  float: right;
  padding-top: 3px;
  margin-bottom: -3px;
}

.top-list-item {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
}

.top-list-item.social-media {
  margin-right: 10px;
}

.main-nav-logo {
  max-width: 40%;
  padding: 8px 0px;
}

.main-nav-logo-image {
  display: block;
  width: 340px;
  height: 90px;
}

.main-nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  background-color: #fff;
}

.header.sub-page {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/jansenvdberg-sfeer-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/jansenvdberg-sfeer-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.header.sub-page.team {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/groepsfoto-jansenvdberg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.header.sub-page.therapiebad {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/sfeer-therapiebad-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/sfeer-therapiebad-1.jpg');
  background-size: auto, cover;
}

.header.sub-page.teamfoto {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/groepsfoto-jansenvdberg_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/groepsfoto-jansenvdberg_1.jpg');
}

.header.sub-page.pand {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/jansenvdberg-sfeer-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/jansenvdberg-sfeer-4.jpg');
}

.home-slider {
  height: 40vw;
  max-height: 600px;
  min-height: 500px;
  background-color: #000;
}

.home-slide {
  padding: 100px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .25);
}

.home-slide.slide1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home-slide-team.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home-slide-team.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-slide.slide2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home-slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home-slide-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-slide.slide3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/jansenvdberg-sfeer-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/jansenvdberg-sfeer-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, .15);
}

.slider-image {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.highlight-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.highlight-list-item {
  padding: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.highlight-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.featured-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured-list-item {
  display: inline-block;
  width: 33%;
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.featured-item-image-wrapper {
  margin: 0px 0px 15px;
  padding: 0px;
}

.featured-item-image {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.short-intro {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 20px auto 30px;
  font-size: 16px;
  line-height: 150%;
}

.footer {
  background-color: #004d8f;
  color: #fff;
}

.divider {
  display: block;
  width: 50%;
  height: 2px;
  max-width: 300px;
  margin: 10px auto;
  background-color: #95c11f;
}

.usp-list {
  margin: 15px 0px;
  padding: 0px 0px 0px 20px;
  font-size: 16px;
  line-height: 150%;
}

.usp-list.sidebar-list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.copyright {
  padding: 15px 40px;
  color: #fff;
  font-size: 11px;
  line-height: 140%;
  text-align: center;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input {
  border-style: none;
  border-radius: 4px;
}

.footer-list-item {
  display: inline-block;
  width: 20%;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-list-item.left {
  width: 35%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-list-item.middle {
  width: 30%;
}

.footer-list-item.right {
  width: 30%;
}

.usp-column {
  width: 30%;
  padding: 15px;
  float: left;
}

.referentie-column {
  width: 70%;
  padding: 15px;
  float: right;
  text-align: center;
}

.referentie-slider {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.referentie-arrow {
  color: #333;
}

.referentie-arrow.right {
  background-image: none;
}

.referentie-arrow.left {
  background-image: none;
}

.referentie-slide {
  padding-right: 80px;
  padding-left: 80px;
  text-align: center;
}

.referentie-image {
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.sfeer {
  height: 30vw;
  max-height: 700px;
}

.slide-flex {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.referentie-quote {
  border-left-style: none;
  text-align: center;
}

.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 15px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list.page {
  margin-right: 0px;
  margin-left: 0px;
}

.news-list-item {
  display: inline-block;
  width: 48%;
  margin: 10px 1%;
  padding: 15px;
  border: 1px solid silver;
  background-color: #fff;
  text-align: left;
}

.news-list-item.page {
  margin-top: 0px;
}

.news-date {
  margin-bottom: 5px;
}

.sub-menu {
  position: absolute;
  display: none;
  margin: 0px 0px 0px -5px;
  padding: 5px 0px;
  background-color: #004d8f;
}

.sub-menu.active {
  display: block;
}

.sub-menu.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
}

.sub-menu.flex.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu.flex.inactive {
  display: none;
}

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.team-list-item {
  display: inline-block;
  width: 25%;
  margin-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.team-image-wrapper {
  display: block;
  border: 1px solid silver;
}

.team-text-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.functie {
  margin-top: -6px;
  margin-bottom: 10px;
  color: #004d8f;
  font-size: 13px;
  line-height: 140%;
  font-weight: 700;
}

.sub-page-heading {
  margin-bottom: 0px;
}

.sub-menu-list {
  margin: 0px;
  padding: 0px;
  float: left;
}

.social-media-list-item {
  display: inline-block;
  margin-right: 10px;
}

.sfeer-slide.slide-1 {
  background-image: url('../images/jansenvdberg-sfeer-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sfeer-slide.slide-2 {
  background-image: url('../images/home-slide-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sfeer-slide.slide-3 {
  background-image: url('../images/jansenvdberg-sfeer-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sfeer-slide.slide-4 {
  background-image: url('../images/jansenvdberg-sfeer-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sfeer-slide.slide-5 {
  background-image: url('../images/jansenvdberg-sfeer-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-contact-block {
  margin-bottom: 30px;
  padding-top: 18px;
  background-image: -webkit-linear-gradient(0deg, transparent, rgba(0, 55, 102, .25) 50%, transparent);
  background-image: linear-gradient(90deg, transparent, rgba(0, 55, 102, .25) 50%, transparent);
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.footer-contact-big {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  font-weight: 700;
}

.footer-contact-line {
  height: 1px;
  margin-top: 20px;
  background-image: -webkit-linear-gradient(0deg, transparent, hsla(0, 0%, 100%, .25) 50%, transparent);
  background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25) 50%, transparent);
}

.footer-contact-text-block {
  padding-right: 40px;
  padding-left: 40px;
}

.content {
  width: 70%;
  padding-right: 40px;
  float: left;
}

.sidebar {
  width: 30%;
  margin-top: -15px;
  float: right;
}

.paragraph-space {
  margin-bottom: 30px;
}

.sidebar-block {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.sidebar-block.white {
  border: 1px solid silver;
  background-color: #fafafa;
}

.sidebar-block.afspraak {
  padding-top: 220px;
  border: 1px solid silver;
  background-image: -webkit-linear-gradient(90deg, #003766, transparent 75%), url('https://www.jansenvdberg.nl/wp-content/uploads/Contact-met-Jansen-van-den-Berg-Vorden.jpg');
  background-image: linear-gradient(0deg, #003766, transparent 75%), url('https://www.jansenvdberg.nl/wp-content/uploads/Contact-met-Jansen-van-den-Berg-Vorden.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.sidebar-block.phot-block {
  padding: 0px;
  border: 1px solid silver;
}

.content-image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.team-foto {
  display: block;
  width: 100%;
}

.therapeuten-blok {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid silver;
}

.therapeuten-list {
  margin: 25px 0px 0px;
  padding: 0px;
}

.therapeut-list-item {
  margin-bottom: 25px;
}

.therapeut-image-wrapper {
  width: 20%;
  float: left;
  border: 1px solid silver;
}

.therapeut-text-wrapper {
  width: 80%;
  padding-left: 30px;
  float: right;
}

.textarea {
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  min-width: 100%;
}

.google-maps {
  margin-bottom: 10px;
}

.column-left {
  width: 50%;
  padding-bottom: 25px;
  float: left;
}

.column-right {
  width: 50%;
  padding-bottom: 25px;
  float: right;
}

.searchform {
  margin-bottom: -5px;
}

.team-photo {
  width: 100%;
  max-width: none;
}

.team-functie {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #004d8f;
  font-weight: 700;
}

.werknemer-foto {
  width: 30%;
  margin-bottom: 10px;
  margin-left: 25px;
  float: right;
  border: 1px solid silver;
}

.cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px;
  padding: 0 0 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-list-item {
  width: 31%;
  margin: 10px 1%;
  padding: 15px;
  border: 1px solid silver;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.two-row .cat-list-item {
  width: 48%;
}

.cat-img-wrapper {
  margin-bottom: 15px;
}

.cat-list-block {
  padding: 10px;
  border: 1px solid silver;
}

.cat-img {
  width: 100%;
}

.cat-list-title {
  font-size: 22px;
  /* word-wrap: break-word; */
}

.cat-list-text {
  margin-bottom: 10px;
}

.news-page-list {
  margin: 0px;
  padding: 0px;
}

.news-page-list-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid silver;
}

// Handmatige CSS
.top-list-item {
  vertical-align: middle;
}

.menu-item a,
.menu-item div {
  padding: 15px 15px;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 17px;
}

.menu-item:hover>ul {
  display: block;
  z-index: 1000;
}

.sub-menu ul {
  position: absolute;
  top: 0;
  left: 100%;
}

.sub-menu .menu-item {
  border-bottom: 0;
  display: block;
}

.sub-menu .menu-item a,
.sub-menu .menu-item div {
  padding: 4px 15px;
  color: #fff;
}

.sub-menu .menu-item a:hover,
.sub-menu .menu-item div:hover {
  background: rgba(255, 255, 255, 0.1);
}

.home-slide h1 {
  font-size: 70px;
}

.usp-list li:before {
  content: " ";
  font-family: Fontawesome, sans-serif;
  margin-right: 5px;
  margin-left: -20px;
  font-weight: 400;
  color: #95c11f;
}

.team-image-wrapper img {
  width: 100%;
}

.top-bar a,
.afspraak a,
.footer a {
  color: #fff;
  text-decoration: none;
}

.top-bar a:hover,
.afspraak a:hover,
.footer a:hover {
  text-decoration: underline;
}

.news-page-list-item:last-child {
  border: none;
}

.wpcf7-not-valid-tip {
  margin-top: -8px;
  margin-bottom: 15px;
}

.fw {
  width: 100%;
}

.prijslijst,
.openingstijden {
  text-align: left;
  margin: 20px 0 20px;
  max-width: 100%;
}

.prijslijst thead {
  background: #95c11f;
  color: white;
}

.prijslijst th {
  padding: 5px 10px;
}

.prijslijst td,
.openingstijden td {
  padding: 5px 10px;
  border-bottom: 1px solid whitesmoke;
}


/*
.prijslijst td:first-child {
  width: 70%
}
*/

.breadcrumbs-section {
  padding: 15px 0;
  background-color: #f5f5f5;
}

.breadcrumbs {
  margin: 0;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}


/* Accordion Styles */

.accordion {}

.accordion-title {
  background-color: #fafafa;
  color: #333;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  text-align: left;
  border: 1px solid silver;
  transition: 0.4s;
  font-weight: 600;
}

.accordion-title:hover {
  background-color: #f2f2f2;
}

.accordion-title:first-child {
  border: none;
}

.accordion-title.open {
  background-color: #f2f2f2;
}

.accordion-content {
  padding: 18px 0;
  background-color: white;
}

.accordion-title:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion-title.open:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

.w-input.wpcf7-not-valid {
  border: 1px solid red;
}

.bottom-right-nav {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.bottom-right-nav .button-text {
  margin-left: 8px;
}
.page-template-tpl-contact .bottom-right-nav {
  display: none;
}

.banner-slide {
  padding: 12px;
}


.banners-slider.slick-initialized .slick-slide {
  display: inline-block !important;
  vertical-align: middle !important;
}
.banners-slider .slick-slide {
  float: none !important;
}


@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .main-nav-logo {
    max-width: 30%;
  }
  .main-nav-logo-image {
    width: 230px;
    height: 60px;
  }
  .home-slider {
    height: 50vw;
    min-height: 450px;
  }
  .home-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-slide.slide1 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/home-slide-team.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/home-slide-team.jpg');
    background-position: 0px 0px, 60% 100%;
    background-size: auto, auto 120%;
  }
  .featured-list {
    display: block;
  }
  .featured-list-item {
    display: block;
    width: auto;
  }
  .featured-item-image-wrapper {
    width: 30%;
    float: left;
  }
  .featured-text-wrapper {
    width: 65%;
    float: right;
    text-align: left;
  }
  .usp-list.sidebar-list {
    font-size: 15px;
  }
  .footer-list-item.left {
    width: 35%;
    padding-right: 15px;
  }
  .footer-list-item.middle {
    width: 30%;
  }
  .footer-list-item.right {
    width: 35%;
  }
  .usp-column {
    width: 40%;
  }
  .referentie-column {
    width: 60%;
  }
  .referentie-slider {
    padding-bottom: 35px;
  }
  .referentie-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sfeer {
    height: 50vw;
  }
  .news-list-item.page {
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
  }
  .team-list-item {
    width: 33%;
  }
  .content {
    width: 60%;
  }
  .sidebar {
    width: 40%;
  }
  .column-left.tablet-wide {
    width: auto;
    float: none;
  }
  .column-right.tablet-wide {
    width: auto;
    float: none;
  }
  .werknemer-foto {
    display: none;
  }
  .cat-list-item {
    width: 31%;
    padding: 10px;
  }
  .two-row .cat-list-item {
    width: 48%;
  }
  .slide-flex p {
    font-size: 17px;
    line-height: 130%;
  }
  .bottom-right-nav {
    bottom: 10px;
    right: 10px;
  }
  .bottom-right-nav .button-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-nav-list {
    text-align: left;
  }
  .menu-item {
    display: block;
    border-bottom-style: none;
  }
  .menu-item:hover {
    border-bottom-style: none;
  }
  .menu-item.menu-has-children.active {
    background-color: hsla(0, 0%, 100%, .1);
  }
  .menu-item.active {
    background-color: transparent;
  }
  .main-nav-menu {
    width: auto;
    max-width: 80%;
    padding-top: 15px;
    background-color: #004d8f;
    text-align: left;
  }
  .main-nav-logo {
    display: block;
    max-width: 100%;
    float: none;
  }
  .main-nav-flex {
    display: block;
  }
  .main-nav-menu-button {
    position: absolute;
    top: 8px;
    right: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .7);
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, .4);
  }
  .main-nav-menu-button.w--open {
    background-color: #004d8f;
  }
  .home-slide.slide1 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/home-slide-team.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/home-slide-team.jpg');
    background-position: 0px 0px, 12% 100%;
    font-size: 20px;
  }
  .highlight-list {
    display: block;
  }
  .highlight-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .highlight-icon {
    width: 80%;
    height: auto;
    margin-bottom: 0px;
  }
  .highlight-icon-wrapper {
    width: 25%;
    float: left;
  }
  .highlight-text-wrapper {
    width: 65%;
    margin-bottom: -9px;
    padding-left: 20px;
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .usp-list {
    text-align: center;
  }
  .copyright {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-list {
    display: block;
  }
  .footer-list-item.left {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
  .footer-list-item.middle {
    width: 50%;
    float: left;
  }
  .footer-list-item.right {
    width: 50%;
    float: right;
  }
  .usp-column {
    width: auto;
    margin-bottom: 40px;
    float: none;
    text-align: center;
  }
  .referentie-column {
    width: auto;
    float: none;
  }
  .referentie-slider {
    padding-bottom: 0px;
  }
  .referentie-arrow.right {
    background-image: none;
  }
  .referentie-arrow.left {
    background-image: none;
  }
  .sfeer {
    height: 60vw;
  }
  .referentie-quote {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-list {
    display: block;
  }
  .news-list-item {
    width: auto;
    text-align: center;
  }
  .news-list-item.page {
    margin-bottom: 15px;
  }
  .sub-menu {
    position: static;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .sub-menu.active {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1));
  }
  .sub-menu.flex {
    display: none;
  }
  .sub-menu.flex.active {
    display: block;
  }
  .team-list-item {
    width: 50%;
  }
  .sub-menu-list {
    float: none;
  }
  .footer-social-media {
    text-align: center;
  }
  .footer-contact-block {
    font-size: 3vw;
  }
  .footer-contact-big {
    font-size: 6vw;
  }
  .content {
    width: auto;
    padding-right: 0px;
    float: none;
  }
  .sidebar {
    width: auto;
    padding-top: 35px;
    float: none;
  }
  .textarea {
    min-height: 200px;
  }
  .column-left {
    width: auto;
    float: none;
  }
  .column-right {
    width: auto;
    float: none;
  }
  .werknemer-foto {
    display: block;
    width: 50%;
  }
  .cat-list-item {
    width: 48%;
  }
  .cat-list-title {
    font-size: 3.5vw;
  }
  .menu-item a,
  .menu-item div {
    padding: 10px 20px;
    color: #fff;
  }
  .sub-menu .menu-item a,
  .sub-menu .menu-item div {
    padding: 5px 20px;
  }
  .sub-menu ul {
    position: relative;
    top: 0;
    left: 0;
  }
  .menu-item:hover>ul {
    display: block;
  }
  .sub-menu.active {
    display: block !important;
  }
  .sub-menu.inactive {
    display: none !important;
  }
  .home-slide h1 {
    font-size: 10vw;
  }
  .menu-item-has-children a {
    width: 80%;
    display: inline-block;
  }
  .menu-item-has-children.inactive::after {
    color: white;
    content: "";
    display: inline-block;
    float: right;
    font-family: fontawesome;
    padding: 12px 15px 0 0;
    text-align: right;
  }
  .menu-item a,
  .menu-item div {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  body {
    text-align: center;
    overflow-x: hidden;
  }
  h1 {
    font-size: 12vw;
  }
  h2 {
    font-size: 11vw;
  }
  h3 {
    font-size: 10vw;
  }
  h4 {
    font-size: 9vw;
  }
  h5,
  .team-naam-heading {
    font-size: 8vw;
  }
  h6,
  .sub-heading {
    font-size: 8vw;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .top-bar {
    display: none;
  }
  .main-nav-logo {
    max-width: 75%;
  }
  .main-nav-logo-image {
    height: auto;
  }
  .main-nav-menu-button {
    position: fixed;
    top: 8px;
    right: 8px;
    padding: 12px;
  }
  .header.sub-page.teamfoto {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/groepsfoto-jansenvdberg-staand.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/groepsfoto-jansenvdberg-staand.jpg');
  }
  .home-slider {
    min-height: 550px;
  }
  .home-slide.slide1 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/home-slide-team.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/home-slide-team.jpg');
    background-position: 0px 0px, 27% 50%;
    font-size: 18px;
  }
  .highlight-list-item {
    display: block;
  }
  .highlight-icon {
    width: 50%;
    max-width: 120px;
  }
  .featured-item-image-wrapper {
    width: auto;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
  }
  .featured-text-wrapper {
    width: auto;
    float: none;
    text-align: center;
  }
  .highlight-icon-wrapper {
    width: auto;
    margin-bottom: 25px;
    float: none;
  }
  .highlight-text-wrapper {
    width: auto;
    margin-bottom: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .copyright {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-list-item.left {
    float: none;
  }
  .footer-list-item.middle {
    display: block;
    width: auto;
    float: none;
    text-align: center;
  }
  .footer-list-item.right {
    display: block;
    width: auto;
    float: none;
    text-align: center;
  }
  .referentie-slider {
    padding-bottom: 20px;
  }
  .referentie-image {
    width: 150px;
    height: 150px;
  }
  .sfeer {
    height: 80vw;
  }
  .team-list {
    display: block;
  }
  .team-list-item {
    width: auto;
  }
  .footer-contact-block {
    font-size: 5vw;
    line-height: 130%;
  }
  .footer-contact-text-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .therapeut-list-item {
    text-align: center;
  }
  .therapeut-image-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .therapeut-text-wrapper {
    display: block;
    width: auto;
    padding-left: 0px;
    float: none;
  }
  .werknemer-foto {
    width: auto;
    margin-bottom: 25px;
    margin-left: 0px;
    float: none;
  }
  .cat-list {
    display: block;
  }
  .cat-list-item,
  .two-row .cat-list-item {
    width: auto;
    margin: 25px 0%;
  }
  .cat-list-title {
    font-size: 8vw;
  }
  .home-slide h1 {
    font-size: 14vw;
  }
}