html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #777777;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 30px 0;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
  margin-bottom:20px !important;
}

.showmobile {
  display:none;
}

/* -- COLORS -- */

.white {
  color:#ffffff;
}

.whitebg {
  background:#ffffff;
}

.black {
  color:#232323;
}

.blackbg {
  background:#232323;
  color:#ffffff !important;
}

.blackbg h1,
.blackbg h2,
.blackbg h3,
.blackbg h4,
.blackbg h5,
.blackbg h6 {
  color:#ffffff !important;
}

.blue {
  color:#007a8f;
}

.bluebg {
  background:#007a8f;
  color:#ffffff !important;
}

.bluebg h1,
.bluebg h2,
.bluebg h3,
.bluebg h4,
.bluebg h5,
.bluebg h6 {
  color:#ffffff !important;
}

.lightblue {
  color:#f5fafb;
}

.lightbluebg {
  background:#f5fafb;
}

/* -- TYPOGRAPHY -- */

@font-face {
  font-family: 'Inter';
  src: url('../../library/fonts/Inter-Light.woff2') format('woff2'),
       url('../../library/fonts/Inter-Light.woff') format('woff'),
       url('../../library/fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../../library/fonts/Inter-Regular.woff2') format('woff2'),
       url('../../library/fonts/Inter-Regular.woff') format('woff'),
       url('../../library/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../../library/fonts/Inter-Medium.woff2') format('woff2'),
       url('../../library/fonts/Inter-Medium.woff') format('woff'),
       url('../../library/fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../../library/fonts/Inter-SemiBold.woff2') format('woff2'),
       url('../../library/fonts/Inter-SemiBold.woff') format('woff'),
       url('../../library/fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../../library/fonts/Inter-Bold.woff2') format('woff2'),
       url('../../library/fonts/Inter-Bold.woff') format('woff'),
       url('../../library/fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Circular';
  src: url('../../library/fonts/Circular.woff2') format('woff2'),
       url('../../library/fonts/Circular.woff') format('woff'),
       url('../../library/fonts/Circular.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
  margin:0 0 30px 0;
  font-family:'Circular', sans-serif;
  font-weight:500;
  line-height:1;
  color: #232323;
}

h1 {
  font-size:45px;
}

h2 {
  font-size:35px;
}

h3 {
  font-size:29px;
}

h4 {
  font-size:24px;
}

h5 {
  font-size:20px;
}

h6 {
  font-size:18px;
}

b, strong {
  font-weight: 500;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.xs {
  font-size:12px;
  line-height:1.4;
}

.s {
  font-size:14px;
  line-height:1.6;
}

.fw300 {
  font-weight:300;
}

.fw400 {
  font-weight:400;
}

.fw500 {
  font-weight:500;
}

.fw600 {
  font-weight:600;
}

.fw700 {
  font-weight:700;
}

/* LINKS */

a {
  outline: none;
}

a:link, a:visited, a:active {
  color: #232323;
  text-decoration: none;
}

a:hover {
  color: #232323;
  text-decoration: none;
  transition:0.5s;
}

/* HR */

hr {
  width:100%;
  height:1px;
  background:transparent;
  border:0;
  border-bottom:1px solid #cccccc;
  margin: 20px 0 !important;
}

/* RESET */

dl, ol, ul {
  margin:0;
}

/* GUTENBERG */

.wp-block-columns {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.wp-block-column {
  flex: 1;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* ---------------------------------------------------------------------------------------------- NAVIGATION */

.topmenu {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  padding: 0 !important;
  background:#ffffff;
  z-index:999;
}

.scrollmenu {
  background:#ffffff;
}

.topmenu .logo {
  margin-top:15px;
  margin-bottom:15px;
}

.topmenu .logo img {
  max-height:40px;
  width:auto;
}

.topmenu ul {
  margin:0 !important;
}

.menu-main-container {
  line-height:1;
}

.mainnav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navright {
  justify-content: right !important;
}

.mainnav img {
  margin-right:30px;
}

.mainnav ul,
.mainnav ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  line-height:1;
  list-style: none;
  text-align: left;
}

.mainnav ul li {
  margin-right:20px;
  padding:0;
}

.mainnav ul.sub-menu li {
  margin-right: 0;
}

#menu-cta-menu li {
  margin-right:0px !important;
}

.mainnav a {
  padding: 10px 0;
  font-size:16px;
  font-weight:400;
  line-height:1;
}

.mainnav a:link, .mainnav a:visited, .mainnav a:active {
  color:#007a8f;
}

.mainnav a:hover {
  color:#232323;
}

.mainnav .current_page_item>a {
  color: #232323 !important;
}

.mainnav ul li.menu-item-has-children ul {
  display:none;
}

.mainnav ul li.menu-item-has-children:hover ul {
  display:block;
}

.mainnav ul.sub-menu {
  position: absolute;
  background:#ffffff;
  top: 25px;
  left:-20px;
  padding:10px 20px;
  min-width:200px;
}

.mainnav ul.sub-menu li {
  display:block;
  padding:0;
}

.mainnav ul.sub-menu li a {
  display: block;
  font-size:15px;
}

.btnnav a {
  padding: 6px 18px;
  border: 2px solid #007a8f;
  background:#007a8f;
  border-radius: 90px;
  color:#ffffff !important;
}

.btnnav a:hover {
  border: 2px solid #232323;
  background:#232323;
}

.mainnav li.btninloggen {
  margin-left: 0px;
}

.languageswitcher a {
  margin-left:5px;
}

.languageswitcher a:nth-child(1) {
  margin-left:15px;
}

/* SEARCH */

.search-icon {
  margin-right:25px;
}

.search-icon img {
  max-height:18px;
}

/* NAVBAR BTN */

.navbarbtn a:link, .navbarbtn a:visited, .navbarbtn a:active {
  padding:5px 15px;
  border: 2px solid #232323;
  border-radius:90px;
  background: #232323;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color: #ffffff !important;
  text-decoration: none;
}

.navbarbtn a:hover {
  background: #ffffff !important;
  color: #232323 !important;
  text-decoration: none;
}

/* MOBILE NAV */

#mobilemenu {
  position:fixed;
  display:none;
  top:0px;
  left:0px;
  padding:80px 12px 0 12px;
  width:100%;
  height:100%;
  background:#ffffff;
  overflow-y:auto;
  z-index:99;
}

#mobilemenu .col-md-12 {
  padding-left:0px;
}

#mobilemenu .current_page_item>a {
  color: #232323 !important;
}

#mobilemenu ul,
#mobilemenu ul li {
  margin: 0;
  padding:0;
  line-height:1;
  list-style: none;
}

#mobilemenu .sub-menu {
  display:none;
  padding-top:10px !important;
}

#mobilemenu ul li {
  padding: 15px 0;
  border-bottom:1px solid #f2f2f2;
}

#mobilemenu ul li ul {
  width: 100%;
}

#mobilemenu ul li ul li {
  margin: 15px 0;
  padding: 0 0 0 15px;
  border: 0;
  font-size: 14px;
}

#mobilemenu ul li ul li:last-child {
  margin:15px 0 0 0;
}

#mobilemenu .language {
  font-size:13px;
  line-height:1;
  text-transform:uppercase;
  color:#232323;
}

#mobilemenu .language a {
  margin-left:10px;
}

#mobilemenu address {
  font-size:10px;
  line-height:1.5;
  text-transform:uppercase;
  color:#232323;
}

.mobilenav-icon {
  position: relative;
  width: 22px;
  height: 16px;
  margin-right:13px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobilenav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #232323;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobilenav-icon span:nth-child(1) {
  top: 0px;
}

.mobilenav-icon span:nth-child(2),.mobilenav-icon span:nth-child(3) {
  top: 8px;
}

.mobilenav-icon span:nth-child(4) {
  top: 16px;
}

.mobilenav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
  border-radius:90px;
}

.mobilenav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius:90px;
}

.mobilenav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius:90px;
}

.mobilenav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
  border-radius:90px;
}

.subnav-icon {
  position: relative;
  display:none;
  width: 10px;
  height: 10px;
  margin-top:3px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float:right;
}

.subnav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #232323;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.subnav-icon span:nth-child(1) {
  height:100%;
  width:2px;
  left:50%;
  margin-left:-1px;
}

.subnav-icon span:nth-child(2),
.subnav-icon span:nth-child(3) {
  top: 4px;
}

.subnav-icon.opensub span:nth-child(1) {
  top:0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subnav-icon.opensub span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius:90px;
}

.menu-item-has-children .subnav-icon {
  display:inline-block !important;
}

.menu-item-has-children li .subnav-icon {
  display:none !important;
}

#anchornav {
  position:absolute;
  width:100%;
  top:100px;
  line-height:1;
  z-index:999;
}

#anchornav a:link, #anchornav a:visited, #anchornav a:active {
  margin-right:10px;
  font-size:11px;
  font-weight:500;
  text-transform: uppercase;
  color:#007a8f;
}

#anchornav a:hover {
  color: #232323 !important;
}

/* HEADER */

header {
  position: relative;
  display:inline-block;
  width: 100%;
}

#general_header { 
  padding-top:164px;
}

#general_header .col-md-12 {
  padding-right: calc(var(--bs-gutter-x) * 0) !important;
  padding-left: calc(var(--bs-gutter-x) * 0) !important;
}

#general_header h1 {
  font-size:50px;
}

/* SECTION */

section {
  position: relative;
  display:inline-block;
  width: 100%;
  padding-top:100px;
  padding-bottom:100px;
}

.padding-top-geen {
  padding-top:0px !important;
}

.padding-bottom-geen {
  padding-bottom:0px !important;
}

.padding-top-klein {
  padding-top:50px !important;
}

.padding-bottom-klein {
  padding-bottom:50px !important;
}

.padding-top-standaard {
  padding-top:100px;
}

.padding-bottom-standaard {
  padding-bottom:100px;
}

/* FOOTER */

.footer-logoslider img {
  cursor: grab;
  max-height:35px;
}

.footer-logoslider .slick-initialized .slick-slide {
  display:inline-block !important;
  text-align:center !important;
}

.footer-logoslider .slick-slide img {
  display:inline-block !important;
}

footer {
  position: relative;
  display:inline-block;
  width: 100%;
  padding-top:100px;
  padding-bottom:60px;
  border-top:1px solid #ececec;
  color:#232323;
}

footer strong {
  font-size:16px;
  color:#232323;
}

footer ul {
  list-style: none;
  padding:0;
  margin:20px 0 0 0;
}

footer ul li {
  margin:10px 0;
}

footer ul li a:hover {
  opacity:0.3;
}

footer .copyright {
  margin-top:15px;
}

footer .copyright a {
  margin-left:20px;
}

footer .copyright a:hover {
  opacity:0.3;
}

footer .copyright img {
  width: auto;
  max-height:10px;
  margin-right:5px;
}

/* ROW MARGIN */

.row>* {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}

.rowmargin {
  margin-bottom:30px;
}

.rowmargin60 {
  margin-bottom:60px;
}

.rowmargin90 {
  margin-bottom:90px;
}

/* ---------------------------------------------------------------------------------------------- BUTTONS */

a.bttn {
  display: inline-block;
  margin: 0 10px 0 0;
  background: transparent;
  border: 0;
  border-radius: 90px;
  transition: all .3s ease-in-out;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

a.bttn:link, a.bttn:visited, a.bttn:active {
  color: #007a8f;
  text-decoration: none;
}

a.bttn:hover {
  text-decoration: none;
}

a.bttn-light {
  display: inline-block;
  margin: 0 10px 0 0;
  background: transparent;
  border: 0;
  border-radius: 90px;
  transition: all .3s ease-in-out;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

a.bttn-light:link, a.bttn-light:visited, a.bttn-light:active {
  color:#ffffff;
  text-decoration: none;
}

a.bttn-light:hover {
  text-decoration: none;
}

a.bttnborder:link, a.bttnborder:visited, a.bttnborder:active {
  padding: 13px 22px;
  background: none;
  border: 1px solid #007a8f;
  color: #007a8f;
  text-decoration: none;
}

a.bttnborder:hover {
  padding: 13px 28px;
  background: #007a8f;
  color: #ffffff;
}

a.bttnborder-light:link, a.bttnborder-light:visited, a.bttnborder-light:active {
  padding: 13px 22px;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}

a.bttnborder-light:hover {
  padding: 13px 28px;
  background: #ffffff;
  color: #007a8f;
}

a.bttnimg:link, a.bttnimg:visited, a.bttnimg:active {
  padding: 13px 22px;
  background: none !important;
  border: 1px solid #007a8f;
  color: #007a8f;
  text-decoration: none;
}

a.bttnimg:hover {
  padding: 13px 28px;
  background: #007a8f !important;
  color: #ffffff;
}

.bttn img,
.bttn-light img,
.bttnimg img {
  max-height:12px;
  margin: -2px 5px 0 5px;
  transition: all .3s ease-in-out;
}

.bttn:hover img,
.bttn-light:hover img,
.bttnimg:hover img {
  max-height:12px;
  margin: -2px 2px 0 8px;
  transition: all .3s ease-in-out;
}

/* ---------------------------------------------------------------------------------------------- FORMS */

input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0 0 10px 0;
}

select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  color: #bdbdbd !important;
  outline: none;
  margin: 0 0 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 9px 15px;
  border: 1px solid #cccccc;
  resize: none;
  outline: none;
  margin: 0 0 10px 0;
}

input[type='checkbox'] {
  height: auto;
  width: auto;
  margin-right: 8px;
}

input[type=radio] {
  height: auto;
  width: auto;
  margin-right: 8px;
}

.wpcf7 p {
  margin:0;
}

input.wpcf7-submit {
  background:#007a8f;
  border:0;
  border-radius:0px;
  color:#ffffff;
}

input.wpcf7-submit:hover {
  background:#232323;
}

.wpcf7-not-valid {
  border:1px solid #ff0000 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border:0;
}

div.wpcf7-response-output {
  margin:0;
  padding:0;
  color:#1172b8;
}

div.wpcf7 .ajax-loader {
  display:none;
}

/* ---------------------------------------------------------------------------------------------- BUTTONS */

.scrollback {
  position:fixed;
  display:none;
  bottom:20px;
  right:20px;
  z-index:99;
}

.scrollback img {
  width:30px;
  height:auto;
}

/* ---------------------------------------------------------------------------------------------- GUTENBERG */

.has-text-align-center {
  text-align:center;
}

/* ---------------------------------------------------------------------------------------------- NIEUWS */

#nieuws h5 {
  margin-bottom:5px;
}

#nieuws a {
  color:#777777 !important;
}

#nieuws a:hover {
  opacity:0.5;
}

#nieuws .col-md-3 {
  height:200px;
  
}

#nieuws .nieuws-img {
  height:100%;
  width:100%;
  background-size:cover;
}

/* ---------------------------------------------------------------------------------------------- WPML */

.wpml-ls-legacy-list-horizontal {
  border: 0px !important;
  padding: 0px !important;
  display: inline-block !important;
}

.wpml-ls-legacy-list-horizontal a {
  padding:0px !important;
}

li.wpml-ls-current-language {
  display:none !important;
}