/* Import our master theme*/
/*  ==============================
      FONTS
    ============================== */
/* Font-Awesome! :D */
/*  ==============================
      LESS FUNCTIONS
    ============================== */
/* Lighten or Darken background */
/* Scalable image. @par: max-width */
/* Scalable image snapped to parent container */
/* Vertical aligns a component. @par: percentage from top */
/* Dynamic gradient with prefixes */
/* Automatically adds prefixes */
/*  ==============================
      PREDEFINED CLASSES
    ============================== */
/* Horizontally aligns absolute component in relative/absolute container */
.h-align {
  left: 0;
  right: 0;
  margin: auto;
}
/* Vertically aligns absolute container in relative/absolute container */
.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Absolute Centering */
.abs-center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Default link */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Default button */
a.button {
  background: #006600;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
}
a.button:hover {
  background: #ff6600;
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
/* Scalable image */
img.scale {
  max-width: 100%;
  height: auto;
}
/* WOW / Animate */
/* StickyJS */
.is-sticky {
  -webkit-backface-visibility: hidden;
}
/* ObjectFit Images */
.ofi-cover {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/*  ==============================
      MAIN LAYOUT
    ============================== */
#header-sticky-wrapper {
  -webkit-transition: 0.3s height;
  -khtml-transition: 0.3s height;
  -moz-transition: 0.3s height;
  transition: 0.3s height;
}
a {
  color: #0066ff;
}
a:hover,
a:focus {
  color: #ff6600;
  text-decoration: none;
}
a.button {
  background-color: #4b417d;
}
a.button:hover {
  color: #fff;
  background-color: #9a89c0;
}
img {
  max-width: 100%;
  height: auto;
}
/*  ===============
    Social
    =============== */
.social li {
  display: inline-block;
}
.social img {
  width: 32px;
  height: 32px;
}
/*  ===============
    SLIDERS
    =============== */
.slider .slider-container {
  position: relative;
}
.slider .slides {
  position: relative;
}
.slider .slides .slide {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .bx-slider,
.slider .bx-wrapper {
  width: 100%;
  border: none !important;
  box-shadow: none !important;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 30px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #ccc;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0066ff;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:not(.active):hover {
  background: #ddd;
}
.slider .overlay {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .overlay .content {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.slider .overlay .content h1,
.slider .overlay .content p {
  text-shadow: 1px 1px 1px #000;
}
/*  ===============
    KOLOMMEN
    =============== */
.kolom .text-wrapper {
  margin-bottom: 20px;
}
.kolom .icoon-wrapper {
  margin-bottom: 20px;
}
.kolom .image-wrapper {
  margin-bottom: 20px;
}
.kolom .tabel-wrapper {
  margin-bottom: 20px;
}
.kolom .teller-wrapper {
  margin-bottom: 20px;
}
.kolom .menu-wrapper {
  margin-bottom: 20px;
}
.kolom .faq-wrapper {
  margin-bottom: 20px;
}
.kolom .quote-wrapper {
  margin-bottom: 20px;
}
.kolom .download-wrapper {
  margin-bottom: 20px;
}
.kolom .beforeafter-wrapper {
  margin-bottom: 20px;
}
/*  ===============
    GALERIJ
    =============== */
.galerij-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.galerij-wrapper:first-of-type:not(:only-of-type) {
  padding-bottom: 0 !important;
}
.galerij-wrapper:last-of-type:not(:only-of-type) {
  padding-top: 0 !important;
}
.galerij-wrapper:not(:first-of-type):not(:last-of-type) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.galerij-wrapper .galerij-blok {
  padding: 10px;
  z-index: 1;
  position: relative;
  transition: 0.3s z-index;
}
.galerij-wrapper .galerij-blok:hover {
  z-index: 5;
}
.galerij-wrapper img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.fancybox {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none !important;
}
.fancybox.overlay {
  position: relative;
}
.fancybox.overlay:hover:before,
.fancybox.overlay:hover:after {
  opacity: 1;
}
.fancybox.overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "FontAwesome";
  content: "\f002";
  z-index: 1;
  transition: 0.3s;
}
.fancybox.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(46, 132, 206, 0.6);
  content: "";
  transition: 0.3s;
}
/*  ===============
    FAQ
    =============== */
#faq .faq-q {
  cursor: pointer;
  font-weight: bold;
}
#faq .faq-a {
  clear: both;
  display: none;
}
/*  ===============
    VIDEO
    =============== */
.container-fluid .ytvideo {
  margin-left: -15px;
  margin-right: -15px;
}
.video-wrapper .hover-reset {
  display: block !important;
}
.ytvideo {
  position: relative;
  margin: 0 auto;
}
.ytvideo iframe {
  /* position: absolute; top: -100%; bottom: -100%; left: -100%; right: -100%; */
  margin: auto;
  width: 100% !important;
}
/*  ===============
    USPS
    =============== */
.usps_wrapper .usps {
  text-align: center;
}
.usps_wrapper .usps .usp-header {
  cursor: pointer;
  margin: 20px 0 30px;
}
.usps_wrapper .usps .usp-header .icon .fab {
  font-size: 64px;
}
.usps_wrapper .usps .usp-header .titel {
  display: inline-block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
}
.usps_wrapper .usps .usp-header:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  display: block;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.usps_wrapper .usps .usp-header.active:after {
  border-bottom: 20px solid #006600;
}
.usps_wrapper .usps .usp-description {
  display: none;
  margin-bottom: 20px;
}
.usps_wrapper .usps .usp-description.active {
  display: block;
}
.usps_wrapper .usps .usp-description p {
  margin: 0;
}
.usps_wrapper .usps .usp-description .content {
  position: relative;
  background: #006600;
  color: #fff;
  font-weight: bold;
  padding: 32px;
}
.usps_wrapper .usps .usp-description .content .close-usp {
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
/*  ===============
    MENU (Diepte 3)
    =============== */
#mainmenu #menu-hoofdmenu {
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
#mainmenu #menu-hoofdmenu > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
#mainmenu #menu-hoofdmenu > li ul.sub-menu {
  display: none;
  z-index: 999;
  width: 180px;
  visibility: hidden;
}
#mainmenu #menu-hoofdmenu > li > a {
  display: block;
}
#mainmenu #menu-hoofdmenu > li:hover > a {
  display: block;
  padding-bottom: 5px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul {
  background-color: dodgerblue;
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: -150px !important;
  padding: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li {
  display: inline-block;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li a {
  color: black;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > a {
  padding-bottom: 5px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul {
  background-color: deepskyblue;
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: -0px !important;
  bottom: 0px;
  padding: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul > li {
  display: inline-block;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover > ul > li a {
  color: black;
}
.contactformulier_wrapper .validation_error {
  font-size: 18px;
  color: #c33;
  margin-bottom: 16px;
}
.contactformulier_wrapper label {
  display: none !important;
}
.contactformulier_wrapper .ginput_container_checkbox label {
  display: inline-block !important;
}
.contactformulier_wrapper .ginput_container_checkbox ul {
  margin: 0;
  padding: 0;
}
.contactformulier_wrapper .ginput_container_checkbox ul li {
  padding-bottom: 10px !important;
}
.contactformulier_wrapper .ginput_container_checkbox input {
  vertical-align: middle;
  -webkit-appearance: checkbox !important;
}
.contactformulier_wrapper .gform_fields li input,
.contactformulier_wrapper .gform_fields li textarea {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
.contactformulier_wrapper .gform_fields li input[type="checkbox"] {
  width: auto;
}
.contactformulier_wrapper .gform_fields li select {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contactformulier_wrapper .gform_fields li textarea {
  resize: none;
  height: 165px;
  overflow: auto;
  vertical-align: top;
}
.contactformulier_wrapper .gfield {
  margin: 12px 0 !important;
}
.contactformulier_wrapper .gforms_confirmation_message {
  font-size: 14px;
}
.contactformulier_wrapper .gform_button.button {
  margin-top: 16px;
  clear: both;
  float: right;
  background: #006600;
  padding: 8px 20px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.contactformulier_wrapper .gform_button.button:hover {
  background: #009900;
}
.contactformulier_wrapper .gfield_error input,
.contactformulier_wrapper .gfield_error textarea {
  border: 1px solid #A63232 !important;
}
.contactformulier_wrapper .gfield_error .validation_message {
  background: #FFDFE0;
  color: #A63232;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
}
.contactformulier_wrapper .gform_ajax_spinner {
  clear: left;
  float: left;
}
/* Reset List styles */
.gform_wrapper ul,
.gform_wrapper li,
.nostyle,
.nostyle li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
@media (min-width: 601px) {
  .gform_wrapper .column-count-1-of-2 {
    padding-right: 8px !important;
  }
  .gform_wrapper .column-count-2-of-2 {
    padding-left: 8px !important;
  }
}
/*  ==============================
      TELLER
    ============================== */
.teller {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}
/*  ==============================
      DOWNLOAD
    ============================== */
.download-wrapper i {
  font-size: 18px;
}
.download-wrapper .bestanden_lijst {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.download-wrapper .bestanden_lijst li {
  margin: 10px 0px;
}
/*  ==============================
      BLOG
    ============================== */
.blog-categorie h3 a {
  color: #006600;
}
.blog-categorie h3 a:hover {
  color: #ff6600;
}
.blogcredits {
  margin-bottom: 10px;
  background-color: #e6e6e6;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}
/*  ==============================
      MAIN TEMPLATE
    ============================== */
.space-both,
.space-top {
  padding-top: 40px;
}
.space-both,
.space-bottom {
  padding-bottom: 40px;
}
.space-none {
  padding-top: 0;
  padding-bottom: 0;
}
#colofon {
  text-align: center;
  padding: 10px;
  font-size: 11px;
}
#colofon img {
  width: 18px;
}
/*  ==============================
      Animation
    ============================== */
.element-animation {
  -webkit-animation: animationFrames ease 1s;
  -khtml-animation: animationFrames ease 1s;
  -moz-animation: animationFrames ease 1s;
  animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -khtml-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
/*  ==============================
      Before/After
    ============================== */
.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  user-select: none;
}
.cocoen * {
  box-sizing: inherit;
}
.cocoen *::after,
.cocoen *::before {
  box-sizing: inherit;
}
.cocoen img,
.cocoen picture > img {
  max-width: none;
}
.cocoen > img,
.cocoen > picture > img {
  display: block;
  width: 100%;
}
.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}
.cocoen-drag {
  background: #ffffff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}
.cocoen-drag::before {
  border: 3px solid #ffffff;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px;
}
/*  ==============================
      DEFAULTS (DON'T TOUCH)
    ============================== */
/* Align with wrap */
.text-right_wrap {
  display: inline-block;
  float: right;
  clear: right;
}
.text-left_wrap {
  display: inline-block;
  float: left;
  clear: left;
}
.text-left {
  clear: right;
}
.text-center {
  clear: both;
}
.text-right {
  clear: left;
}
.text-justify {
  clear: both;
}
.text-default {
  clear: both;
}
/* Browser upgrade message */
.browser-upgrade {
  background: #ccc;
  color: #000;
  padding: 4px 0;
  text-align: center;
}
/* Mobile icon in mobile navbar */
#mobile-icon {
  position: relative;
  float: right;
  right: 10px;
}
#mobile-icon a {
  background: none;
}
#mobile-icon a img {
  width: 22px;
  height: 22px;
}
/* Mobile Header */
.mobile-header {
  background: #7d7e7d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-8 */
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 50px;
}
.mobile-header a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC) center center no-repeat transparent;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
}
/* Relative */
.rel {
  position: relative;
}
/* Extra small devices (424px and lower */
@media (max-width: 424px) {
  .xxs-full {
    width: 100%;
  }
}
/* Small devices (767px and lower */
@media (max-width: 767px) {
  .container .row .inner {
    width: auto !important;
  }
  .parallax .overlay .content {
    width: 100% !important;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .wpmm-force-bg {
    background: transparent !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Bootstrap extra 5-column layout */
.col-xs-c5,
.col-sm-c5,
.col-md-c5,
.col-lg-c5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .col-xs-c5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-c5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-c5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-c5 {
    width: 20%;
    float: left;
  }
}
#googlemaps_inhoud p,
#googlemaps_inhoud img,
#googlemaps_inhoud a {
  text-align: center;
}
#googlemaps_content {
  text-align: center !important;
}
#googlemaps_logo img {
  max-width: 200px;
}
.law-validation label {
  position: relative;
  top: 3px;
}
#content {
  background-color: white;
}
p {
  font-family: "Open Sans";
}
a {
  color: #4b417d;
}
a:hover {
  color: rgba(75, 65, 125, 0.84);
}
body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 28px;
}
.readmore_button {
  position: absolute;
  display: block;
  text-align: right;
  margin-top: 2px;
  right: 10px;
  bottom: 10px;
}
.informatieblok h2 {
  font-family: 'Open Sans';
  color: #4b417d;
  font-weight: 700;
  font-size: 20px;
}
.page_readmore {
  display: none;
}
.menucontainer {
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 700px) {
  .menucontainer {
    height: 200px;
  }
}
/* Small devices (tablets, 768px and up) */
.voorwie-thumbnail {
  text-align: center;
}
.voorwie-thumbnail img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.voorwie-button {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.voorwie-button a {
  background: #4b417d;
  padding: 10px 30px 10px;
  color: white;
  font-size: 30px;
  border-radius: 10px;
}
.contacthome {
  background: #4b417d;
  color: white;
  margin-top: 20px;
  padding-top: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.contacthome h2 {
  color: white;
}
.contacthome i {
  font-size: 16px;
}
.contacthome a {
  color: white;
}
.contacthome a:hover {
  color: #9a89c0;
  font-weight: bold;
}
.image-wrapper picture.scale img {
  border-radius: 50%;
}
.behandeling-border {
  border: 5px solid #574d93;
  background: transparent !important;
}
.behandeling-border:hover {
  color: white !important;
  background-color: #574d93 !important;
  border: 5px solid #574d93;
}
.behandeling-border:hover h3 {
  color: white !important;
}
.mobile-header {
  font-size: 10px !important;
}
#blogs .blogpart-1 {
  height: 300px;
  border-radius: 10px;
  width: 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 700px) {
  #blogs .blogpart-1 {
    width: 100%;
  }
}
#blogs .blogpart-2 {
  background: white;
  width: 80%;
  height: 245px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-left: 100px;
  bottom: 100px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
}
#blogs .blogpart-2 h2 {
  font-size: 24px;
}
#blogs .blogpart-2 h3 {
  font-size: 20px;
  font-family: 'Indie Flower';
}
@media (max-width: 700px) {
  #blogs .blogpart-2 {
    margin-left: 0px;
    width: 100%;
    height: 100%;
  }
}
#blog-item {
  margin-top: 30px;
}
#blog-item .share {
  color: #4b417d !important;
  padding-left: 20px;
  font-size: 30px;
}
#blog-item .share:hover {
  color: #9a89c0 !important;
}
#blog-item .button {
  background: #4b417d;
  padding: 10px 30px 10px;
  color: white;
  font-size: 30px;
  border-radius: 10px;
}
#blog-item .button:hover {
  background: #9a89c0 !important;
}
#blog-item .top {
  background: red;
  width: 60%;
  height: 350px;
  border-radius: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 630px) {
  #blog-item .top {
    width: 100%;
  }
}
#blog-item .bottom {
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-left: 150px;
  position: relative;
  bottom: 140px;
}
#blog-item .bottom h3 {
  font-size: 30px;
  font-family: 'Indie Flower';
}
@media (max-width: 630px) {
  #blog-item .bottom {
    margin-left: 0px;
  }
}
.volg-praktijk {
  margin-top: 30px;
  text-align: center;
}
.volg-praktijk .crown:hover {
  filter: brightness(19) invert(18) opacity(0.53);
}
.volg-praktijk i {
  font-size: 40px;
  color: white;
  margin-top: 20px;
}
.volg-praktijk i:hover {
  color: #4b417d;
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.current-menu-item a {
  font-weight: bold;
  color: #27326f !important;
}
.current-menu-parent a {
  font-weight: bold;
  color: #27326f !important;
}
h1,
h2,
h3 {
  font-family: 'Poppins';
  color: #4b417d;
}
strong {
  color: #4b417d;
}
#mainmenu {
  padding-top: 25px;
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 17px;
}
#mainmenu a {
  color: #27326f;
}
.stickymenucon {
  background: white;
  height: 70px;
  box-shadow: 0px 15px 10px -15px #111111;
}
#mainmenu #menu-hoofdmenu > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}
#mainmenu #menu-hoofdmenu > li ul.sub-menu {
  font-family: 'Open Sans';
  font-weight: 500;
  top: 30px;
  display: none;
  z-index: 999;
  width: 200px;
  visibility: hidden;
  position: relative;
  left: 180px;
}
#mainmenu #menu-hoofdmenu > li ul.sub-menu > a {
  display: block;
  color: black;
}
#mainmenu #menu-hoofdmenu > li ul.sub-menu .menu-item {
  display: block;
}
#mainmenu #menu-hoofdmenu > li > a {
  display: block;
}
#mainmenu #menu-hoofdmenu > li:hover > a {
  display: block;
  padding-bottom: 5px;
  color: #27326f !important;
}
#mainmenu #menu-hoofdmenu > li:hover > ul {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  visibility: visible;
  position: absolute;
  margin-left: -150px !important;
  padding: 0px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#mainmenu #menu-hoofdmenu > li:hover > ul .current-menu-item a {
  font-weight: bold;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li {
  display: block;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover {
  background: #27326f;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li:hover a {
  color: white !important;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li a {
  font-size: 16px;
  color: #27326f;
  font-weight: bold;
}
#mainmenu #menu-hoofdmenu > li:hover > ul > li a:hover {
  color: #27326f;
}
.social-item {
  overflow: hidden;
  padding-left: 10px;
  padding-top: 3px;
  background: white;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 0px;
  height: 300px;
}
@media (max-width: 700px) {
  .social-item {
    height: 100%;
    margin-bottom: 30px;
  }
}
.social-item h3 {
  font-family: 'Indie Flower';
}
.social-item h2 {
  font-family: 'Open Sans';
  font-weight: 700;
}
.social-item .attachment-feed-size {
  position: relative;
  left: 10px;
  top: 2px;
  border-radius: 5px;
  height: 290px;
  width: 300px;
}
.social-item iframe {
  border: solid #544a8d;
  border-radius: 5px;
}
#logo img {
  z-index: 999;
  position: absolute;
  top: -10px;
  max-width: 270px;
}
#social-bar {
  height: 40px;
  color: white;
  background: #4b417d;
}
#social-bar img:hover {
  opacity: 0.5 !important;
}
#social-bar i {
  padding-left: 20px;
  font-size: 25px;
  margin-top: 7px;
  float: right;
}
#social-bar a {
  color: white;
}
#social-bar a:hover {
  color: #9a89c0;
}
#selection-bar {
  margin-top: 20px;
  font-family: 'Poppins';
  font-weight: 100;
}
#selection-bar .selection-item {
  text-align: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  background: #4b417d;
  line-height: 18px;
  float: right;
  display: inline-block;
  position: relative;
}
#selection-bar .selection-item:hover {
  background: #9a89c0;
}
#selection-bar .selection-item a {
  color: white;
  position: relative;
}
#selection-bar .selection-item p {
  margin-top: 25px;
}
@media (max-width: 700px) {
  #selection-bar .selection-item {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
  #selection-bar .selection-item p {
    margin-top: 11px;
  }
}
#footer {
  font-family: "Open Sans";
  font-weight: 100;
  padding-top: 30px;
  color: white;
  background: #27326f;
}
#footer .footerwidget ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #footer .footerwidget ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer .footerwidget ul li {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
}
#footer .footerwidget ul li img {
  width: 50%;
  height: auto;
}
#colofon {
  padding-bottom: 30px;
  font-size: 14px;
  color: white;
}
#colofon a {
  color: white;
}
.behandeling-item {
  overflow: visible;
  font-family: Poppins;
  margin-bottom: 20px;
  position: relative;
  background: #4b417d;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b417d', endColorstr='#68619b', GradientType=1);
  /* IE6-9 */
  text-align: center;
  height: 170px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .behandeling-item {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .behandeling-item {
    height: 230px;
  }
}
.behandeling-item h3 {
  color: white;
}
.behandeling-item strong {
  color: white;
}
.behandeling-item .pijl {
  background-image: url("https://net.homeopathiepraktijk.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/pijl-1.png");
  height: 30px;
  bottom: -13px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
}
.behandeling-titel {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-30%, -50%);
}
.behandeling-titel P {
  padding-left: 10px;
  padding-right: 10px;
}
.behandeling-item p {
  display: none;
}
.behandeling-item .hideh3 {
  display: none;
}
.contactinfo-box {
  text-align: center;
}
@media (max-width: 700px) {
  .contactinfo-box {
    font-size: 12px;
  }
}
.contactinfo-box .contactinfo {
  visibility: visible;
  background: #544a8d;
  display: inline-block;
  padding: 30px;
  border-radius: 10px;
  color: white;
}
.contactinfo-box .contactinfo strong {
  color: white;
}
.feed-bottom {
  position: absolute;
  bottom: -70px;
  width: 100px;
  left: 50%;
  margin-left: -25px;
}
.feed-top {
  position: absolute;
  top: -50px;
  width: 100px;
  left: 50%;
  margin-left: -25px;
}
#balk-head {
  height: 25px;
  background: #4b417d;
}
.behandeling-item:hover {
  background: #9a89c0;
}
.behandeling-item:hover .pijl {
  background-image: url("https://net.homeopathiepraktijk.otap2.sier.online/wp-content/themes/sieronline_child/assets/less/../../images/pijl-2.png");
}
.behandeling-item:hover h3 {
  display: none;
}
.behandeling-item:hover .hideh3 {
  display: inline-block;
  color: #574d93;
}
.behandeling-item:hover p {
  display: inline-block;
  color: white;
  text-align: center;
  width: 350px;
  left: -35px;
  position: relative;
}
@media (max-width: 768px) {
  .behandeling-item:hover p {
    width: 250px;
    left: -25px;
  }
}
@media (max-width: 768px) {
  .behandeling-item:hover p {
    width: 250px;
    left: -25px;
  }
}
@media (max-width: 1200px) {
  .behandeling-item:hover p {
    width: 290px;
    left: -30px;
  }
}
