@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* Custom Plenso */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  textarea:focus, input:focus, select:focus, button:focus, option:focus{
	outline: none;
  }
  
  input[type=text],
  input[type=submit],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  textarea,
  select,
  option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
  }
  
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
  }
  
  input[type=number] {
	-moz-appearance: textfield;
	vertical-align: middle;
  }
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  position: relative;
}

main {
  background-color: #fff;
  min-height: 600px;
}

.wysiwyg.white {
  color: white;
}

.wysiwyg:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg p {
  line-height: 150%;
}

.wysiwyg p:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg.large p {
  font-size: 1.2rem;
}

.wysiwyg h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #6BC4E3;
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h1 {
  color: white;
}

.wysiwyg h1:not(:first-child) {
  margin-top: 3.5rem;
}

.wysiwyg h1:not(:last-child) {
  margin-bottom: 2.5rem;
}

.wysiwyg h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #6BC4E3;
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h2 {
  color: white;
}

.wysiwyg h2:not(:first-child) {
  margin-top: 3rem;
}

.wysiwyg h2:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6BC4E3;
  font-weight: bold;
  line-height: 125%;
}

.wysiwyg.white h3 {
  color: white;
}

.wysiwyg h3:not(:first-child) {
  margin-top: 2rem;
}

.wysiwyg h3:not(:last-child) {
  margin-bottom: 1.5rem;
}

.wysiwyg ul {
  list-style: none;
}

.wysiwyg ul:not(:last-child) {
  margin-bottom: 3rem;
}

.wysiwyg ul li {
  position: relative;
  padding-left: 20px;
  line-height: 150%;
}

.wysiwyg ul li:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 0.9rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #6BC4E3;
}

.wysiwyg ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg a {
  color: #6BC4E3;
  text-decoration: none;
  font-weight: 400;
}

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

.wysiwyg a.button {
  display: inline-block;
  background-color: #6BC4E3;
  color: white;
  text-decoration: none;
  font-weight: 400;
  padding: 8px 16px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 16px;
}

.wysiwyg a.button.active, .wysiwyg a.button:hover {
  background-color: #fff;
  color: #6BC4E3;
}

.standard {
  padding: 7rem 0;
}

.standard.top_standard {
  padding-top: 0;
}

.standard__inner {
  width: 96%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.standard__inner .h1 {
  font-size: 2.8rem;
  color: #6BC4E3;
  line-height: 125%;
}

.standard__inner>.h1 {
  max-width: 600px;
}

.standard__inner>.h1:not(:last-child) {
  margin-bottom: 6rem;
}

.split_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}

.split_title__title {
  width: 45%;
}

.split_title__title .wysiwyg {
  color: #808080;
  padding-top: 8px;
  font-size: 1.4rem;
}

.split_title h1 {
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #6BC4E3;
  line-height: 125%;
}

.split_title>.wysiwyg {
  width: 45%;
  color: #6BC4E3;
  padding-top: 8px;
  font-size: 1.2rem;
}

.split_title .wysiwyg p:last-child a {
  margin-top: 1rem;
  padding: 6px 12px;
  padding-right: 30px;
  background-color: #6BC4E3;
  color: white;
  position: relative;
  border-radius: 12px;
  display: block;
  width: fit-content;
  font-size: 1.2rem;
}

.split_title .wysiwyg p:last-child a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
}

.split_title__subtitle {
  display: flex;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 2px solid #6BC4E3;
  border-bottom: 2px solid #6BC4E3;
  font-size: 1.4rem;
}

.split_title__subtitle span {
  color: #6BC4E3;
}

/* ====== Cookie Melding ====== */

.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  width: 400px;
  max-width: calc(100% - 20px);
  -webkit-box-shadow: 0px 0 45px -0 rgba(203, 74, 28, 0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(203, 74, 28, 0.15);
  box-shadow: 0px 0 45px -0 rgba(203, 74, 28, 0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
  z-index: 100;
}

.plenso_cookies>img {
  width: 50px;
}

.plenso_cookies>div {
  color: #3e3e3e;
  padding: 0 0 25px 0px;
  line-height: 25px;
  text-align: justify;
  font-size: 16px;
}

.plenso_cookies>div a {
  color: #3e3e3e;
  text-decoration: underline;
}

.plenso_cookies>a {
  background-color: #6BC4E3;
  color: white;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies>a:hover {
  transform: scale(1.1);
}

/* GDPR */

#content-container {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  margin: auto;
  padding-top: 200px;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #6BC4E3;
  margin-bottom: 20px;
  margin-top: 150px;
}


#content-container h2 {
  color: #6BC4E3;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #6BC4E3;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #6BC4E3;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* Einde GDPR */

/* ====== Header ====== */
.mainnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
}

.mainnav__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  padding: 3rem 0;
  width: 96%;
  max-width: 1600px;
  position: relative;
}

.mainnav__logo {
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #6BC4E3;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.mainnav__logo div {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #6BC4E3;
}

.mainnav__logo div img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
}

.mainnav__menu {
  display: flex;
  justify-content: flex-end;
  gap: 2.5rem;
  font-size: 1.2rem;
}

.mainnav__menu a {
  color: #363636;
  padding: 2px;
}

.mainnav__menu li.active a {
  font-weight: bold;
  border-bottom: 2px solid #6BC4E3;
  color: #808080;
}

.mainnav__menu a:hover {
  color: #6BC4E3;
}

/* Navigatie Responsive */

#menubtn_holder {
  display: none;
}

.menu_toggle {
  cursor: pointer;
}

.res-nav {
  width: 100%;
  max-width: 700px;
  height: 100vh;
  position: fixed;
  right: -700px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .6s;
  background-color: #fff;
  padding-bottom: 50px;
}

.menuoverlay {
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, .4);
}

.res-nav nav {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  height: 100%;
  position: relative;
}

.nav_top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  font-size: 3rem;
  color: #3474B8;
}

.navitem {
  width: 100%;
  padding: 20px 50px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(0deg);
}

.rotateImg {
  transform: rotate(-180deg) !important;
}

.headerNavWidth {
  width: 96%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}


.navitem a {
  text-align: left;
  display: inline-block;
  color: rgba(0, 0, 0, 0.74);
  font-size: 30px;
  font-weight: 600;
  position: relative;
  font-family: "effra", sans-serif;
}

.navitem a,
.navitem a:after,
.navitem a:before {
  transition: all .5s;
}

.navitem a:hover {
  color: #89acd0;
}

.navitem a:after {
  position: absolute;
  bottom: -5px;
  left: 2px;
  right: 2px;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #89acd0;
  height: 2px;
}

.navitem a:hover:after, .open>.navitem a:after {
  width: 100%;
}

.navitem i {
  font-size: 25px;
  transition: all .3s;
}

.navitem .rotate {
  transform: rotate(90deg);
}

.activelink {
  color: #89acd0 !important;
}

.navitem ul {
  display: none;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
  border-left: 2px solid #eeeeee;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;

}

.navitem ul a {
  font-size: 1.2em;
  color: #949494;
  padding: 7px 0;
  padding-left: 0;
}


.navi_footer>div {
  background-color: #89acd0;
  color: #fff;
}

.navi_footer img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.navi_footer img.logo {
  position: absolute;
  top: 30px;
  width: 200px;
  right: 30px;
}

.navi_footer>div {
  position: absolute;
  bottom: 0px;
  font-size: 1em;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 6px;
  letter-spacing: 1px;
}

.navi_footer>div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
}

.navi_footer>div p {
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  font-style: italic;
  z-index: 100;
}

.navi_footer span {
  margin: 0 10px;
}

.navi_footer a {
  color: #fff;
  font-size: .9em;
}

.menu_open .menuoverlay {
  display: block;
}

.dropdown_open .menuoverlay {
  z-index: 99;
  display: block;
}

.menu_open .res-nav {
  right: 0;
}

.dropdown_res {
  width: 100%;
}

.dropdown_res__title a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.dropdown_res.open .dropdown_res__title a {
  color: #89acd0;
}

.open .dropdown_res__title a i {
  transform: rotate(-180deg);
}

.dropdown_res__content {
  height: 0;
  overflow: hidden;
  background-color: #3474B8;
  color: #fff;
  padding: 0 20px;
  transition: all 0.5s;
}

.dropdown_res__content a {
  color: #fff;
}

.open .dropdown_res__content {
  padding: 10px 20px;
}

/* ====== Footer ====== */

footer {
  width: 100%;
  position: relative;
  padding-top: 4rem;
}

.footer__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 450px;
  z-index: 2;
}

footer .ellipsis {
  top: -20px;
  transform: translateY(50%);
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
  z-index: 1;
}

.footer__top {
  padding: 8rem 20% 6rem 30%;
  background-color: #E6F5FB;
  color: #5C5C5C;
  display: flex;
  width: 100%;
  padding-left: 30%;
  padding-right: 20%;
  gap: 2rem;
  align-content: flex-end;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__top a {
  color: #5C5C5C;
}

.footer__top_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.2rem;
}

.footer__top_item p {
  position: relative;
  padding-left: 40px;
  line-height: 150%;
}

.footer__top_item p i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #131313;
}

.footer__top_social {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer__top_social i {
  font-size: 3rem;
  color: #131313;
}

.footer__top_social p {
  line-height: 125%;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align-last: justify
}

.footer__top_social p:last-child {
  font-weight: bold;
}

.footer__bottom {
  padding: 1rem 3rem 1rem 440px;
  background-color: #6BC4E3;
  color: white;
  display: flex;
  justify-content: space-between;
}

.footer__bottom p {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer__bottom a {
  color: white;
}

/* ======Sliders====== */
.slide {
  position: relative;
}

.slide>img {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  border: none;
  background-color: #6BC4E3;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #727272;
}

.slick-prev {
  left: 5%;
}

.slick-next {
  right: 5%;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.slick-dots li {
  list-style-type: none;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #6BC4E3;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #6BC4E3;
}

.slick-dots li button {
  visibility: hidden;
}

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bevestiging i {
  font-size: 2em;
  color: #89acd0;
}

.bevestiging h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #89acd0;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 1.7em;
  text-align: center;
  color: #89acd0;
  margin-bottom: 10px;
  width: 100%;
}

.bevestiging p {
  line-height: 150%;
  color: #727272;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #89acd0;
  font-weight: 200;
  color: white;
  margin-top: 20px;
  border: 1px solid #89acd0;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #89acd0;
}

/* Einde Bevestiging*/

/* ======Button Holder====== */

.button_holder {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.button_holder a {
  padding: 10px 20px;
  background-color: #6BC4E3;
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
}

/* ======Home====== */
/*Slider*/
.home_slider .slide {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home_slider .slide>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.home_slider .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.triple_circle {
  width: 600px;
  height: 600px;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  z-index: 1;
}

.triple_circle:before {
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-radius: 50%;
}

.triple_circle:after {
  top: 200px;
  bottom: 200px;
  left: 200px;
  right: 200px;
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-radius: 50%;
}

.home_slider__outer {
  position: relative;
  overflow: hidden;
}

.home_slider__outer>.ellipsis {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -20px;
  width: 110%;
  z-index: 1;
  transform: translateY(50%);
  z-index: 2;
}

.home_slider .wysiwyg {
  position: absolute;
  top: 40%;
  left: 25%;
  right: 25%;
  z-index: 1;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.home_slider .wysiwyg strong {
  font-size: 1.5em;
}

.home_slider .wysiwyg img {
  position: absolute;
  left: -30px;
  top: 10px;
  width: 80px;
  transform: translate(-50%, -50%);
}

.home_slider .slick-dots {
  bottom: 90px;
}

/* Home navigatie */
.home_navigatie__items {
  display: flex;
  gap: 3rem;
}

.home_navigatie__items a {
  color: #707070;
}

.home_navigatie__item {
  width: calc(33.33% - 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.home_navigatie__item img {
  width: 100%;
}

.home_navigatie__item__content {
  padding: 2rem 2rem 3rem 2rem;  
}

.home_navigatie__item__content h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.home_navigatie__item:hover .home_navigatie__item__content h2 {
  color: #6BC4E3;
}

.home_navigatie__item__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  color: #6BC4E3;
  align-items: center;
}

.home_banner {
  position: relative;
  overflow: hidden;
}

.home_banner__img {
  width: 100%;
}

.home_banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}

.home_banner .ellipsis {
  position: absolute;
  left: -5%;
  right: -5%;
  width: 110%;
  z-index: 2;
}

.home_banner .ellipsis:first-child {
  top: -20px;
  transform: translateY(-50%);
}

.home_banner .ellipsis:last-child {
  bottom: -20px;
  transform: translateY(50%);
}

.home_banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 3rem;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  text-align: center;
  line-height: 135%;
}

/* Home activiteiten */
.home_activiteiten__list {
  display: flex;
  gap: 6rem;
  flex-direction: column;
}

.home_activiteiten__item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10rem;
  row-gap: 2rem;
}

.home_activiteiten__item>* {
  width: calc(50% - 5rem);
}

.home_activiteiten__item>.full {
  width: 100%;
}

.home_activiteiten__item>.dienst_leden {
  width: 100%;
}

.home_activiteiten__item_image {
  position: relative;
}

.home_activiteiten__item_image img {
  width: 100%;
}

.item_image__status {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  padding: 25px 25px;
  background-color: #6BC4E3;
  color: white;
  border-radius: 50%;
  font-size: 1.4rem;
  text-align: center;
  z-index: 5;
}

.home_activiteiten__item_content {
  color: #808080;
  position: relative;
}

.home_activiteiten__item_content .overlay_icon {
  position: absolute;
  left: -30px;
  top: -16px;
  width: 40px;
}

.home_activiteiten__item_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home_activiteiten__item_content .h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  line-height: 125%;
  gap: 0.5rem;
}

.home_activiteiten__item_content .h3 {
  font-size: 1.5rem;
  line-height: 125%;
  text-transform: uppercase;
}

.home_activiteiten__item_content h4 {
  font-size: 1.2rem;
  line-height: 125%;
  color: #6BC4E3;
  display: none;
}

.home_activiteiten__item_content .link {
  color: #44B0DF;
  display: flex;
  gap: 1rem;
  width: fit-content;
  font-size: 1.4rem;
}

.home_activiteiten__item_content .wysiwyg:not(:last-child) {
  margin-bottom: 1rem;
}

.home_activiteiten__item.reverse {
  flex-direction: row-reverse;
}

.home_activiteiten__item.reverse .item_image__status {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}

/* ======Activiteiten====== */

.banner, .banner__image {
  position: relative;
  overflow: hidden;
}

.banner__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner__image img {
  width: 100%;
}

.banner .ellipsis {
  position: absolute;
  left: -5%;
  right: -5%;
  width: 110%;
  z-index: 2;
  bottom: 0;
  transform: translateY(50%);
}

.banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  max-width: 680px;
}

.banner__title {
  font-size: 4rem;
  text-transform: uppercase;
}

.banner__title:not(:last-child) {
  margin-bottom: 1rem;
}

.banner__content .wysiwyg {
  font-size: 1.5rem;
  line-height: 125%;
}

.foldout.home_activiteiten__list {
  gap: 0;
  border-top: 3px solid #6BC4E3;
}

.foldout .home_activiteiten__item {
  display: none;
}

.foldout .home_activiteiten__item.active {
  display: flex;
}

.home_activiteiten__outer {
  display: flex;
  gap: 4rem;
  padding: 2rem 0;
  border-bottom: 3px solid #6BC4E3;
  flex-direction: column;
}

.home_activiteiten__outer.more {
  display: none;
}

.home_activiteiten__outer_title {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #808080;
  width: 100%;
  cursor: pointer;
}

.home_activiteiten__outer_title>div {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.home_activiteiten__outer_title>div:first-child {
  color: #6BC4E3;
}

.more_loader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  color: #6BC4E3;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 4rem;
}

.ak {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #E6F5FB;
  padding: 40px;
}

.ak .wysiwyg h2:not(:last-child) {
  margin-bottom: 0.5rem;
}

.ak .wysiwyg {
  margin-bottom: 0;
}

.ak .wysiwyg p:last-child a {
  padding: 6px 12px;
  padding-right: 30px;
  background-color: #6BC4E3;
  color: white;
  position: relative;
  border-radius: 12px;
  display: block;
  width: fit-content;
  font-size: 1.2rem;
}

.ak .wysiwyg p:not(:first-child) a {
  margin-top: 1rem;
}

.ak .wysiwyg p:last-child a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
}

.ak:last-child {
  margin-bottom: 7rem;
}

.hasExtraImages {
  cursor: pointer;
}

/* ====== Nieuwsbrieven ====== */

.border_form {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #6BC4E3;
  width: 550px;
  position: relative
}

.border_form h2 {
  font-size: 1.8rem;
  color: #6BC4E3;
}

.border_form .field {
  width: 100%;
}

.border_form .field label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.border_form .field select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #6BC4E3;
  height: 35px;
  padding-left: 8px;
}

.closed_form {
  pointer-events: none;
}

.closed_form .field {
  opacity: 0.5;
}

.closed_form input[type="submit"] {
  display: none;
}

.border_form input[type="text"], .border_form input[type="email"] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #6BC4E3;
  height: 35px;
}

.border_form input[type="submit"] {
  background-color: #6BC4E3;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.border_form .submit_holder {
  width: 100%;
  display: flex;
  justify-content: right;
}

/* ======Diensten====== */

.dienst_leden {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.dienst_leden__item {
  width: calc(50% - 1rem);
  display: flex;
  gap: 1rem;
}

.dienst_leden__item .image {
  width: 40%;
  padding: 1rem;
  background-color: #fff;
  border: 3px #6BC4E3 solid;
  border-radius: 50%;
}

.dienst_leden__item .image .image__inner {
  border: 3px #6BC4E3 solid;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.dienst_leden__item .image img {
  width: 100%;
}

.dienst_leden__item .content {
  width: calc(60% - 1rem);
  position: relative;
}

.dienst_leden__item .content h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #6BC4E3;
}

.dienst_leden__item .content>p {
  color: #808080;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.dienst_leden__item .content__contact {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 1.5rem 0;
}

.dienst_leden__item .content__contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: -6rem;
  right: 0;
  bottom: 0;
  background-color: #6BC4E3;
  border-radius: 12px;
  z-index: 1;
}

.dienst_leden__item .content__contact div {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 1.1rem;
}

.dienst_leden__item .content__contact p i {
  margin-right: 1rem;
}

.dienst_leden__item .content__contact i {
  color: #363636;
}

.dienst_leden__item .content a {
  color: #fff;
}

.dienst_leden__item .content a:hover {
  text-decoration: underline;
}

/* ====== Verhuur ====== */

td {
  padding: 10px;
}

/* ======Contact====== */

.contact_split {
  display: flex;
  gap: 4rem;
}

.contact_split>div {
  width: 50%;
}

.contact_info {
  display: flex;
  gap: 2rem;
  font-size: 1.2rem;
  padding-top: 25px;
  flex-wrap: wrap;
}

.contact_info>div {
  width: 50%;
}

.contact_info>div.contact_diensten {
  width: 100%;
}

.contact_info h3 {
  text-transform: uppercase;
  color: #6BC4E3;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.contact_info__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact_info__items p {
  position: relative;
  padding-left: 40px;
}

.contact_info__items p i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #131313;
}

.contact_info__items p a {
  color: #131313;
}

.contact_diensten {
  width: 100%;
}

.contact_diensten .dienst_leden__item {
  width: 110%;
  margin-left: -10%;
}

.contact_diensten .dienst_leden__item p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 125%;
}

.contact_diensten .dienst_leden__item a {
  background-color: #fff;
  color: #6BC4E3;
  padding: 8px 16px;
  display: inline-block;
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
}

.contact_diensten .dienst_leden__item a:hover {
  text-decoration: none;
}

.contact_diensten .dienst_leden__item a:hover span {
  text-decoration: underline;
}

.contact_diensten .dienst_leden__item a i {
  margin-left: 10px;
  color: #6BC4E3;
}

.contact_form_holder {
  position: relative;
}

.contact_form_holder img {
  position: absolute;
  left: -15px;
  top: 5px;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
}

.contact_form_holder h1 {
  font-size: 2.5rem;
  color: #6BC4E3;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.contact_form_holder h2 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.underline_form input[type="text"], .underline_form input[type="email"] {
  width: 100%;
  padding: 3px 10px;
  border: 0;
  border-bottom: 3px solid #6BC4E3;
  height: 35px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.underline_form textarea {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #6BC4E3;
  height: 100px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.underline_form input[type="submit"] {
  background-color: #6BC4E3;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
}

@media screen and (max-width: 1650px) {
  .footer__logo {
    width: 350px;
  }
  .footer__top {
    padding: 4rem 10% 2rem 380px;
  }
  .footer__bottom {
    padding: 1rem 3rem 1rem 340px;
  }
}

@media screen and (max-width: 1600px) {
  .banner__content {
    position: static;
    transform: none;
    text-shadow: none;
    margin-bottom: 4rem;
    color: #6BC4E3;
    margin-left: auto;
    margin-right: auto;
  }
  .wysiwyg a.button.active, .wysiwyg a.button:hover {
    border: 1px solid #6BC4E3;
  }

}

@media screen and (max-width: 1500px) {
  .home_activiteiten__list {
    margin-left: 30px;
    margin-right: 30px;
  }
  .home_activiteiten__item_content .h2 {
    flex-direction: column;
  }
  .home_activiteiten__item_content {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 1350px) {
  .footer__top {
    padding-left: 280px;
    padding-right: 5%;
  }
  .footer__logo {
    width: 250px;
  }
  .footer__bottom {
    padding-left: 240px;
  }
}

@media screen and (max-width: 1200px){
  .dienst_leden {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
  .dienst_leden__item {
    width: 600px;
  }
  .contact_split {
    flex-direction: column-reverse;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 2rem;
  }
  .contact_split > div {
    width: 100%;
  }
  .contact_info > div {
    width: calc(50% - 1rem);
  }
  .contact_diensten .dienst_leden__item {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1150px){
  .footer__top_social i {
    font-size: 2rem;
  }
  .footer__top_social p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1050px) {
  .home_activiteiten__list {
    gap: 4rem;
  }
  .home_activiteiten__outer {
    gap: 2rem;
  }
  .home_activiteiten__item {
    flex-direction: column;
    align-items: center;
  }
  .home_activiteiten__item > .home_activiteiten__item_image {
    width: 100%;
    max-width: 725px;
  }
  .home_activiteiten__item > .home_activiteiten__item_content {
    width: 100%;
  }
  .item_image__status {
    display: none;
  }
  .home_activiteiten__item.reverse {
    flex-direction: column;
  }
  .footer__logo {
    display: none;
  }
  .footer__top {
    padding: 4rem 5% 2rem 5%;
  }
  .footer__bottom {
    padding: 1rem 5% 1rem 5%;
  }
  .home_activiteiten__item_content h4 {
    display: block;
  }

}

@media screen and (max-width: 1000px) {
  .wysiwyg h1:not(:first-child) {
    margin-top: 2.5rem;
  }

  .wysiwyg h1:not(:last-child) {
    margin-bottom: 2rem;
  }

  .wysiwyg h2:not(:first-child) {
    margin-top: 2rem;
  }

  .wysiwyg h2:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .wysiwyg h3:not(:first-child) {
    margin-top: 1.5rem;
  }

  .wysiwyg h3:not(:last-child) {
    margin-bottom: 1rem;
  }

  .standard {
    padding: 4rem 0;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
  }

  header nav {
    display: none;
  }

  .logonav {
    margin-bottom: 0;
    padding-left: 0;
  }

  #menubtn_holder {
    display: flex;
    justify-content: flex-end;
    font-size: 30px;
  }

  #menubtn_holder i {
    color: #3474B8;
    cursor: pointer;
  }

  .mainnav__inner {
    padding: 1rem 0;
  }

  .mainnav__logo div {
    width: 120px;
    height: 120px;
  }

  .triple_circle {
    width: 450px;
    height: 450px;
  }
  
  .triple_circle:before {
    top: 75px;
    bottom: 75px;
    left: 75px;
    right: 75px;
  }
  
  .triple_circle:after {
    top: 150px;
    bottom: 150px;
    left: 150px;
    right: 150px;
  }
  .standard__inner > .h1:not(:last-child) {
    margin-bottom: 3rem;
  }
  .home_banner__title {
    font-size: 2rem;
    left: 25%;
    right: 25%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 950px) {
  .home_navigatie__items {
    gap: 1.5rem;
  }
  .home_navigatie__item {
    width: calc(33.33% - 1rem)
  }
}

@media screen and (max-width: 900px){
  .split_title {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .split_title__title {
    width: 100%;
  }
  .split_title > .wysiwyg {
    width: 100%;
  }
  .banner__title {
    font-size: 3rem;
    padding-top: 20px;
  }
  .contact_info {
    padding-top: 0;
  }
  .contact_info > div {
    width: 100%;
    text-align: center;
  }
  .contact_info__items p {
    padding: 0;
  }
  .contact_info__items p i {
    position: static;
    margin-right: 8px;
    transform: none;
  }
  .dienst_leden__item .content__contact div {
    align-items: center;
  }
}

@media screen and (max-width: 850px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__top_item {
    width: 100%;
    text-align: center;
  }
  .footer__top_item p {
    padding: 0;
  }
  .footer__top_item p i {
    position: relative;
    transform: none;
    margin-right: 5px;
  }
  .footer__top_social {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .wysiwyg ul:not(:last-child) {
    margin-bottom: 2rem;
  }
  .home_slider .wysiwyg {
    font-size: 1.8rem;
    top: 30%;
    left: 10%;
    right: 10%;
    text-align: center;
  }
  .home_slider .wysiwyg img {
    display: none;
  }
  .home_navigatie__items {
    flex-wrap: wrap;
  }
  .home_navigatie__item {
    width: calc(50% - 1.5rem);
  }
  .banner__content {
    margin-bottom: 3rem;
  }
  .home_activiteiten__outer_title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 700px){
  .dienst_leden__item {
    width: 100%;
    padding: 15px;
    background-color: #6BC4E3;
    color: #fff;
    border-radius: 16px;
    align-items: flex-start;
  }
  .dienst_leden__item .image {
    width: 150px;
    border: 0;
    padding: 0;
  }
  .dienst_leden__item .image .image__inner {
    border: 0;
  }
  .dienst_leden__item .content__contact:before {
    display: none;
  }
  .dienst_leden__item .content__contact {
    position: static;
    transform: none;
  }
  .dienst_leden__item .content h3 {
    color: #fff;
  }
  .dienst_leden__item .content > p {
    color: #fff;
  }
  .dienst_leden {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 650px) {
  .triple_circle {
    width: 300px;
    height: 300px;
  }
  
  .triple_circle:before {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
  }
  
  .triple_circle:after {
    top: 100px;
    bottom: 100px;
    left: 100px;
    right: 100px;
  }
  .dienst_leden__item {
    flex-direction: column;
    align-items: center;
  }
  .dienst_leden__item .content {
    width: 100%;
  }
  .dienst_leden__item .content h3 {
    text-align: center;
  }
  .dienst_leden__item .content > p {
    text-align: center;
  }  
  .dienst_leden__item .content__contact {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .wysiwyg h3 {
    font-size: 1.3rem;
  }
  .standard__inner .h1 {
    font-size: 2rem;
  }
  .home_navigatie__item {
    width: 100%;
  }
  .home_banner .ellipsis {
    display: none;
  }
  .footer__bottom {
    padding: 1rem 2.5%;
    font-size: 0.8rem;
  }
  .footer__bottom p {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 500px) {
  .home_banner__title {
    display: none;
  }
  .home_activiteiten__item_content .h2 {
    font-size: 1.4rem;
  }
  .home_activiteiten__item_content .h3 {
    font-size: 1.2rem;
  }
  .footer__bottom {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .wysiwyg h3 {
    font-size: 1.3rem;
  }
  .triple_circle {
    display: none;
  }
  .home_activiteiten__item_content .overlay_icon {
    display: none;
  }
  .home_activiteiten__list {
    margin-left: 0;
    margin-right: 0;
  }
}