/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/style.scss ***!
  \**********************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/style.scss (1) ***!
  \**************************************************************************************************************/
/*!
Theme Name: Winsurances
Theme URI: http://www.winsurances.be/
Description: Website thema voor www.winsurances.be
Author: Delta Solutions
Author URI: http://www.deltasolutions.be
Version: 1.0
Tags: Een thema voor Winsurances
*/
body {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
  opacity: 0;
  transition: all 1s ease-in;
  font-size: 16px;
  color: #262c2f;
  line-height: 1.5;
  background-color: #FFFFFF;
  padding-top: 101px; }
  body.is-fp {
    padding-top: 46px; }
  body.load {
    opacity: 1; }
  body a {
    color: #262c2f;
    text-decoration: none; }
    body a:hover, body a:focus {
      color: #262c2f;
      text-decoration: underline; }

.min-height-55-vh {
  min-height: 55vh; }

.m-l-15 {
  margin-left: 15px; }

.mobile_socials {
  display: none; }

.btn-custom {
  background-color: #bca973;
  border: 1px solid #bca973;
  padding: 5px 15px;
  font-weight: 400;
  display: inline-block; }
  .btn-custom:hover, .btn-custom:focus {
    background-color: transparent;
    color: #bca973;
    text-decoration: none; }
  .btn-custom.imaged {
    border-radius: 0;
    margin-bottom: 1rem; }
    .btn-custom.imaged div img {
      float: left;
      margin-right: 10px;
      margin-top: 4px;
      height: 20px; }
    .btn-custom.imaged div span {
      font-size: 20px; }

.mt15 {
  margin-top: 15px; }

.mt25 {
  margin-top: 25px; }

.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.top-bordered {
  border-top: 1px solid #262c2f; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.r60 {
  margin-left: -60px;
  margin-right: -60px; }

.show-scroll {
  -webkit-transition: transform 1s, opacity 1.5s;
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: transform 1s, opacity 1.5s;
  transition: transform 1s, opacity 1.5s, -webkit-transform 1s;
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -o-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-backface-visibility: hidden; }
  .show-scroll.change {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important; }
    .show-scroll.change.scroll-xy {
      -webkit-transform: translate(-50%, 0) !important;
      transform: translate(-50%, 0) !important;
      -o-transform: translate(-50%, 0) !important;
      -ms-transform: translate(-50%, 0) !important; }

.reh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pr {
  position: relative; }

.n-p-l {
  padding-left: 0; }

.d-flex {
  display: flex; }

h2.title {
  color: #bca973; }

.flex-row {
  display: flex;
  flex-wrap: wrap; }

.btn.btn-custom {
  text-transform: uppercase;
  border-radius: 0;
  padding: 8px 15px;
  font-size: 15px; }

.sticky-btn {
  background: #bca973;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11.5px 15.5px;
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 71px;
  transition: opacity 0.5s linear;
  border-radius: 10px;
  z-index: 500; }
  .sticky-btn span {
    margin-left: 8px;
    display: none; }
  .sticky-btn:hover, .sticky-btn:focus {
    text-decoration: none;
    color: white; }
    .sticky-btn:hover span, .sticky-btn:focus span {
      display: inline-block; }

nav.front-navbar {
  z-index: 999; }

nav.navbar {
  margin-bottom: 0px;
  padding-top: 0;
  border: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all 200ms ease-in;
  top: 0; }
  nav.navbar .container .navbar-header button {
    background: #262c2f;
    border: 0; }
    nav.navbar .container .navbar-header button .icon-bar {
      background: #262c2f; }
  nav.navbar .container .navbar-header a {
    display: block;
    height: 100%; }
  nav.navbar .container .navbar-header .navbar-brand {
    float: left; }
    nav.navbar .container .navbar-header .navbar-brand img {
      height: 75px; }
  nav.navbar .container .navbar-header .makelaar {
    float: right;
    height: 75px;
    margin-top: 22px; }
  nav.navbar #navbar {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0; }
    nav.navbar #navbar .nav.navbar-nav {
      margin-top: 27px; }
      nav.navbar #navbar .nav.navbar-nav li a {
        color: #262c2f;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400;
        padding: 10px 10px;
        transition: all 200ms ease-in;
        box-shadow: none;
        text-shadow: none; }
        nav.navbar #navbar .nav.navbar-nav li a:hover, nav.navbar #navbar .nav.navbar-nav li a:focus {
          color: #262c2f;
          font-weight: 400;
          background-color: transparent;
          text-decoration: underline; }
      nav.navbar #navbar .nav.navbar-nav li.dropdown.open a {
        background: transparent; }
      nav.navbar #navbar .nav.navbar-nav li.dropdown.open ul.dropdown-menu {
        background: #efe8e6;
        border-radius: 0px;
        border: 0px; }
        nav.navbar #navbar .nav.navbar-nav li.dropdown.open ul.dropdown-menu li a {
          font-size: 11px;
          line-height: 20px;
          box-shadow: none;
          text-shadow: none; }
      nav.navbar #navbar .nav.navbar-nav li.active a {
        color: #262c2f;
        font-weight: 400;
        text-decoration: underline; }
      nav.navbar #navbar .nav.navbar-nav .last-item a {
        padding-right: 0; }
  nav.navbar.sticky {
    background-color: rgba(255, 255, 255, 0.85); }
    nav.navbar.sticky #navbar .nav.navbar-nav li a {
      color: #262c2f;
      text-shadow: none; }

.topbar {
  background-color: #262c2f;
  display: inline-block;
  width: 100%;
  float: left;
  padding-top: 3px;
  padding-bottom: 3px; }
  .topbar .contact-info {
    float: left;
    padding: 7px 0; }
    .topbar .contact-info img {
      float: left;
      margin-right: 10px;
      margin-top: 4px;
      max-height: 16px;
      width: auto; }
    .topbar .contact-info span, .topbar .contact-info a {
      float: left;
      margin-right: 15px;
      color: white; }
  .topbar img {
    height: 20px; }
  .topbar .header-content {
    float: right; }
    .topbar .header-content .socials {
      padding: 12px 0;
      float: left; }
      .topbar .header-content .socials a {
        float: left;
        margin-right: 20px; }
        .topbar .header-content .socials a img {
          max-height: 16px;
          width: auto; }
    .topbar .header-content .contact-btn {
      float: left;
      padding: 8px 17px;
      background-color: #bca973;
      margin-left: 5px;
      line-height: 24px;
      font-weight: 400;
      text-transform: uppercase; }
      .topbar .header-content .contact-btn img {
        float: left;
        margin-right: 10px;
        margin-top: 3px; }
      .topbar .header-content .contact-btn span {
        float: right;
        font-weight: 400;
        line-height: 24px; }
      .topbar .header-content .contact-btn:hover {
        background-color: white;
        text-decoration: none;
        color: #bca973; }
        .topbar .header-content .contact-btn:hover span {
          color: #bca973; }
    .topbar .header-content .dropdown {
      float: left;
      border-radius: 0; }
      .topbar .header-content .dropdown .btn {
        border-radius: 0;
        padding: 15px;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0; }
        .topbar .header-content .dropdown .btn img {
          height: 10px;
          float: left;
          margin-top: 15px;
          margin-right: 10px;
          display: inline-block; }
        .topbar .header-content .dropdown .btn img.white {
          display: none; }
      .topbar .header-content .dropdown .dropdown-menu {
        padding: 15px;
        margin-top: -3px;
        border-radius: 0;
        background-color: #262c2f; }
        .topbar .header-content .dropdown .dropdown-menu a {
          display: inline-block;
          margin: 10px 0; }
          .topbar .header-content .dropdown .dropdown-menu a img {
            width: 20px;
            height: 18px;
            float: left;
            margin-right: 15px;
            margin-top: 5px; }
          .topbar .header-content .dropdown .dropdown-menu a span {
            color: white;
            font-size: 22px; }
      .topbar .header-content .dropdown.open .btn, .topbar .header-content .dropdown:hover .btn {
        color: white;
        background-color: #262c2f; }
        .topbar .header-content .dropdown.open .btn img.white, .topbar .header-content .dropdown:hover .btn img.white {
          display: inline-block; }
        .topbar .header-content .dropdown.open .btn img.black, .topbar .header-content .dropdown:hover .btn img.black {
          display: none; }

.dropdown-products {
  float: left;
  margin-top: 25px;
  margin-right: 20px; }
  .dropdown-products span {
    float: left;
    font-size: 20px; }
  .dropdown-products .btn {
    padding: 10px 20px;
    border-radius: 0;
    background-color: white !important; }
    .dropdown-products .btn .black, .dropdown-products .btn .white {
      display: inline-block;
      float: right;
      height: 5px;
      margin-left: 5px;
      margin-top: 16px; }
    .dropdown-products .btn .white {
      display: none; }
    .dropdown-products .btn:hover {
      background-color: #262c2f !important;
      color: white; }
      .dropdown-products .btn:hover .white {
        display: inline-block; }
      .dropdown-products .btn:hover .black {
        display: none; }
  .dropdown-products .dropdown-menu {
    background-color: #262c2f;
    min-width: 220px;
    color: white;
    padding: 15px;
    margin-top: -1px;
    border-radius: 0;
    margin-left: -0.5px;
    border: none; }
    .dropdown-products .dropdown-menu a {
      color: white;
      font-size: 20px; }

.nieuws-btn, .klantenzone-btn {
  float: left;
  font-weight: 400;
  line-height: 2;
  padding: 5px 15px;
  margin-top: 25px;
  margin-right: 20px;
  font-size: 20px;
  background-color: white; }
  .nieuws-btn img, .klantenzone-btn img {
    height: 15px;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
    display: inline-block; }
  .nieuws-btn img.white, .klantenzone-btn img.white {
    display: none; }
  .nieuws-btn span, .klantenzone-btn span {
    float: right;
    font-size: 20px; }
  .nieuws-btn:hover, .nieuws-btn:focus, .klantenzone-btn:hover, .klantenzone-btn:focus {
    background-color: #262c2f !important;
    color: white;
    text-decoration: none; }
    .nieuws-btn:hover img.white, .nieuws-btn:focus img.white, .klantenzone-btn:hover img.white, .klantenzone-btn:focus img.white {
      display: inline-block; }
    .nieuws-btn:hover img.black, .nieuws-btn:focus img.black, .klantenzone-btn:hover img.black, .klantenzone-btn:focus img.black {
      display: none; }

.navbar-default {
  color: #262c2f;
  background-color: #39b3d7;
  border: none;
  border-radius: 0; }

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navbar-nav > li > .dropdown-menu {
  border: none;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none; }

.menu-large {
  position: static !important; }

.megamenu {
  width: 100%;
  padding: 20px 0; }

.megamenu > li > ul {
  margin: 0;
  padding: 0; }

.megamenu > li > ul > li {
  list-style: none; }

.megamenu > li > ul > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #262c2f;
  white-space: normal;
  padding: 3px 20px; }

.megamenu > li ul > li > a:hover, .megamenu > li ul > li > a:focus {
  text-decoration: none;
  color: #262c2f;
  background-color: #fff; }

.megamenu.disabled > a, .megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
  color: #262c2f; }

.megamenu.disabled > a:hover, .megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

.megamenu.dropdown-header {
  color: #262c2f;
  font-size: 15px; }

.navbar ul li.container.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem; }
  .navbar ul li.container.grid.grid-4 {
    grid-template-columns: repeat(4, 1fr); }
  .navbar ul li.container.grid.grid-3 {
    grid-template-columns: repeat(3, 1fr); }
  .navbar ul li.container.grid.grid-2 {
    grid-template-columns: repeat(2, 1fr); }
  .navbar ul li.container.grid.grid-1 {
    grid-template-columns: repeat(1, 1fr); }
  .navbar ul li.container.grid:before {
    content: unset; }

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
  color: #262626;
  padding-top: 0;
  padding-bottom: 0; }
  .navbar-default .navbar-nav > li > a img, .navbar-default .navbar-brand img {
    max-height: 40px;
    margin-top: 5px; }

.flex-grow {
  flex-grow: 1; }
  .flex-grow .nav.navbar-nav .open a {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #262c2f; }

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0; }
  .megamenu > li {
    margin-bottom: 30px; }
  .megamenu > li:last-child {
    margin-bottom: 0; }
  .megamenu.dropdown-header {
    padding: 3px 15px !important; }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #262c2f; } }

.navbar-default .navbar-toggle {
  border-radius: 0; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #262c2f; }

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #262c2f; }

.thumbnail {
  border-radius: 0; }

.navbar-default {
  background: white;
  margin-bottom: 0 !important;
  width: 100%;
  float: left; }

body.is-fp .navbar-default {
  background: rgba(255, 255, 255, 0.5); }

.nav.navbar-nav .menu-item a {
  font-weight: bold;
  font-size: 20px;
  padding-top: 29px;
  padding-bottom: 8px; }

.nav.navbar-nav .dropdown a.dropdown-toggle {
  font-weight: bold;
  font-size: 20px;
  padding-top: 29px;
  padding-bottom: 8px; }
  .nav.navbar-nav .dropdown a.dropdown-toggle .caret {
    color: #262c2f;
    border-top-color: #262c2f;
    border-bottom-color: #262c2f;
    margin-left: 6px; }

.nav.navbar-nav .dropdown ul li a {
  line-height: 1.4; }
  .nav.navbar-nav .dropdown ul li a:hover, .nav.navbar-nav .dropdown ul li a:focus {
    color: #bca973; }

.navbar .dropdown-menu li, .navbar .dropdown-menu a {
  font-size: 18px; }

.navbar .dropdown-menu ul {
  list-style: none;
  padding: 0; }

.navbar .dropdown-menu .dropdown-header {
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  color: #262c2f; }

img.makelaar {
  max-height: 50px; }

.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal; }

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal; }

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal; }

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal; }

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal; }

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal; }

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic; }

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic; }

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic; }

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic; }

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic; }

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic; }

.contact .btn-custom {
  margin-top: 15px; }
  .contact .btn-custom.imaged {
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0; }

.contact-info {
  background-color: #262c2f;
  padding: 15px;
  color: white; }
  .contact-info *, .contact-info a {
    color: white; }
  .contact-info .uren {
    display: inline-block;
    width: 100%; }
    .contact-info .uren .row {
      margin-bottom: 5px; }
  .contact-info .openingsuren h2 {
    border-top: 1px solid white;
    padding-top: 1em;
    margin-top: 1em; }

.gform_wrapper .gform_title {
  font-size: 38px;
  color: #bca973;
  font-weight: 500; }

.gform_wrapper .gform_description {
  font-weight: 200; }

.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
  border: none;
  border-bottom: 1px solid lightgrey;
  background-color: transparent;
  width: 100% !important;
  font-size: 20px !important; }

.gform_wrapper .gform_body select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid lightgrey;
  border-radius: 0;
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  height: 40px !important;
  font-size: 20px !important; }

.gform_wrapper .gform_button {
  padding: 5px 3em;
  background-color: #bca973;
  font-weight: 500;
  border: 1px solid #bca973; }
  .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
    background-color: white;
    color: #bca973; }

#slider {
  height: calc(100vh - 95px - 10vh);
  position: relative; }
  #slider .main-slider {
    position: relative;
    width: 100%;
    background: #F6F6F6;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    height: 100%; }
    #slider .main-slider.slick-initialized {
      opacity: 1;
      visibility: visible; }
  #slider .slick-slide {
    position: relative;
    height: calc(100vh - 95px - 10vh);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #slider .slick-slide video {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%); }
    #slider .slick-slide iframe {
      position: relative;
      pointer-events: none; }
    #slider .slick-slide figure {
      position: relative;
      height: 100%; }
    #slider .slick-slide .slide-image {
      opacity: 0;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: all .8s ease; }
      #slider .slick-slide .slide-image.show {
        opacity: 1; }
    #slider .slick-slide.image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    #slider .slick-slide .image-entity {
      width: 100%;
      opacity: 0;
      visibility: hidden; }
    #slider .slick-slide .loading {
      position: absolute;
      top: 44%;
      left: 0;
      width: 100%; }
    #slider .slick-slide .slide-media {
      animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1); }
    #slider .slick-slide.slick-active {
      z-index: 1; }
      #slider .slick-slide.slick-active .slide-media {
        animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1); }
      #slider .slick-slide.slick-active .caption {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s; }
  #slider .caption {
    color: black;
    text-shadow: none;
    top: 60%;
    left: 0;
    right: 0;
    position: absolute; }
    #slider .caption h1, #slider .caption h2 {
      text-align: right; }
    #slider .caption h2 {
      margin-top: 0;
      font-weight: 200; }

.pages-blok {
  position: absolute;
  z-index: 9;
  top: 60%;
  transform: translateY(-50%); }
  .pages-blok .page-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    margin-bottom: 10px; }
  .pages-blok a.page-item {
    background-color: white;
    padding: 15px;
    width: 25vw;
    display: inline-block;
    border-right: 5px solid #bca973;
    transition: all 200ms ease-in;
    margin-bottom: 5px; }
    .pages-blok a.page-item div {
      display: inline-block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: 150px; }
    .pages-blok a.page-item img {
      height: 15px;
      width: 20px;
      float: left;
      margin-top: 8px;
      margin-right: 15px; }
    .pages-blok a.page-item span {
      float: left;
      color: #262c2f;
      font-size: 22px;
      font-weight: 400; }
    .pages-blok a.page-item:hover {
      border: none; }

@keyframes slideIn {
  from {
    filter: blur(15px); }
  to {
    filter: blur(0); } }

@keyframes slideOut {
  from {
    filter: blur(0); }
  to {
    filter: blur(15px); } }

.bounce {
  animation: bounce 20s infinite; }

@keyframes bounce {
  0%, 2.5%, 7.5%, 12.5%, 100% {
    transform: translateY(0); }
  5% {
    transform: translateY(-30px); }
  10% {
    transform: translateY(-15px); } }

.content h1 {
  margin-top: 0;
  color: #bca973;
  font-weight: 500; }

#breadcrumbs {
  font-size: 16px; }

.content-blok {
  padding: 25px 0; }

.content-featured-image {
  height: 350px; }
  .content-featured-image .background-image {
    height: 375px;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    background-position: center;
    top: 60px;
    z-index: -1; }
  .content-featured-image .slick-list {
    position: absolute;
    height: 375px;
    top: -145px;
    z-index: -1;
    width: 100%; }

.background-wait-image.in-header {
  height: 375px; }

.teamlid {
  padding-top: 15px;
  padding-bottom: 15px; }
  .teamlid .background-image {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: bottom; }
  .teamlid h2, .teamlid .name {
    font-size: 22px;
    font-weight: 500;
    margin-top: 7.5px; }
  .teamlid h3, .teamlid .function {
    margin-top: 0;
    font-weight: 200;
    margin-bottom: 0;
    font-size: 18px;
    display: block; }
  .teamlid a {
    color: #bca973;
    font-size: 16px; }

h1.title {
  color: #bca973; }

.product {
  margin-bottom: 15px; }
  .product h1 {
    min-width: 330px;
    display: inline-block;
    margin-bottom: 15px; }
    .product h1 a {
      color: #bca973;
      text-transform: capitalize; }
  .product .calculate {
    font-weight: 500;
    background-color: #262c2f;
    color: white;
    padding: 5px 3em;
    border: 1px solid #262c2f;
    display: inline-block; }
    .product .calculate a:hover, .product .calculate a:focus {
      background-color: white;
      color: #262c2f;
      text-decoration: none; }

a.news-item {
  margin-top: 15px; }
  a.news-item .background-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 15px; }
  a.news-item:hover, a.news-item:focus {
    text-decoration: none; }

.banner {
  background-color: #bca973;
  padding: 25px;
  text-align: center;
  margin-top: 25px; }
  .banner .banner-tekst {
    font-weight: 500;
    margin-right: 15px; }
  .banner a {
    font-weight: 500;
    background-color: #262c2f;
    color: white;
    padding: 5px 3em;
    border: 1px solid #262c2f; }
  .banner a:hover, .banner a:focus {
    background-color: white;
    color: #262c2f;
    text-decoration: none; }

a.knopintekst {
  font-weight: 500;
  background-color: #262c2f;
  color: white;
  padding: 5px 3em;
  border: 1px solid #262c2f; }
  a.knopintekst:hover, a.knopintekst:focus {
    background-color: white;
    color: #262c2f;
    text-decoration: none; }

.categorie-content {
  padding: 25px 0; }
  .categorie-content .categorie-titel {
    text-align: right; }
  .categorie-content .product-list {
    list-style: none;
    padding: 0;
    text-align: right; }
    .categorie-content .product-list li a {
      color: #bca973;
      font-size: 26px; }

.bloknieuws {
  min-height: 450px;
  padding: 15px; }

.gallery {
  margin-top: 2em; }
  .gallery .single-afbeelding-item {
    height: 200px;
    width: calc((100% / 4) - 13px);
    display: inline-block;
    background-size: cover;
    background-position: bottom;
    margin: 5px; }

.header-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.header-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vimeo .overlay-white {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0; }

.background-wait-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1; }

.appoint-widget iframe {
  height: 100vw; }

#slider .pages-blok a.page-item.afspraak {
  background: #bca973;
  border-right: 5px solid white; }
  #slider .pages-blok a.page-item.afspraak:hover, #slider .pages-blok a.page-item.afspraak:focus {
    background: white;
    border-right-color: #bca973; }

#team, #news {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px; }

.sub-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  padding-top: 50px; }
  .sub-item:nth-child(odd) .item-content {
    order: -1; }
  .sub-item .item-content {
    display: flex;
    flex-direction: column; }
    .sub-item .item-content div {
      margin-top: auto;
      margin-bottom: auto; }
      .sub-item .item-content div h2 {
        margin-top: 0; }

#breadcrumb-container {
  padding-top: 15px;
  padding-bottom: 15px; }
  #breadcrumb-container #breadcrumbs {
    font-size: 12px;
    text-transform: lowercase; }

footer {
  padding-bottom: 45px;
  padding-top: 45px;
  background-color: #262c2f; }
  footer *, footer a {
    color: white; }
  footer a:hover, footer a:focus {
    color: white;
    text-decoration: underline; }
  footer .makelaar-container {
    display: block;
    float: left;
    margin-top: 10px; }
  footer .footer-pages, footer .quicklinks {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 0px !important;
    width: 100%; }
    footer .footer-pages li a, footer .quicklinks li a {
      color: white; }
  footer .socials {
    margin-top: 5.8em; }
    footer .socials a {
      float: left;
      margin-right: 30px; }
      footer .socials a img {
        height: 20px; }
  footer strong.title {
    display: block;
    font-size: 17px;
    margin-bottom: 5px; }

#copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  color: #262c2f; }
  #copyright .col-xs-12 {
    display: flex;
    flex-direction: row; }
    #copyright .col-xs-12 .creator {
      margin-left: auto;
      display: inline-block;
      list-style: none;
      padding: 0; }
      #copyright .col-xs-12 .creator li {
        display: inline-block;
        padding: 0 8px;
        position: relative; }
        #copyright .col-xs-12 .creator li:not(:last-child):after {
          content: '|';
          padding: 0;
          position: absolute;
          right: -4px; }
        #copyright .col-xs-12 .creator li a {
          text-transform: lowercase; }

#cookie-law p, #cookie-law a.btn {
  font-weight: 200; }

#privacybeleid {
  display: inline-block; }
  #privacybeleid li {
    padding-left: 5px;
    padding-right: 5px; }
    #privacybeleid li a {
      color: #262c2f; }

.wpcf7-list-item {
  width: 100%; }
  .wpcf7-list-item input, .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    float: left; }
  .wpcf7-list-item input {
    width: 30px !important;
    height: 21px !important;
    margin: 0px; }
  .wpcf7-list-item .wpcf7-list-item-label {
    width: calc(100% - 30px); }

#privacybeleid {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 0px !important;
  float: left;
  width: 100%; }
  #privacybeleid li {
    display: inline-block; }

#privacy-title {
  margin-top: 50px !important; }

.wpgdprc .wpcf7-wpgdprc .wpcf7-list-item {
  margin: 0px; }
  .wpgdprc .wpcf7-wpgdprc .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 15px; }
  .wpgdprc .wpcf7-wpgdprc .wpcf7-list-item input {
    -webkit-appearance: checkbox !important;
    margin: 0px !important; }

.custom-tekst {
  padding-top: 135px; }
  .custom-tekst h4 {
    margin-top: 25px; }
  .custom-tekst table {
    width: 100%; }
    .custom-tekst table tbody tr {
      border-bottom: 1px solid lightgrey; }
      .custom-tekst table tbody tr td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 15px; }
      .custom-tekst table tbody tr:first-child td {
        font-weight: 700; }

@media (max-width: 1200px) {
  .nav.navbar-nav .dropdown a.dropdown-toggle, .nav.navbar-nav .menu-item a {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px; }
  .navbar .dropdown-menu li, .navbar .dropdown-menu a {
    font-size: 16px; }
  .navbar ul li.container.grid {
    grid-template-columns: repeat(3, 1fr); }
  .container.contact h1.d-flex {
    flex-direction: column; }
    .container.contact h1.d-flex .btn-custom {
      margin-right: auto;
      margin-left: 0;
      margin-top: 15px;
      margin-bottom: 15px; }
  #copyright .col-xs-12 {
    flex-direction: column;
    text-align: center; }
    #copyright .col-xs-12 ul {
      margin-left: 0;
      margin-right: auto;
      order: -5; } }

@media (max-width: 767px) {
  body {
    padding-top: 0; }
  a.knopintekst {
    padding: 5px 10px; }
  .teamlid .background-image {
    background-position: top;
    height: 430px; }
  .content-featured-image .slick-list {
    position: relative;
    height: 270px;
    top: 0; }
  nav.navbar {
    position: unset; }
  .navbar.navbar-default .container.d-flex {
    display: block; }
    .navbar.navbar-default .container.d-flex button .icon-bar {
      background: white; }
    .navbar.navbar-default .container.d-flex .nav.navbar-nav {
      width: 100%;
      margin-right: 0; }
      .navbar.navbar-default .container.d-flex .nav.navbar-nav .dropdown .grid {
        grid-template-columns: 1fr; }
        .navbar.navbar-default .container.d-flex .nav.navbar-nav .dropdown .grid .dropdown-header {
          padding-left: 0; }
  #slider {
    height: 80vh; }
    #slider .slick-slide {
      height: 80vh; }
    #slider .caption h1 {
      font-size: 30px; }
    #slider .caption h2 {
      font-size: 26px; }
  footer {
    text-align: center; }
    footer .socials {
      margin-top: 25px;
      display: inline-block;
      float: unset !important; }
      footer .socials a:last-of-type {
        margin-right: 0; }
    footer .col-sm-3 {
      padding: 15px; }
  .content-featured-image {
    height: 270px; }
  .categorie-content .categorie-titel {
    text-align: left; }
  .banner .banner-tekst {
    text-align: center;
    width: 100%;
    display: block; }
  .banner a {
    display: block;
    width: 100%;
    margin-top: 25px; }
  .gallery .single-afbeelding-item {
    width: calc((100% / 2) - 12px); }
  .content-featured-image .background-image {
    position: relative;
    z-index: 999;
    top: 0;
    height: 100%; }
    .content-featured-image .background-image .nieuws-btn, .content-featured-image .background-image .klantenzone-btn, .content-featured-image .background-image .dropdown-products {
      margin-top: 0; }
  #breadcrumbs * {
    color: #262c2f; }
  .appoint-widget iframe {
    min-height: 5000px !important; }
  .sub-item {
    flex-direction: column; }
    .sub-item:nth-child(odd) .item-content {
      order: 1; }
    .sub-item .item-content {
      padding-top: 15px; }
  #copyright .col-xs-12 {
    display: flex;
    flex-direction: column;
    text-align: center; }
    #copyright .col-xs-12 .creator {
      width: 100%;
      text-align: center; }
      #copyright .col-xs-12 .creator li {
        display: block; }
        #copyright .col-xs-12 .creator li:not(:last-child):after {
          content: unset; }
        #copyright .col-xs-12 .creator li a {
          text-transform: lowercase; }
  .topbar .header-content .socials a {
    margin-right: 12px; }
  .topbar .header-content .contact-btn {
    font-size: 13px; }
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  footer .makelaar-container {
    margin-top: 30px; } }

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block; } }

