@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,400i,500,700,700i&display=swap');
/*!
 Theme Name: Avocado Media
 Theme URI: https://avocado.media/
 Author: Avocado Media
 Author URI: https://avocado.media/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: avo
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */
/* BREAKPOINTS AS QUERIES */
#wpadminbar {
  display: none !important;
}
.test {
  background-color: black;
}
/* NORMALIZE */
body {
  overflow-x: hidden;
}
*, html {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
}
/* COLORS */
/* FONTS */
@font-face {
  font-family: 'uni-bold';
  src: url(inc/fonts/UniNeueBold.otf);
}
@font-face {
  font-family: 'uni-light';
  src: url(inc/fonts/UniNeueLight.otf);
}
@font-face {
  font-family: 'uni-book';
  src: url(inc/fonts/UniNeueBook.otf);
}
@font-face {
  font-family: 'uni-heavy';
  src: url(inc/fonts/UniNeueHeavy.otf);
}
/* TEXT */
.highlight {
  color: #b3272c;
}
.background-highlight {
  background-color: #b3272c;
  text-transform: uppercase;
  font-size: 10px;
  display: table;
  padding: 3px 5px;
  margin-left: -5px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
h1 span:not(.s1), h2 span:not(.s1), h3 span:not(.s1), h4 span:not(.s1), h5 span:not(.s1), h6 span:not(.s1) {
  font-weight: 100;
  line-height: 50px;
  font-size: 35px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  display: block;
}
input {
  outline: none;
}
span {
  font-weight: 100;
}
strong {
  font-weight: 700;
}
h1 {
  font-size: 50px;
  line-height: 65px;
}
h2 {
  font-size: 40px;
  line-height: 50px;
}
h3 {
  font-size: 30px;
  font-weight: 700;
}
h3 span {
  font-size: 30px;
}
h3 strong {
  font-size: 40px;
}
h3 span, h3 strong {
  line-height: 35px;
}
h4 {
  font-size: 20px;
}
h5 {
  color: #b3272c;
  font-weight: normal;
  font-size: 9px;
}
@media (min-width: 768px) {
  h5 {
    width: 230px;
    text-align: center;
  }
}
div p {
  margin-bottom: 20px;
  font-size: 18px;
}
div p:last-of-type {
  margin-bottom: 0;
}
img {
  width: 100%;
}
a, p, span {
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  letter-spacing: 0.45px;
}
a, a:visited, a:active, a:focus {
  color: #2c2c2c;
}
a:hover {
  text-decoration: underline;
}
.current-menu-ancestor {
  color: #b3272c;
}
.current-menu-ancestor a {
  color: #b3272c;
}
.current-menu-ancestor ul li a {
  color: #2c2c2c;
}
a.doneer-cta {
  display: block;
  background: #b3272c;
  padding: 13px 35px 13px 35px;
  border-radius: 50px;
  color: white;
  text-align: right;
  position: relative;
  margin-top: 25px;
  width: 230px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
a.doneer-cta:before {
  content: "";
  background-image: url(/wp-content/uploads/2019/03/doneer-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  display: inline-block;
}
a.intro-cta {
  border: 1px solid #317da6;
  display: inline-block;
  background: white;
  padding: 10px 45px 10px 45px;
  border-radius: 50px;
  color: #317da6;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: ease color 0.5s, ease background 0.5s;
}
a.intro-cta:hover {
  background: #317da6;
  color: white;
}
a.intro-cta.light {
  color: #2c2c2c;
  border-color: #2c2c2c;
  opacity: 0.2;
}
a.intro-cta.light:hover {
  background-color: #2c2c2c;
  color: white;
}
#content {
  margin-top: 98px;
}
@media (max-width: 1079px) {
  #content {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  #content {
    margin-top: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body .text-content {
    padding-top: 40px;
  }
}
body .text-content ul, body .text-content ol {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-left: 2px;
  letter-spacing: 0.45px;
}
body .text-content ul li span, body .text-content ol li span {
  font-weight: normal;
}
body .text-content ol {
  margin-left: 20px;
}
body .text-content ul {
  margin-left: 0;
}
body .text-content ul li {
  list-style-type: none;
  text-indent: -0.7em;
  padding-left: 10px;
}
body .text-content ul li::before {
  content: "-";
  margin-right: 0.3em;
}
body .text-content h1 span, body .text-content h2 span, body .text-content h3 span, body .text-content h4 span, body .text-content h5 span {
  font-weight: 700;
}
body .text-content p {
  font-weight: normal;
}
body .text-content p.p1 {
  margin: 20px 0;
}
body .text-content p span {
  font-weight: normal;
  font-size: 18px;
}
body .text-content blockquote {
  font-style: italic;
}
body .text-content blockquote p:before {
  content: "\201C";
}
body .text-content blockquote p:after {
  content: "\201D";
}
body .text-content a {
  color: #317da6;
}
.sidebar .nieuwsbrief {
  background: #555;
  width: 100%;
  color: white;
  padding: 15px 25px 26px;
  border-radius: 5px;
}
.sidebar .nieuwsbrief h3 {
  margin-bottom: -5px;
}
.sidebar .nieuwsbrief > p {
  color: white;
  margin-bottom: 15px;
}
.sidebar .nieuwsbrief > p:last-of-type {
  margin-bottom: -15px;
}
.sidebar .nieuwsbrief form {
  padding: 30px 0 36px 0 !important;
}
.sidebar .nieuwsbrief form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.sidebar .nieuwsbrief form p {
  margin-bottom: 0;
}
.sidebar .nieuwsbrief form label {
  display: none;
}
.sidebar .nieuwsbrief form input {
  width: 100%;
  background: white;
  border: 1px solid white;
  padding: 7px 10px;
  color: #393535;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.45px;
}
.sidebar .nieuwsbrief form input.standard {
  background: #b3272c;
  color: white;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  text-align: center;
  border: none !important;
  margin-top: 10px;
  float: right;
  margin-bottom: 10px;
}
.sidebar .nieuwsbrief form p:nth-of-type(2) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body.home .slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  max-height: 307px;
}
body.home .slider:not(.slick-slider) .media-post {
  margin-right: 15px;
}
body:not(.page-template-template-news-media) .media-post {
  width: 100%;
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
  padding: 20px 30px 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1290px) {
  body:not(.page-template-template-news-media) .media-post {
    width: calc(50% - 15px);
  }
}
body:not(.page-template-template-news-media) .media-post:hover .cta-post:after {
  animation: bounce 1.5s infinite;
}
body:not(.page-template-template-news-media) .media-post .meta-data {
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
}
body:not(.page-template-template-news-media) .media-post .meta-data h4 {
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body:not(.page-template-template-news-media) .media-post .meta-data p {
  font-size: 11px;
  margin: -6px 0 0;
  display: block;
}
body:not(.page-template-template-news-media) .media-post .meta-data p.catagorie, body:not(.page-template-template-news-media) .media-post .meta-data p.bron, body:not(.page-template-template-news-media) .media-post .meta-data p.publicatie {
  width: 100%;
}
body:not(.page-template-template-news-media) .media-post .meta-data .post-thumb {
  width: 35%;
  max-height: 130px;
  max-width: 130px;
  margin-right: 30px;
}
body:not(.page-template-template-news-media) .media-post .meta-data .post-thumb img {
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
}
body:not(.page-template-template-news-media) .media-post .meta-data .meta {
  width: 60%;
}
body:not(.page-template-template-news-media) .media-post .meta-data .meta.no-image {
  width: 100%;
}
@media (min-width: 1040px) {
  body:not(.page-template-template-news-media) .media-post .meta-data .meta {
    width: 100%;
  }
}
body:not(.page-template-template-news-media) .media-post .cta-post {
  color: #b3272c;
  font-size: 13px;
  font-weight: 500;
  margin: 10px 0 0;
  display: block;
  position: relative;
  float: right;
  margin-top: auto;
  text-align: right;
}
body:not(.page-template-template-news-media) .media-post .cta-post:focus {
  outline: none;
}
body:not(.page-template-template-news-media) .media-post .cta-post:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
  top: 1px;
  margin-left: 10px;
  background-image: url(/wp-content/uploads/2019/03/cta-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body:not(.page-template-template-news-media) .media-post .cta-post:hover:after {
  animation: bounce 1.5s infinite;
}
/* LAYOUT */
.grid-container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.grid-container-fluid {
  max-width: 1173px;
  margin: 0 auto;
  padding: 48px 0;
}
@media (max-width: 1180px) {
  .grid-container-fluid {
    padding: 20px 0;
    margin: 0 10px;
  }
}
@media (max-width: 1039px) {
  .grid-container {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .grid-container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .grid-container {
    padding: 0 15px;
  }
  .grid-container:first-of-type {
    padding: 0 0;
  }
}
.grid-content {
  padding: 50px 70px;
}
@media (max-width: 1039px) {
  .grid-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .grid-content {
    padding: 0;
  }
}
.grid-content- {
  padding: 0px 0px;
}
@media (max-width: 1039px) {
  .grid-content- {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .grid-content- {
    padding: 0;
  }
}
.grid-content-nieuws {
  padding: 40px 70px 80px;
}
@media (max-width: 1039px) {
  .grid-content-nieuws {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .grid-content-nieuws {
    padding: 0 0 40px 0;
  }
}
.grid-content-nieuws img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.grid-content-nieuws .center-cta {
  width: 100%;
  text-align: center;
}
.grid-content-nieuws .center-cta a {
  color: #b3272c;
}
.grid-content-nieuws .center-cta a.info-cta {
  color: #317da6;
  border: #317da6 solid 1px;
  border-radius: 50px;
  padding: 8px 20px;
  margin: 50px auto 0;
  display: inline-block;
  text-align: center;
  transition: ease background 0.5s, ease color 0.5s;
}
.grid-content-nieuws .center-cta a.info-cta:hover {
  background: #317da6;
  text-decoration: none;
  color: white;
}
.less-padding {
  padding: 0px 70px 80px !important;
}
.grid-content-nieuws-detail {
  padding: 40px 70px 20px;
}
@media (max-width: 1039px) {
  .grid-content-nieuws-detail {
    padding: 30px 70px 20px;
  }
}
@media (max-width: 767px) {
  .grid-content-nieuws-detail {
    padding: 0 0 40px 0;
  }
}
.grid-content-nieuws-detail h1 {
  font-size: 40px;
  color: #317da6;
}
.grid-content-nieuws-detail .nieuws-header p:not(:last-of-type) {
  border-right: 2px solid grey;
}
.grid-content-nieuws-detail p {
  font-size: 14px;
  font-weight: 300;
  display: inline;
  padding: 0 10px;
}
.grid-content-nieuws-detail p:not(:last-of-type) {
  border-right: 2px solid grey;
}
.grid-content-nieuws-detail p.p1 {
  margin: 20px 0;
}
.grid-content-nieuws-detail p:first-of-type {
  padding: 0 10px 0 0;
}
.grid-content-nieuws-detail p:nth-of-type(3) {
  border-right: none;
}
.grid-content-nieuws-detail p a {
  color: #317da6;
}
.grid-content-nieuws-detail .nieuws-header {
  border-bottom: 2px solid grey;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .grid-content-nieuws-detail .nieuws-header {
    padding: 0 15px;
  }
}
/* HEADER */
@keyframes tick {
  50% {
    opacity: 0;
  }
}
.header {
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 70px;
  margin: 0;
  height: 130px;
  max-width: 1440px;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: white;
}
.header > a {
  height: 100%;
}
@media (min-width: 768px) {
  .header > a {
    padding-right: 55px;
  }
}
@media (max-width: 380px) {
  .header > a {
    height: 70%;
  }
}
@media (max-width: 1079px) {
  .header {
    position: fixed;
    height: 80px;
    width: 100%;
    max-width: 1440px;
    background: white;
    top: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 30px;
  }
}
.header .back-home {
  text-decoration: none;
}
.header .back-home:hover {
  text-decoration: none;
}
.header .site-logo {
  max-height: 89px;
  height: 100%;
  width: auto;
  padding-right: 65px;
  border-right: 1px solid #317da6;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .header .site-logo {
    padding-right: 24px;
  }
}
.header .company-name {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2c2c2c;
  letter-spacing: 1px;
}
.header .full-screen-nav {
  transition: ease all 0.5s;
  background: white;
  z-index: 1;
  width: 100%;
}
.header .full-screen-nav .menu {
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1097px) {
  .header .full-screen-nav .menu {
    display: inline-flex;
  }
}
.header .full-screen-nav ul li {
  position: relative;
}
.header .full-screen-nav ul li .sub-menu {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  background: white;
  transition: ease 1s max-height;
  margin-left: -10px;
}
.header .full-screen-nav ul li .sub-menu a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1079px) {
  .header .full-screen-nav ul li .sub-menu a {
    padding: 3px 0;
  }
}
.header .full-screen-nav ul li .sub-menu .current_page_item a {
  font-size: 15px !important;
}
@media (max-width: 1079px) {
  .header .full-screen-nav ul li .sub-menu {
    position: relative;
  }
}
.header .full-screen-nav ul li .sub-menu li {
  display: block;
}
.header .full-screen-nav ul li.menu-item-has-children {
  cursor: default;
}
.header .full-screen-nav ul li.menu-item-has-children > a:after {
  content: "\203A";
  display: inline-block;
  font-size: 25px;
  margin-top: -5px;
  line-height: initial;
  margin-left: 10px;
  position: relative;
  top: 2px;
  transform: rotate(-270deg);
  transition: transform 0.1s linear;
}
@media screen and (max-width: 1220px) {
  .header .full-screen-nav ul li.menu-item-has-children > a:after {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1079px) {
  .header .full-screen-nav ul li:hover .sub-menu li {
    display: block;
  }
  .header .full-screen-nav ul li:hover.menu-item-has-children a:first-of-type {
    color: #2c2c2c;
    text-decoration: none;
  }
  .header .full-screen-nav ul li:hover.menu-item-has-children > a:after {
    transform: rotate(-90deg);
    transition: transform 0.1s linear;
  }
}
@media screen and (min-width: 1079px) and (min-width: 1079px) {
  .header .full-screen-nav ul li:hover .sub-menu {
    max-height: 500px;
  }
}
@media screen and (min-width: 1079px) and (max-width: 1079px) {
  .header .full-screen-nav ul li:hover .sub-menu {
    position: relative;
  }
}
@media screen and (max-width: 1079px) {
  .header .full-screen-nav .rotate:after {
    transform: rotate(90deg) !important;
    transition: transform 0.1s linear;
  }
}
.header .full-screen-nav .sub-opened {
  position: absolute;
  max-height: 500px;
  overflow: hidden;
}
.header .full-screen-nav .sub-opened a {
  font-size: 14px;
}
@media (max-width: 1079px) {
  .header .full-screen-nav .sub-opened {
    position: relative;
    max-height: 500px !important;
  }
}
.header .full-screen-nav .sub-opened li {
  display: block;
}
@media (max-width: 1079px) {
  .header .full-screen-nav {
    position: fixed;
    opacity: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 1079px) {
  .header .full-screen-nav #primary-menu {
    animation: scaleOut 0.8s forwards ease-out;
    pointer-events: none;
    transform: scale(0.9);
    transition: ease all 0.5s;
    transition-delay: 1s;
    overflow: hidden;
    margin-top: 150px;
  }
}
@media (max-width: 1079px) {
  .header .full-screen-nav.opened {
    background: white;
    position: fixed;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header .full-screen-nav.opened #primary-menu {
    display: block;
    text-align: center;
    animation: scaleIn 0.6s forwards;
    transform-origin: center;
    pointer-events: auto;
    margin-top: 150px;
  }
  .header .full-screen-nav.opened #primary-menu ul li {
    display: block;
  }
}
@media (max-width: 1079px) {
  .header .full-screen-nav.closed {
    transition: ease all 0.5s;
    background: white;
    position: fixed;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .header .full-screen-nav.closed #primary-menu {
    display: block;
    text-align: center;
    animation: scaleOut 0.6s forwards;
    transform-origin: center;
    margin-top: 150px;
  }
  .header .full-screen-nav.closed #primary-menu ul li {
    display: block;
  }
  .header .full-screen-nav.closed #primary-menu ul li.current_page_item > a {
    color: #b3272c !important;
  }
}
.header .full-screen-nav ul li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header .full-screen-nav ul li.menu-item-247 a::after, .header .full-screen-nav ul li.menu-item-247 .sub-menu {
    display: none;
  }
}
.header .full-screen-nav ul li.current_page_item > a {
  color: #b3272c !important;
}
.header .full-screen-nav ul li.current_page_item:not(.page-item-219) > a {
  font-size: 20px;
}
@media screen and (min-width: 1220px) {
  .header .full-screen-nav ul li.current_page_item:not(.page-item-219) > a {
    font-size: 25px;
  }
}
.header .full-screen-nav ul li a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (max-width: 1079px) {
  .header .full-screen-nav ul li a {
    padding: 11px 0;
  }
}
@media screen and (min-width: 1220px) {
  .header .full-screen-nav ul li a {
    font-size: 18px;
    padding: 20px 10px;
  }
}
.header .nav-toggle {
  position: absolute;
  z-index: 10;
  height: 30px;
  width: 30px;
  padding: 0;
  right: 23px;
  top: 5px;
  margin: 20px;
  display: none;
}
@media (max-width: 1079px) {
  .header .nav-toggle {
    display: block;
  }
}
.header .nav-toggle div {
  width: 30px;
  height: 2px;
  background: #317da6;
  position: absolute;
  left: 0;
  transition: transform 0.4s ease;
}
.header .nav-toggle div.one {
  top: 4px;
}
.header .nav-toggle div.two {
  top: 14px;
}
.header .nav-toggle div.three {
  top: 24px;
}
.header .nav-toggle.opened .one {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 11px;
  transform: rotate(45deg);
}
.header .nav-toggle.opened .two {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: rotateY(90deg);
}
.header .nav-toggle.opened .three {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 11px;
  transform: rotate(-45deg);
}
.header-blok {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 495px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-blok .header-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  z-index: 1;
}
.header-blok h1 {
  color: white;
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .header-blok h1 {
    word-break: break-word;
    font-size: 40px;
    line-height: 50px;
  }
}
.header-blok.grey-filter {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
/* FOOTER */
.footer p {
  margin-bottom: 5px;
}
.footer .footer-menu {
  font-family: 'Poppins', sans-serif !important;
}
.footer .grid-content {
  background: #f5f5f5;
}
.footer .keep-in-touch {
  position: relative;
  background-color: #b3272c;
}
.footer .keep-in-touch .joeri-2 {
  width: 100px;
  position: absolute;
  top: -44px;
  right: 30px;
}
.footer .subtitle {
  margin-bottom: 10px;
}
.footer .info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 90px;
  font-size: 15px;
}
.footer .info h3 {
  font-size: 40px;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .footer .info h3 {
    margin-top: 43px !important;
  }
}
.footer .info h3.no-margin {
  margin-top: 0;
}
.footer .info .text:first-of-type {
  margin-bottom: 5px;
}
.footer .info .item {
  position: relative;
  z-index: 2;
  padding: 0 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .info .item.left, .footer .info .item.right {
  width: 30%;
  text-align: left;
}
@media (max-width: 767px) {
  .footer .info .item.left, .footer .info .item.right {
    width: 100%;
    order: 2;
  }
}
.footer .info .item.left {
  border-right: 1px solid #b3272c;
}
@media (max-width: 767px) {
  .footer .info .item.left {
    border-right: 0;
  }
}
.footer .info .item.right {
  border-left: 1px solid #b3272c;
}
@media (max-width: 767px) {
  .footer .info .item.right {
    border-left: none;
  }
}
.footer .info .item.middle {
  width: 40%;
  text-align: center;
}
.footer .info .item.middle p {
  width: 100%;
}
@media (max-width: 767px) {
  .footer .info .item.middle {
    width: 100%;
    order: 1;
  }
}
.footer .info .item.middle h5 {
  font-size: 8px;
  font-weight: 500;
  color: #b3272c;
}
@media (max-width: 767px) {
  .footer .info .item .inner {
    width: 90%;
  }
}
.footer .info .item .telefoon:before {
  background-image: url(/wp-content/uploads/2019/03/phone-icon.png);
}
.footer .info .item .email:before {
  background-image: url(/wp-content/uploads/2019/03/email-icon.png);
}
.footer .info .item .facebook:before {
  background-image: url(/wp-content/uploads/2019/03/facebook-icon.png);
}
.footer .info .item .twitter:before {
  background-image: url(/wp-content/uploads/2019/09/icon-twitter.svg);
}
.footer .info .item .telefoon, .footer .info .item .email, .footer .info .item .facebook, .footer .info .item .twitter {
  position: relative;
  padding: 5px 0 0 30px;
}
.footer .info .item .telefoon:before, .footer .info .item .email:before, .footer .info .item .facebook:before, .footer .info .item .twitter:before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .info .item .address br {
  font-size: 17px;
}
@media (max-width: 767px) {
  .footer .info .item {
    width: 140px;
    margin-bottom: 0px;
  }
}
.footer .info .item .footer-menu ul li {
  list-style-type: none;
}
.footer .info .item .footer-menu ul li:before {
  content: "\2022 ";
  margin-right: 5px;
}
.footer .info .item .footer-menu ul li a {
  font-size: 18px;
  line-height: 25px;
}
.footer .bottom-footer {
  display: block;
  background-image: url(/wp-content/uploads/2019/03/footer-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100px;
  position: absolute;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.footer .bottom-footer .copyright {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .footer .bottom-footer .copyright {
    bottom: 0;
  }
}
@media (max-width: 1039px) {
  .footer .bottom-footer .copyright {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1039px) and (max-width: 900px) {
  .footer .bottom-footer .copyright {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer .bottom-footer {
    margin: 0 0px;
    width: 100%;
    padding-bottom: 0px;
    background-size: 200%;
  }
  .footer .bottom-footer .copyright {
    font-size: 12px;
    line-height: 30px;
  }
}
.footer .bottom-footer a {
  color: #b3272c;
}
.about-bg {
  width: 100%;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0);
  /* IE6-9 */
}
.about {
  max-width: 1440px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.about .main {
  border-radius: 5px;
  width: calc(100% - 400px);
  margin-right: 80px;
  padding: 30px 0;
  padding-bottom: 50px;
}
@media (max-width: 1000px) {
  .about .main {
    width: 100%;
    margin-right: 0;
  }
}
.about .main form {
  margin: 20px 0;
  width: calc(100% - 210px);
  display: block;
  float: left;
}
.about .main form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.about .main form label {
  display: none;
}
.about .main form .half {
  width: calc(50% - 20px);
  float: left;
  margin: 10px 0;
}
.about .main form .half-left {
  margin-right: 20px;
}
.about .main form .half-right {
  margin-left: 20px;
}
.about .main form input {
  border: none;
  background: white;
  padding: 10px 25px;
}
.about .main form textarea {
  border: none;
  background: white;
  padding: 10px 25px;
  width: 100%;
  margin: 10px 0;
  height: 150px;
}
.about .main form .form-input {
  width: 65%;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.about .main form .form-input:before {
  content: "";
  border-radius: 50px;
  position: absolute;
  background-color: white;
  height: 20px;
  width: 20px;
  left: -30px;
}
.about .main form input[type=checkbox]:checked + label:before {
  background-color: blue;
}
.about .main form button {
  background: #b3272c;
  border: none;
  color: white;
  padding: 10px 50px;
  border-radius: 50px;
  float: right;
}
.about .main .info {
  width: 210px;
  display: inline-block;
  float: left;
  padding-left: 20px;
  margin: 20px 0;
  min-height: 335px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: center;
  align-items: center;
}
.about .main .info div {
  min-height: 335px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
}
.about .main .info p {
  position: relative;
  padding-left: 30px;
}
.about .main .info p.telefoon:before {
  background-image: url(/wp-content/uploads/2019/03/phone-icon.png);
}
.about .main .info p.email:before {
  background-image: url(/wp-content/uploads/2019/03/email-icon.png);
}
.about .main .info p.facebook:before {
  background-image: url(/wp-content/uploads/2019/03/facebook-icon.png);
}
.about .main .info p.twitter:before {
  background-image: url(/wp-content/uploads/2019/09/icon-twitter.svg);
}
.about .main .info p:before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.people {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.people .title h3, .people .title h4 {
  font-weight: 300;
}
.people .title h3 {
  font-size: 40px;
}
.people .title h3.breakit {
  word-break: break-all;
}
.people .title h4 {
  font-size: 30px;
}
.people .person {
  width: 31%;
  padding: 0;
  display: flex;
  max-width: 380px;
}
@media (max-width: 900px) {
  .people .person {
    width: 100%;
  }
}
@media (min-width: 1040px) {
  .people .person:first-of-type {
    margin-top: -75px;
  }
}
.people .person h3 {
  font-size: 40px;
  line-height: 50px;
}
.people .person h3 span {
  letter-spacing: 0;
}
.people .person div {
  width: 100%;
}
.people .person .person-image {
  background-position: bottom;
  background-size: cover;
  height: 400px;
  border-radius: 5px;
  width: 100%;
  margin: 30px 0;
}
@media (max-width: 900px) {
  .people .person .person-image {
    height: 200px;
  }
}
.people .person .person-image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
}
.people .person h5 {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 20px;
}
.people .person h5 span {
  font-size: 30px;
}
.people.about .functie {
  font-size: 20px;
  margin-bottom: 20px;
}
.rva-bg {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0);
  /* IE6-9 */
}
.rva {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .rva {
    display: none;
  }
}
.rva .title {
  width: 57%;
  padding-right: 3%;
  position: absolute;
}
.rva .title h3, .rva .title h4 {
  font-weight: 300;
}
.rva .title h3 {
  font-size: 40px;
}
.rva .title h4 {
  font-size: 30px;
}
.rva .person {
  width: 31%;
  margin: 1%;
  padding: 15px;
  display: flex;
  align-self: center;
}
.rva .person p {
  margin-bottom: 20px;
}
.rva .person:nth-of-type(2) {
  align-self: center;
}
@media (max-width: 900px) {
  .rva .person:nth-of-type(2) {
    margin-top: 350px;
  }
}
.rva .person:nth-of-type(3) {
  align-self: flex-start;
}
@media (max-width: 900px) {
  .rva .person:nth-of-type(3) {
    margin-top: 250px;
  }
}
.rva .person:nth-of-type(4) {
  align-self: flex-end;
  margin-top: -475px;
}
@media (max-width: 900px) {
  .rva .person:nth-of-type(4) {
    margin-top: 100px;
    align-self: flex-start;
  }
}
.rva .person:nth-of-type(5) {
  align-self: center;
  margin-top: -475px;
}
@media (max-width: 900px) {
  .rva .person:nth-of-type(5) {
    margin-top: -1000px;
  }
}
.rva .person:nth-of-type(6) {
  align-self: flex-start;
  margin-top: -475px;
}
@media (max-width: 900px) {
  .rva .person:nth-of-type(6) {
    margin-top: -400px;
  }
}
.rva .person:nth-of-type(7) {
  align-self: flex-start;
  margin-top: -475px;
}
@media (max-width: 900px) {
  .rva .person:nth-of-type(7) {
    margin-top: -640px;
  }
}
.rva .person .person-image {
  background-position: top;
  background-size: cover;
  height: 350px;
  border-radius: 5px;
  width: 100%;
  margin: 30px 0;
  background-color: #ececec;
}
@media (max-width: 900px) {
  .rva .person .person-image {
    height: 200px;
  }
}
.rva .person h5 {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 20px;
}
.rva .person h5 span {
  font-size: 30px;
}
.rva .person .functie {
  font-size: 20px;
  margin-bottom: 20px;
}
.werkgebied {
  margin-bottom: 30px;
}
.werkgebied .grid-content {
  display: flex;
}
@media (max-width: 767px) {
  .werkgebied .grid-content {
    display: block;
    padding: 0 10px;
  }
}
.werkgebied .grid-content .text {
  width: 65%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .werkgebied .grid-content .text {
    width: 100%;
  }
}
.werkgebied .grid-content .text h4 {
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 20px;
}
.werkgebied .grid-content .img-right {
  width: 35%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .werkgebied .grid-content .img-right {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
}
.contact {
  display: flex;
  align-items: flex-start;
  margin: 30px auto;
}
.contact .main {
  background: #eee;
  border-radius: 5px;
  width: calc(100% - 310px);
  margin-right: 30px;
  padding: 30px;
}
@media only screen and (max-width: 1000px) {
  .contact .main {
    width: 100%;
    margin-right: 0;
  }
}
.contact .main form {
  margin: -10px 0 20px 0;
  width: calc(100% - 260px);
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .contact .main form {
    width: 100%;
  }
}
.contact .main form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.contact .main form label {
  display: none;
}
.contact .main form p:not(:last-of-type):not(:nth-of-type(6)):not(:nth-of-type(5)) {
  width: calc(50% - 20px);
  float: left;
  margin: 5px 0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact .main form p:not(:last-of-type):not(:nth-of-type(6)):not(:nth-of-type(5)) {
    width: 100%;
  }
}
.contact .main form p:not(:last-of-type):not(:nth-of-type(6)):not(:nth-of-type(5)) span input {
  width: 99%;
}
.contact .main form p:nth-of-type(4), .contact .main form p:nth-of-type(3) {
  margin: 5px 20px 20px 0;
}
@media (max-width: 767px) {
  .contact .main form p:nth-of-type(4), .contact .main form p:nth-of-type(3) {
    margin: 5px 0;
  }
}
.contact .main form p:nth-of-type(5) {
  width: calc(99% - 20px);
  clear: both;
}
.contact .main form p:nth-of-type(6) {
  float: left;
  display: block;
  width: 60%;
  position: relative;
}
.contact .main form p:nth-of-type(6) br {
  display: none;
}
.contact .main form p:nth-of-type(6) span {
  float: left;
  position: absolute;
}
.contact .main form p:nth-of-type(6) label {
  float: left;
  padding-left: 40px;
}
@media only screen and (max-width: 1136px) {
  .contact .main form p:nth-of-type(6) {
    width: 100%;
    padding-bottom: 20px;
  }
}
.contact .main form label.privacy {
  display: block !important;
  float: left;
}
.contact .main form input {
  border: none;
  background: white;
  padding: 10px 25px;
}
.contact .main form textarea {
  border: none;
  background: white;
  padding: 10px 25px;
  width: 100%;
  margin: 10px 0;
  height: 150px;
}
.contact .main form .form-input {
  width: 65%;
  display: inline-block;
  position: relative;
}
.contact .main form .wpcf7-submit {
  background: #b3272c;
  border: none;
  color: white;
  padding: 10px 50px;
  border-radius: 50px;
  float: right;
}
@media only screen and (max-width: 1136px) {
  .contact .main form .wpcf7-submit {
    float: left;
  }
}
.contact .main .info {
  width: 260px;
  display: inline-block;
  float: left;
  padding-left: 20px;
  margin: 20px 0;
  min-height: 335px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact .main .info {
    padding-left: 0;
  }
}
.contact .main .info div {
  min-height: 335px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
}
.contact .main .info p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.contact .main .info p.telefoon:before {
  background-image: url(/wp-content/uploads/2019/03/phone-icon.png);
}
.contact .main .info p.email:before {
  background-image: url(/wp-content/uploads/2019/03/email-icon.png);
}
.contact .main .info p.facebook:before {
  background-image: url(/wp-content/uploads/2019/03/facebook-icon.png);
}
.contact .main .info p.twitter:before {
  background-image: url(/wp-content/uploads/2019/09/icon-twitter.svg);
}
.contact .main .info p:before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}
.contact .main .info a span {
  font-weight: 500;
  font-size: 14px;
}
.contact .sidebar {
  width: 280px;
}
@media only screen and (max-width: 1000px) {
  .contact .sidebar {
    display: none;
  }
}
.contact .sidebar .info-top {
  background: #b3272c;
  width: 100%;
  color: white;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.contact .sidebar .info-top p {
  color: white;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.sponsors {
  text-align: center;
  margin-top: 40px;
}
.sponsors p {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.sponsors .logos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sponsors .logos img {
  width: 25%;
  margin: 40px 30px;
}
@media (max-width: 767px) {
  .sponsors .logos img {
    width: calc(100% - 100px);
    margin-left: 40px 50px;
  }
}
.media-posts {
  display: flex;
  margin: 30px auto;
  position: relative;
}
.media-posts .post-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.media-posts .main {
  width: calc(100% - 310px);
  margin-right: 30px;
  padding: 0 0 30px;
}
@media only screen and (max-width: 1000px) {
  .media-posts .main {
    width: 100%;
    margin-right: 0;
  }
}
.media-posts .main .nieuwskop {
  width: 100%;
  margin-bottom: 30px;
}
.media-posts .main .media-post {
  width: 48%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .media-posts .main .media-post {
    width: 100%;
    padding: 0 10px;
  }
}
.media-posts .main .media-post:hover .cta-post:after {
  animation: bounce 1.5s infinite;
}
.media-posts .main .media-post:hover.televisie .post-thumb::after {
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1.05);
}
.media-posts .main .media-post.televisie .post-thumb {
  position: relative;
  z-index: 1;
}
.media-posts .main .media-post.televisie .post-thumb::after {
  background-image: url('/wp-content/uploads/2019/06/play-button.svg');
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100px;
  width: 100px;
  transition: all 0.7s ease;
}
.media-posts .main .media-post .post-thumb {
  border-radius: 5px;
  overflow: hidden;
  min-height: 280px;
  width: 100%;
  background-position: top;
  background-size: cover;
  margin-bottom: 18px;
}
.media-posts .main .media-post .post-thumb img {
  width: 100%;
  height: auto;
}
.media-posts .main .media-post .meta-data {
  padding: 0 40px 0 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.media-posts .main .media-post .meta-data p {
  font-size: 10px;
  display: inline-block;
  margin-bottom: 0;
}
.media-posts .main .media-post .intro-text {
  font-size: 16px;
  letter-spacing: 0.4px;
}
.media-posts .main .media-post .cta-post {
  color: #b3272c;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0;
  display: block;
}
.media-posts .main .media-post .cta-post:focus {
  outline: none;
}
.media-posts .main .media-post .cta-post:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
  top: 1px;
  margin-left: 10px;
  background-image: url(/wp-content/uploads/2019/03/cta-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.media-post-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body .news-posts {
  display: flex;
  align-items: flex-start;
  margin: 30px auto;
  position: relative;
}
body .news-posts .post-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body .news-posts .main {
  width: calc(100% - 310px);
  margin-right: 30px;
  padding: 0 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  body .news-posts .main {
    width: 100%;
    margin-right: 0;
  }
}
body .news-posts .main .nieuwskop {
  width: 100%;
}
body .news-posts .main .nieuwskop p {
  margin-bottom: 30px;
}
body .news-posts .media-post {
  margin: 0 0 20px 0;
  min-width: unset;
}
.sidebar {
  width: 280px;
}
@media only screen and (max-width: 1000px) {
  .sidebar {
    display: none;
  }
}
.sidebar .info-top {
  background: #f7f7f7;
  width: 100%;
  color: #2c2c2c;
  padding: 30px 25px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.sidebar .info-top p {
  color: #2c2c2c;
}
.sidebar .info-top ul.catagorieen {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar .info-top ul.catagorieen li {
  list-style-type: none;
  margin: 10px 0;
  display: inline-block;
  width: calc(50% - 7.5px);
  margin: 0 0 10px 0;
  text-align: center;
  cursor: pointer;
}
.sidebar .info-top ul.catagorieen li a, .sidebar .info-top ul.catagorieen li span {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 10.5px 0;
  line-height: 15px;
  background: rgba(0, 0, 0, .2);
  border-radius: 3px;
}
.sidebar .info-top ul.catagorieen li a.mixitup-control-active, .sidebar .info-top ul.catagorieen li span.mixitup-control-active {
  background: #b3272c;
}
.sidebar .info-top ul.bekijk-ook {
  margin-bottom: 29px;
}
.sidebar .info-top ul.bekijk-ook li {
  max-height: 50px;
  overflow: hidden;
  list-style-type: none;
  margin: 12px 0;
}
.sidebar .info-top ul.bekijk-ook li:first-of-type {
  margin-top: 0;
}
.sidebar .info-top ul.bekijk-ook li a {
  text-decoration: underline;
  font-size: 18px;
  line-height: 25px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar .info-top ul.bekijk-ook li a:before {
  content: "-";
  letter-spacing: 5px;
}
.sidebar .info-top ul.bekijk-ook li a:hover {
  color: #317da6;
}
.sidebar .info-top p.facebook {
  position: relative;
  padding: 1px 0 0 30px;
}
.sidebar .info-top p.facebook:before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .info-top p.facebook:before {
  background-image: url(/wp-content/uploads/2019/03/facebook-icon.png);
}
.sidebar.wide {
  width: 400px;
}
@media (max-width: 1000px) {
  .sidebar.wide {
    display: none;
  }
}
.sidebar.wide .side-image {
  width: 400px;
  display: block;
}
.sidebar.wide .about-info {
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.sidebar.wide .about-info h3 {
  margin-bottom: 10px;
  font-size: 40px;
}
.home .nieuwsbrief .intro-cta {
  background: #b3272c;
  border: 0px;
  padding: 13px 22px;
  text-align: center;
  border-radius: 50px;
  color: white;
  position: relative;
  margin-top: 25px;
  width: 230px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .people-bg-home {
    margin-top: 85px;
  }
}
.people-bg-home::before {
  display: none;
}
.people-bg-home .person .person-image-outer {
  width: calc(100% - 60px);
  margin: 30px 0;
}
.people-bg-home .person .person-image-outer .person-image {
  background-position: center center;
}
@media (max-width: 767px) {
  .people-bg-home .person .person-image-outer .person-image {
    background-position: top;
  }
}
@media (min-width: 768px) {
  .people-bg-home, .people-bg-about {
    padding-bottom: 45px;
  }
}
@media (max-width: 900px) {
  .people-bg-home, .people-bg-about {
    margin: 0 10px !important;
  }
}
@media (max-width: 900px) {
  .people-bg-home .people, .people-bg-about .people {
    padding: 20px 0;
  }
}
@media (max-width: 900px) {
  .people-bg-home .people .person, .people-bg-about .people .person {
    margin: 5px 5px 10px 5px;
    padding: 0;
    max-width: unset;
  }
  .people-bg-home .people .person .title, .people-bg-about .people .person .title {
    margin-left: 0;
  }
  .people-bg-home .people .person .person-image-outer .person-image, .people-bg-about .people .person .person-image-outer .person-image {
    left: 0;
    margin: 10px;
  }
  .people-bg-home .people .person .person-image-outer .blue, .people-bg-about .people .person .person-image-outer .blue {
    right: -10px;
  }
}
.people-bg-home .title h2 span, .people-bg-about .title h2 span {
  font-size: 30px;
}
.home-intro {
  padding: 50px 70px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .home-intro {
    padding: 30px 15px 40px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 700px) {
  .home-intro {
    padding: 30px 5px 40px;
    flex-wrap: wrap;
  }
}
.home-intro .content-left {
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .home-intro .content-left {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .home-intro .content-left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.home-intro .content-right {
  width: 40%;
  padding-left: 2%;
}
@media only screen and (max-width: 900px) {
  .home-intro .content-right {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .home-intro .content-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  #main .people-bg-about {
    margin-top: 80px;
    padding-bottom: 0;
  }
}
@media (min-width: 1040px) {
  #main .people-bg-about::before {
    top: 30px;
  }
}
@media (min-width: 768px) {
  #main .people-bg-about .people .person:first-of-type {
    margin-top: 145px;
  }
}
@media (min-width: 768px) {
  #main .people-bg-about .people .person:nth-of-type(2) {
    margin-top: 145px;
  }
}
@media (max-width: 900px) {
  #main .people-bg-about .people .person:last-of-type .person-image-outer {
    background-position: top;
  }
}
#main .people-bg-about .people .person .person-image-outer {
  height: 510px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  background-position: center center;
}
#main .people-bg-about .people .person .person-info {
  padding: 0;
}
#main .people-bg-about .people .person .person-info h4 {
  font-weight: 300;
  font-size: 25px;
}
#main .people-bg-about .people .person .person-info p:last-of-type {
  margin-bottom: 20px;
}
#main .people-bg-about .people .person .person-info a {
  text-decoration: underline;
}
#main .people-bg-about .people .person .person-info a.intro-cta {
  margin-top: 0;
}
#main .people-bg-about .people .title p {
  margin-bottom: 60px;
}
#main .people-bg-about.hide-bg::after, #main .people-bg-about.hide-bg::before {
  display: none;
}
#main .people-bg-about:not(.hide-bg) .people .person {
  align-items: flex-start;
}
#main .people-bg-about:not(.hide-bg) .people .person div div {
  margin-top: 0px;
}
@media (min-width: 768px) {
  #main .people-bg-about:not(.hide-bg) .people .person div div {
    height: 200px;
  }
}
#main .people-bg-about:not(.hide-bg) .people .person:first-of-type {
  margin-top: 0px;
}
@media screen and (min-width: 767px) {
  #main .people-bg-about:not(.hide-bg) .people .person:nth-of-type(2) {
    margin-top: 0px;
  }
}
#main .people-bg-about:not(.hide-bg) .people .person:last-of-type {
  margin-top: 0px;
}
#main .people-bg-about:not(.hide-bg) .people .person:last-of-type .person-image-outer {
  margin-top: 0;
}
#main .people-bg-about:not(.hide-bg) .people .person .person-image-outer {
  height: 380px;
}
@media (min-width: 768px) {
  #main .people-bg-about:not(.hide-bg) {
    margin-top: 0;
    padding-bottom: 45px;
  }
}
#rva {
  position: relative;
  top: -200px;
}
#main .people-bg-about.people-successful .people {
  align-items: flex-start;
}
#main .people-bg-about.people-successful .people .person div div {
  height: auto;
}
#main .people-bg-about.people-successful .people .person .person-info {
  height: auto;
}
#main .people-bg-about.people-successful .people .person .person-info a {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  #main .people-bg-about.people-successful .people .person:first-of-type .person-image-outer {
    margin-top: 140px;
  }
}
@media screen and (min-width: 767px) {
  #main .people-bg-about.people-successful .people .person:nth-of-type(2) {
    margin-top: 145px;
  }
}
@media screen and (min-width: 767px) {
  #main .people-bg-about.people-successful .people .person:nth-of-type(3n + 4) {
    margin-top: 45px;
  }
}
@media screen and (min-width: 767px) {
  #main .people-bg-about.people-successful .people .person:nth-of-type(3n + 5) {
    margin-top: -25px;
  }
}
@media screen and (min-width: 767px) {
  #main .people-bg-about.people-successful .people .person:nth-of-type(3n + 6) {
    margin-top: -155px;
  }
}
.people-bg-about::after, .people-bg-home::after {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0);
  /* IE6-9 */
  z-index: -2;
}
@media only screen and (max-width: 700px) {
  .people-bg-about, .people-bg-home {
    padding-bottom: 10px;
  }
}
.people-bg-about::before, .people-bg-home::before, .people-bg-about::after, .people-bg-home::after {
  content: "";
  background-repeat: no-repeat;
  height: 100%;
  width: 100vw;
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1040px) {
  .people-bg-about::before, .people-bg-home::before, .people-bg-about::after, .people-bg-home::after {
    top: -90px;
    height: calc(100% + 90px);
  }
}
.people-bg-about::before, .people-bg-home::before {
  content: "";
  background-image: url(/wp-content/uploads/2019/03/dots-bg.png);
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 0.8;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .people-bg-about::before, .people-bg-home::before {
    background-size: 100%;
  }
}
.people-bg-about .person .title, .people-bg-home .person .title {
  width: 100%;
}
.people-bg-about .person .title p, .people-bg-home .person .title p {
  margin-bottom: 100px;
}
@media only screen and (max-width: 700px) {
  .people-bg-about .person .title, .people-bg-home .person .title {
    width: 100%;
    margin-left: 0;
  }
  .people-bg-about .person .title p, .people-bg-home .person .title p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .people-bg-about .person, .people-bg-home .person {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .people-bg-about .person:nth-of-type(2), .people-bg-home .person:nth-of-type(2) {
    margin-top: 150px;
  }
}
.people-bg-about .person:nth-of-type(3), .people-bg-home .person:nth-of-type(3) {
  align-items: flex-start;
}
.people-bg-about .person .person-image-outer, .people-bg-home .person .person-image-outer {
  height: 470px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .people-bg-about .person .person-image-outer, .people-bg-home .person .person-image-outer {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.people-bg-about .person .person-image-outer .person-image, .people-bg-home .person .person-image-outer .person-image {
  position: relative;
  width: calc(100% - 60px);
  height: 470px;
  left: 30px;
  border-radius: 0;
  z-index: 1;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
@media only screen and (max-width: 900px) {
  .people-bg-about .person .person-image-outer .person-image, .people-bg-home .person .person-image-outer .person-image {
    width: calc(100% - 10px);
  }
}
.people-bg-about .person .person-image-outer .red, .people-bg-home .person .person-image-outer .red {
  background: #b3272c;
  width: 35%;
  height: 35%;
  position: absolute;
  left: 0;
  top: -30px;
}
@media only screen and (max-width: 900px) {
  .people-bg-about .person .person-image-outer .red, .people-bg-home .person .person-image-outer .red {
    top: -10px;
  }
}
.people-bg-about .person .person-image-outer .blue, .people-bg-home .person .person-image-outer .blue {
  background: #317da6;
  width: 35%;
  height: 35%;
  position: absolute;
  right: 0;
  bottom: -30px;
}
@media only screen and (max-width: 900px) {
  .people-bg-about .person .person-image-outer .blue, .people-bg-home .person .person-image-outer .blue {
    bottom: -10px;
  }
}
.people-bg-about .person .person-info, .people-bg-home .person .person-info {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .people-bg-about .person .person-info, .people-bg-home .person .person-info {
    padding: 0;
  }
}
.people-bg-about .person .person-info a, .people-bg-home .person .person-info a {
  text-decoration: underline;
}
.people-bg-about .person .person-info .nieuwsknop, .people-bg-home .person .person-info .nieuwsknop {
  color: #b3272c;
  position: relative;
  top: 10px;
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .people-bg-about .person .person-info .nieuwsknop, .people-bg-home .person .person-info .nieuwsknop {
    top: 10px;
    margin: 10px auto 20px;
    left: 51%;
    transform: translateX(-50%);
  }
}
.people-bg-about .person .person-info .nieuwsknop:hover:after, .people-bg-home .person .person-info .nieuwsknop:hover:after {
  animation: bounce 1.5s;
}
.people-bg-about .person .person-info .nieuwsknop:after, .people-bg-home .person .person-info .nieuwsknop:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
  top: 1px;
  margin-left: 10px;
  background-image: url(/wp-content/uploads/2019/03/cta-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.people-bg-home .people {
  padding-bottom: 0px;
}
.people-bg-home .intro-cta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.people-bg-home .title {
  width: 100%;
  margin-bottom: 30px;
}
.people-bg-home .title p {
  max-width: 900px;
}
.people-bg-about::after {
  display: none;
}
.people-bg-about .title {
  width: 100%;
  margin-bottom: 30px;
}
.people-bg-about .title p {
  max-width: 900px;
}
.slider-outer {
  position: relative;
  padding: 50px 0 0 70px;
}
@media (max-width: 767px) {
  .slider-outer {
    padding: 50px 0 0 20px;
  }
}
.slider-outer .next, .slider-outer .prev {
  cursor: pointer;
}
.slider-outer .prev:not(.slick-arrow) {
  display: none;
  cursor: unset;
}
@media only screen and (max-width: 700px) {
  .slider-outer {
    padding: 40px 0 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  .slider-outer {
    margin-top: 100px;
  }
}
.slider-outer .nieuwsbrief {
  background: #555;
  width: 395px;
  position: absolute;
  right: 0;
  transform: translateY(-50%) translateY(-40px);
  display: inline-block;
  color: white;
  padding: 20px 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media only screen and (max-width: 700px) {
  .slider-outer .nieuwsbrief {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .slider-outer .nieuwsbrief {
    top: 0;
  }
}
.slider-outer .nieuwsbrief p {
  color: white;
  margin-bottom: 0;
}
.slider-outer .nieuwsbrief form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.slider-outer .nieuwsbrief form label {
  display: none;
}
.slider-outer .nieuwsbrief form input {
  width: 100%;
  background: white;
  border: 1px solid white;
  padding: 7px 10px;
  color: #555;
  border-radius: 5px;
}
.slider-outer .nieuwsbrief form input.standard {
  background: #b3272c;
  color: white;
  padding: 7px 10px;
  width: 50%;
  border-radius: 3px;
  text-align: center;
  border: none;
  margin-top: 10px;
  float: right;
}
@media (min-width: 768px) {
  .slider-outer .nieuwsbrief form input.standard {
    max-width: 124px;
  }
}
.slider-outer .nieuwsbrief form p:nth-of-type(2) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.slider-outer .slider-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-outer .slider-text {
    width: calc(100% - 450px);
  }
}
.slider-outer .slider-text p {
  max-width: 760px;
}
@media only screen and (max-width: 700px) {
  .slider-outer .slider-text {
    width: 100%;
  }
}
.slider-outer .arrows-outer {
  width: 100%;
  position: relative;
  height: 40px;
}
@media only screen and (max-width: 700px) {
  .slider-outer .arrows-outer {
    width: 80%;
    margin: 0 auto;
  }
}
.slider-outer .arrows-outer .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #317da6;
  opacity: 1;
  transition: ease opacity 0.3s;
}
.slider-outer .arrows-outer .next:hover:after {
  animation: bounce 1.5s;
}
.slider-outer .arrows-outer .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #317da6;
  opacity: 1;
  transition: ease opacity 0.3s;
}
.slider-outer .arrows-outer .prev:hover:before {
  animation: bounceBack 1.5s;
}
.slider-outer .arrows-outer .prev.slick-disabled, .slider-outer .arrows-outer .next.slick-disabled {
  opacity: 0;
}
@media only screen and (max-width: 700px) {
  .slider-outer .meta-data {
    flex-wrap: wrap;
  }
  .slider-outer .meta-data .meta {
    width: 100% !important;
    padding: 0 !important;
  }
  .slider-outer .meta-data .meta h2 {
    font-weight: 500;
    font-size: 18px;
  }
  .slider-outer .post-thumb {
    width: 100% !important;
  }
  .slider-outer .post-thumb img {
    max-width: 100px;
    margin: 0 auto;
  }
}
.slider-outer .nieuwsknop {
  color: #b3272c;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .slider-outer .nieuwsknop {
    top: 0;
    margin: 0 auto 20px;
    left: 51%;
    transform: translateX(-50%);
  }
}
.slider-outer .nieuwsknop:hover:after {
  animation: bounce 1.5s;
}
.slider-outer .nieuwsknop:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
  top: 1px;
  margin-left: 10px;
  background-image: url(/wp-content/uploads/2019/03/cta-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider {
  margin: 0 0 10px;
  overflow: hidden;
  display: flex;
  /* the parent */
}
.slider .slick-prev, .slider .slick-next {
  background: none;
  border: none;
}
.slider .post-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slider .slick-slide {
  margin-left: 27px;
  height: auto;
}
.slider .slick-list {
  margin-left: -27px;
  height: auto;
}
.slider:not(.slick-slider) {
  flex-wrap: wrap;
  max-height: 338px;
  width: 4000px;
}
.scroll-top {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 999999;
  bottom: 50px;
  width: 50px;
  height: 50px;
  padding: 15px 19px;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: none;
}
.scroll-top::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 21px;
  background-image: url('/wp-content/uploads/2019/06/arrow.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.scroll-top:hover {
  cursor: pointer;
}
@keyframes scaleIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes scaleOut {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(5px);
  }
}
@keyframes bounceBack {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0) rotate(-180deg);
  }
  40% {
    transform: translateX(-10px) rotate(-180deg);
  }
  60% {
    transform: translateX(-5px) rotate(-180deg);
  }
}
.page-id-252 .header-blok {
  background-position: top;
}
.page-id-582 .header-blok {
  background-position-y: -300px;
}
@media (max-width: 767px) {
  .page-id-582 .header-blok {
    background-position-y: -60px;
  }
}
.single-news-post .text-content {
  margin: 0 auto;
  max-width: 1000px;
}
.news-slider .slick-track {
  display: flex;
}
.news-slider .slick-track:focus {
  outline: none;
}
@media print {
  /* All your print styles go here */
  #masthead, footer.footer {
    display: none !important;
  }
}
.language-flag {
  width: 18px;
}
.language-flag-wrapper {
  position: relative;
  height: 100%;
  width: 75px;
  text-align: center;
}
.language-flag-anchor {
  position: absolute;
  right: 0px;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  clear: both;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
div.wpcf7-response-output {
  border: 0px !important;
  padding-left: 0;
}
.about-us-rachel {
  width: 50%;
  height: auto;
  min-width: 300px;
  float: left;
  margin-right: 20px;
}
/* vacatures uitzetten */
.wpcf7-form-control-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
