
/* Gradient */
.gradient {
  background: rgb(74, 74, 74);
  background: -moz-linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  background: -webkit-linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  background: linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5014",endColorstr="#F22323",GradientType=1);
}

/* blauw = 107CC1 */
/* Groen = 006938 */
/* Paars = B26AD1 */



/** Algemene stylen **/

html, body {
	font-family: sans-serif;
	font-weight: 400;
	font-size: 22px !important;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	color: #1a1a1a;
	visibility: visible;
  max-width: 100vw;
}

h1, h2, h3, h4, h5 {
	font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong,
h1 b, h2 b, h3 b, h4 b, h5 b {
  font-weight: 700;
}

h1 {
	font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
	font-size: 32px;
  line-height: 36px;
}


a {
  transition: 0.2s all;
  color: #B26AD1;
  text-decoration: underline;
}

a:hover {
  color: #024067;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul:not([class]) {
  list-style: none; /* Remove default bullets */
  padding-inline-start: 25px;
}

ul:not([class]) li:not([class]) {
  margin: 12px 0;
}

ul:not([class]) li:not([class]):before {
  content: ""; 
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #B26AD1; 
  margin-left: -1em;
  margin-right: 16px;
  vertical-align: middle;
  line-height: 18px;
}

.container,
.container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1312px;
}

/** Header **/

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  margin: 0;
}

.backdrop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 0;
  width: 0;
}

.menu_bar {
  max-width: 1312px;
  display: flex;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  line-height: 60px;
  box-sizing: border-box;
}

.menu_bar .logo {
  max-height: 60px;
  width: auto;
}

.menu_bar .menu_wrapper {
  display: inline-flex;
  line-height: 60px;
  margin-left: auto;
  margin-block-end: 0em;
  margin-block-start: 0em;
}

.menu_wrapper > ul {
  list-style: none;
}

.menu_wrapper > ul > li {
  display: block;
  float: left;
  position: relative;
}

.menu_wrapper ul li a {
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
}

.menu_wrapper ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 4px);
  left: 10%;
  height: 0px;
  background: #fff;
  width: 80%;
  text-decoration: none;
  transition: 0.2s all;
}

.menu_wrapper ul li a:hover:after,
.menu_wrapper ul li.current_page_item > a:after {
  height: 3px;
}

.menu_wrapper ul ul.sub-menu li.current_page_item > a:after {
  width: 100%;
  left: 0;
}

.menu_wrapper ul ul.sub-menu li > a:after {
  left: 0;
}

.menu_wrapper ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.menu_wrapper ul li.menu-item-has-children {
  position: relative;
  margin-right: 24px;
}


.menu_wrapper ul li:not(:last-of-type).menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  line-height: 60px;
  font-size: 16px;
  top: 4px;
  font-weight: 900;
  color: #fff;
  content: "\f078";
  transition: 0.2s all;
  pointer-events: none;
}


.menu_button_mobile {
  display: none;
}

.mobiel_menu {
  display: none;
}

@media (max-width: 1040px) {
.menu_wrapper ul li a {
  padding: 0 16px;
}

}

@media (min-width: 956px) {

  .menu_wrapper > ul > li:last-of-type {
    border-radius: 30px;
    color: #FFF;
    margin: 6px;
    padding: 0 12px;
    line-height: 48px;
    background: rgb(250, 7, 23);
    background: -moz-linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
    background: -webkit-linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
    background: linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5014",endColorstr="#F22323",GradientType=1);
  }

  .menu_wrapper > ul > li:last-of-type > a:after {
    background-color: transparent;
  }

  .menu_wrapper ul > li > ul.sub-menu {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100%);
    background-color: #fff;
    max-height: 0;
    opacity: 0;
    transition: 0.2s all;
    width: auto;
    padding: 20px 40px;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 0 0 25px 25px;
    list-style-type: none;
    z-index: 0;
    pointer-events: none;
  }

  .menu_wrapper ul > li:last-of-type > ul.sub-menu {
    margin-top: 5px;
    pointer-events: all;
    right: 20px;
  }

  .menu_wrapper ul > li:hover > ul.sub-menu {
    max-height: 600px;
    height: auto;
    opacity: 1;
    pointer-events: all;
  }

  .menu_wrapper ul > li:last-of-type > ul.sub-menu:hover {
    max-height: 600px;
    height: auto;
    opacity: 1;
    pointer-events: all;
  }

  .menu_wrapper ul > li > ul.sub-menu:after {
    content: '';
    left: 0;
    bottom: 0;
    height: calc(100%);
    background-color: rgba(255,255,255,0);
    width: calc(100%);
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    transition: 0.2s all;
  }

  .menu_wrapper ul > li:hover > ul.sub-menu:after {
    left: -10px;
    bottom: -10px;
    height: calc(100% + 10px);
    background-color: rgba(255,255,255,0.1);
    width: calc(100% + 20px);
  }

  .menu_wrapper ul > li > ul.sub-menu:before {
    content: '';
    left: 0;
    bottom: 0;
    height: calc(100%);
    background-color: rgba(255,255,255,0);
    width: calc(100%);
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    transition: 0.4s all;
  }

  .menu_wrapper ul > li:hover > ul.sub-menu:before {
    left: -20px;
    bottom: -20px;
    height: calc(100% + 20px);
    background-color: rgba(255,255,255,0.05);
    width: calc(100% + 40px);
  }

  .menu_wrapper ul > li > ul.sub-menu > li {
    padding: 10px 0;
    line-height: 24px;
    transition: 0.2s all
  }

  .menu_wrapper ul > li > ul.sub-menu > li:hover {
    transform: translateX(5px);
  }

  .menu_wrapper ul > li > ul.sub-menu > li > a {
    padding: 0;
    color: #B26AD1;
  }

  .menu_wrapper ul > li > ul.sub-menu > li > a:hover:after {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 956px) {
  .backdrop {
    opacity: 0;
    transition: 0.4s all;
    background-color: #B26AD1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    pointer-events: none;
  }
  .backdrop.active {
    opacity: 1;
    pointer-events: all;
  }

  .menu_bar .logo.hidden {
    opacity: 0;
  }

  .menu_bar_top {
    display: none !important;
    max-height: 0;
  }
  .menu_button_mobile {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    color: #FFF;
    text-decoration: none !important;
    z-index: 1;
  }

  .menu_button_mobile:after {
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    bottom: -32px;
    position: absolute;
    left: -32px;
    background-color: #B26AD1;
    z-index: -1;
  }

  .menu_button_mobile span {
    height: 3px;
    width: 30px;
    right: 0;
    top: 7px;
    border-radius: 10px;
    position: absolute;
    display: block;
    background-color: #fff;
    transition: 0.2s all;
  }

  .menu_wrapper ul li a:hover {
    text-decoration: underline;
    color: #B26AD1;
  }

  .menu_button_mobile span:nth-of-type(2) {
    width: 20px;
    top: 17px;
    transition: 0.4s all;
  }

  .menu_button_mobile span:nth-of-type(3) {
    width: 25px;
    top: 27px;
    transition: 0.6s all;
  }

  .menu_button_mobile.active span:nth-of-type(1) {
    width: 20px;
  }

  .menu_button_mobile.active span:nth-of-type(2) {
    width: 30px;
  }  

  .menu_button_mobile.active span:nth-of-type(3) {
    width: 15px;
  }

  .menu_bar .menu_wrapper {
    position: relative;
  }
  .menu_wrapper > ul {
    display: block;
    position: fixed;
    top: 60px;
    text-align: left;
    right: 40px;
    background-color: #fff;
    width: calc(100vw - 80px);
    padding: 0 40px;
    max-height: 0;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    transition: 0.2s all;
    pointer-events: none;
    z-index: 1;
  }

  .menu_wrapper.active > ul {
    height: auto;
    max-height: 600px;
    padding: 20px 40px;
    overflow: visible;
    pointer-events: all;
  }

  .menu_wrapper > ul:after {
    content: '';
    left: 0;
    bottom: 0;
    height: calc(100%);
    background-color: rgba(255,255,255,0);
    width: calc(100%);
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    transition: 0.2s all;
  }

  .menu_wrapper.active > ul:after {
    left: -10px;
    bottom: -10px;
    height: calc(100% + 10px);
    background-color: rgba(255,255,255,0.1);
    width: calc(100% + 20px);
  }

  .menu_wrapper > ul:before {
    content: '';
    left: 0;
    bottom: 0;
    height: calc(100%);
    background-color: rgba(255,255,255,0);
    width: calc(100%);
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    transition: 0.4s all;
  }

  .menu_wrapper.active > ul:before {
    left: -20px;
    bottom: -20px;
    height: calc(100% + 20px);
    background-color: rgba(255,255,255,0.05);
    width: calc(100% + 40px);
  }

  .menu_wrapper > ul > li {
    padding: 10px 0;
    line-height: 24px;
  }

  .menu_wrapper > ul > li {
    float: none;
  }

  .menu_wrapper ul li.menu-item-has-children {
    margin: 0;
  }

  .menu_wrapper > ul li a {
    color: #B26AD1;
    padding: 0;
  }

  .menu_wrapper > ul > li > a {
    font-size: 20px;
  }

  .menu_wrapper > ul > li > ul.sub-menu {
    margin: 0;
    padding-left: 10px;
  }

  .menu_wrapper > ul > li > ul.sub-menu > li {
    list-style: none;
  }  
  .menu_wrapper > ul > li > ul.sub-menu > li > a:before {
    content: "- "
  }
}

@media (max-width: 400px) {
  .menu_bar {
    padding: 0 20px;
  }
  .menu_bar .logo {
    max-height: 40px;
  }
  .menu_wrapper > ul {
    padding: 0 20px;
    width: calc(100vw - 40px);
    right: 20px;
    z-index: 3;
  }
  .menu_wrapper.active > ul {
    padding: 20px;
  }
}


/* Breadcrumbs */

#breadcrumbs i {
  position: relative;
  padding: 0 8px;
  background: rgb(74, 74, 74);
  background: -moz-linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  background: -webkit-linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  background: linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5014",endColorstr="#F22323",GradientType=1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#breadcrumbs .breadcrumb_last {
  font-weight: 700;
}


/* blauw is 19,124,193, groen is 0,105,56, paars is 178,106,209 */


/* Content */
.ctabox, 
.ctabox > div {
  transition: 0.2s all;
}

.ctabox:hover > div {
  background-color: #B26AD1 !important;
  color: #fff !important;
  transition: 0.2s all;
  cursor: pointer;
  position: relative;
}

.ctabox > div:before {
  content: '';
  left: 0;
  top: 0;
  height: calc(100%);
  background-color: rgba(178,106,209,0.0);
  width: calc(100%);
  position: absolute;
  display: block;
  z-index: -1;
  border-radius: 30px;
  transition: 0.4s all;
}

.ctabox:hover > div:before {
  left: -20px;
  top: -20px;
  height: calc(100% + 40px);
  background-color: rgba(178,106,209,0.05);
  width: calc(100% + 40px);
}

.ctabox > div:after {
  content: '';
  left: 0;
  top: 0;
  height: calc(100%);
  background-color: rgba(178,106,209,0.0);
  width: calc(100%);
  position: absolute;
  display: block;
  z-index: -1;
  border-radius: 30px;
}

.ctabox:hover > div:after {
  left: -10px;
  top: -10px;
  height: calc(100% + 20px);
  background-color: rgba(178,106,209,0.1);
  width: calc(100% + 20px);
}

.ctabox:hover {
  transition: 0.2s all;
  transform: scale(1.03);
}

.ctabox:hover .elementor-icon-list-icon i {
  transition: 0.2s all;
  color: #fff !important;
}

/* Knop */
.elementor-button {
  position: relative;
  z-index: 1;
}

.elementor-button:before {
  content: '';
  left: 0;
  top: 0;
  height: calc(100%);
  background-color: rgba(178,106,209,0.0);
  width: calc(100%);
  position: absolute;
  display: block;
  z-index: -1;
  border-radius: 50px;
  transition: 0.4s all;
}

.elementor-button:hover:before {
  left: -20px;
  top: -20px;
  height: calc(100% + 40px);
  background-color: rgba(178,106,209,0.05);
  width: calc(100% + 40px);
}

.elementor-button:after {
  content: '';
  left: 0;
  top: 0;
  height: calc(100%);
  background-color: rgba(178,106,209,0.0);
  width: calc(100%);
  position: absolute;
  display: block;
  z-index: -1;
  border-radius: 40px;
  transition: 0.2s all;
}

.elementor-button:hover:after {
  left: -10px;
  top: -10px;
  height: calc(100% + 20px);
  background-color: rgba(178,106,209,0.1);
  width: calc(100% + 20px);
}

.knop_wit .elementor-button:hover:before {
  background-color: rgba(255,255,255,0.05);
}

.knop_wit .elementor-button:hover:after {
  background-color: rgba(255,255,255,0.1);
}




/* Footer */

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #B26AD1;
  background-image: url('../pics/footer_overlay.png');
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 64px;
}

/* oranje verlopende rand */

footer:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 28px;
  top: -28px;
  background: rgb(74,74,74);
  background: -moz-linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  background: -webkit-linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  background: linear-gradient(90deg, rgba(50,74,74,1) 0%, rgb(74,74,74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5014",endColorstr="#F22323",GradientType=1);
}

footer .footer {
  padding-top: 94px;
}

footer .footer > div {
  padding-bottom: 94px;
}

footer .footer p {
  color:  #fff;
  font-size: 18px;
}

footer .footer a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

footer .footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer .footer h3 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  display: block;
  padding-left: 40px;
  line-height: 32px;
  margin-bottom: 0;
}

footer .footer .logo {
  margin-bottom: 36px;
  display: block;
}

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

footer .footer .menu {
  display: block;
  margin: 0 auto;
  padding-left: 40px;
  box-sizing: border-box;
}

footer .footer .menu ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}

footer .footer .menu li {
  display: block;
  line-height: 32px;
}

footer .footer .socials {
  display: block;
}

footer .footer .socials .social {
  display: inline-block;
  line-height: 0;
  margin-bottom: 0;
}

footer .footer .menu li a {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 0px;
  text-decoration: underline;
}

footer .footer .menu li a:hover {
  text-decoration: none;
}

footer .subfooter {
  text-align: justify;
  display: flex;
  justify-content: space-between;
  line-height: 32px;
  padding: 32px 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

footer .subfooter:before {
  content: '';
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - 8px);
  height: 1px;
  display: block;
  background-color: rgba(255,255,255,0.2);
}

footer .subfooter a {
  color: #363636;
  text-decoration: underline;
}

footer .subfooter a:hover {
  color: #363636;
  text-decoration: none;
}

footer .subfooter .subfooter_menu ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin: 0;
  padding-inline-start: 0px;
}

footer .subfooter .subfooter_menu ul li {
  float: left;
}

footer .subfooter .subfooter_menu ul li:not(:last-of-type):after {
  content: '-';
  margin: 0 12px;
}

footer .subfooter .subfooter_menu ul li a {
  color: #fff;
}

footer .meer_link a {
  font-weight: bold;
  text-decoration: underline !important;
}

@media (max-width: 600px) {

  footer .footer > div {
    padding-bottom: 48px;
  }

  footer .footer > div:last-of-type {
    padding-bottom: 96px;
  }

  footer .footer h3,
  footer .footer .menu {
    padding-left: 0;
  }

  footer .subfooter_menu {
    margin-bottom: 32px;
  }

}

