/*
 Theme Name:  sri-richtlijnen
 Description: Powered by Vrhl
 Requires at  least: WordPress 5.1.1
 Version:     1.0
 Author:      De Hulk
 Author URI:  https://www.vrhl.nl
 Text Domain: custom_theme
 */
/* - - - - - F O N T S - - - - - */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');




/* - - - - - V A R S - - - - - */

:root {
  --purple: #67498D;
  --white: #ffffff;
  --turquoise: #76D2B6;
  --petrol: #007A8F;
  --lightpurple: #F8F0F7;
  --lightturquoise: #EDF8F4;
  --lightpetrol: #E9F5F7;
  --black: #1B4558;
  --grey: #65818E;
  --lightergrey:#efefef;
  --coral: 242 156 139;
  --sand: 230 211 163;
  --line: 0 0 0;

  --100: 0.1;
  --200: 0.2;
  --300: 0.3;
  --400: 0.4;
  --500: 0.5;
  --600: 0.6;
  --700: 0.7;
  --800: 0.8;
  --900: 0.9;
  --1000: 1;
}

.purple {color:var(--purple);}
.black {color:var(--black);}
.turquoise {color:var(--turquoise);}
.petrol {color:var(--petrol);}
.white {color:var(--white);}
.bg-white {background-color:var(--white);}
.bg-turquoise {background-color:var(--turquoise);}
.bg-petrol {background-color:var(--petrol);}
.bg-purple {background-color:var(--purple);}
.bg-lightturquoise {background-color:var(--lightturquoise);}
.bg-lightpetrol {background-color:var(--lightpetrol);}
.bg-lightpurple {background-color:var(--lightpurple);}
.bg-grey {background-color:var(--grey);}
.bg-lightergrey {background-color:var(--lightergrey);}

.richtlijnen-langdurige-zorg {background-color:var(--lightpetrol);}
.richtlijnen-langdurige-zorg h3 {color:var(--petrol);}
.richtlijnen-langdurige-zorg a {color:var(--petrol);}
.richtlijnen-langdurige-zorg .date {color:var(--petrol);}
.richtlijnen-langdurige-zorg .btn-line { background-image:url('assets/images/arrow-petrol-right.svg');color:var(--petrol); border:1px solid var(--petrol) !important;}
.richtlijnen-langdurige-zorg .btn-line:hover {background-image:url('assets/images/arrow-petrol-right.svg'); color:var(--petrol) !important;}

.richtlijnen-medisch-specialistische-zorg {background-color:var(--lightpurple);}
.richtlijnen-medisch-specialistische-zorg h3 {color:var(--purple);}
.richtlijnen-medisch-specialistische-zorg a {color:var(--purple);}
.richtlijnen-medisch-specialistische-zorg .date {color:var(--purple);}
.richtlijnen-medisch-specialistische-zorg .btn-line { background-image:url('assets/images/arrow-purple-right.svg');color:var(--purple); border:1px solid var(--purple) !important;}
.richtlijnen-medisch-specialistische-zorg .btn-line:hover {background-image:url('assets/images/arrow-purple-right.svg'); color:var(--purple) !important;}

.niet-gecategoriseerd {background-color:var(--lightergrey);}
.niet-gecategoriseerd h3 {color:var(--black);}
.niet-gecategoriseerd a {color:var(--black);}
.niet-gecategoriseerd .date {color:var(--black);}
.niet-gecategoriseerd .btn-line { background-image:url('assets/images/arrow-black-right.svg');color:var(--black); border:1px solid var(--black) !important;}
.niet-gecategoriseerd .btn-line:hover {background-image:url('assets/images/arrow-black-right.svg'); color:var(--black) !important;}

.date {opacity:0.6; font-size:12px;}

.has-petrol-color {color:var(--petrol);}
.has-purple-color {color:var(--purple);}
.has-turquoise-color {color:var(--turquoise);}

.container {max-width:1500px !important;}


  .min-h-10 {min-height:10vh !important;}
  .min-h-20 {min-height:20vh !important;}
  .min-h-30 {min-height:30vh !important;}
  .min-h-35 {min-height:35vh !important;}
  .min-h-40 {min-height:40vh !important;}
  .min-h-50 {min-height:50vh !important;}
  .min-h-60 {min-height:60vh !important;}
  .min-h-70 {min-height:70vh !important;}
  .min-h-80 {min-height:82vh !important;}
  .min-h-90 {min-height:90vh !important;}
  .min-h-100 {min-height:100vh !important;}
  .min-h-200 {min-height:140vh !important;}


  .z-index-2 {
    z-index: 2;
}

.h-100-p {height:100%; display:block;}

.border-radius {border-radius:10px;}


.min-h-mob-80 {min-height:500px;}

/* - - - - - L E N I S - - - - - */

#certificaten {
    scroll-margin-top: 200px;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* - - - - - A O S - - - - - */
[data-aos=loading] {
    opacity:0.2;
    transition-delay:0.1s;
}

[data-aos=loading].aos-animate {
  opacity:1;
}

[data-aos=tadaa] {
    filter: blur(9px);
    opacity: 0;
    padding-top:0px;

}

[data-aos=tadaa].aos-animate {
  opacity: 1;
  filter: blur(0px);
  padding-top: 0px;
  margin-top:0px;
}

[data-aos=fadee] {
    opacity: 0;

}

[data-aos=fadee].aos-animate {
  opacity: 1;
}

[data-aos=left] {left:60px;top:60px;}
[data-aos=left].aos-animate {left:-1px;top:-1px;}

[data-aos=right] {right:60px;bottom:60px;}
[data-aos=right].aos-animate {right:-1px;bottom:-1px;}





/* - - - - - B A S E - - - - - */

h1{
    font-weight: 600;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing: grayscale; 
    font-size: 30px;
    line-height: 55px;
    font-family: "Open Sans", sans-serif;
}

h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 36px;
    font-size: 26px;
    margin-bottom:20px;
    margin-top:30px;
}

h3{
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height:27px;
}

h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height:28px; 
}

h5{
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
}

p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: var(--darkblue);
    line-height: 30px;
    letter-spacing:0.5px;
}

strong {
    font-weight: 500 !important;
    color: var(--darkblue);
}

a {
    color: var(--petrol); font-weight:500;
}

td {
    background-color: #DBE2EF;
    padding: 20px;
    width: 50%;
}

ul {
    list-style: none;
}


.loon {
    width: 100%;
}

.highlight {
    background-color: #F4F5F7;
}




/* - - - - - N A V - - - - - */

.glass-effect {
    backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}

.left-top {
    position: absolute;
    width:5vw;
    min-width:70px;
    z-index:999;
}

.right-bottom {
    position: absolute;
    width:5vw;
    min-width:70px;
}



.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #004899;
    z-index: 99999999999999999999;
    animation-name: preloader;
    animation-duration: 0.4s;
    animation-delay: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;

}

.loader span {
    position: absolute;
    bottom:0%;
    width:0%;
    height:5px;
    background-color:var(--white);
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    animation-name: loading;
    animation-duration: 1.3s;
    opacity:1;
    max-width:16vw;
    left: calc(50% - 8vw);
    left: -webkit-calc(50% - 8vw);
    border-radius:50px;
    transition-timing-function: ease-in-out;
    box-shadow:
    0 0 20px 3px #fff,
    0 0 50px 6px #9cd5ff;
}

.loader {
    position: absolute;
    bottom:40%;
    width:100%;
    height:5px;
    z-index:1;
    background-color:rgba(255,255,255,0.4);
    max-width:16vw;
    left: calc(50% - 8vw);
    left: -webkit-calc(50% - 8vw);
    border-radius:50px;
}

.border-radius {border-radius:12px !important;}




.orange {
 background-color: #F07308;
 padding: 15px 30px 15px 30px;
}

.orange:hover {
 background-color: #ff983f;
 padding: 15px 30px 15px 30px;
}

.details span {
    display: block;
    font-family: "Open Sans", sans-serif; 
}

.details span:nth-of-type(1) {margin-left: 40px;}
.details span:nth-of-type(2) {margin-left: 0px;}
.details span:nth-of-type(3) {margin-left: 60px;}
.details span:nth-of-type(4) {margin-left: 20px;}


/* --------------------------- mobile menu */

#mobile-nav {
    position: fixed;
    width:100%;
    left:0px;
    top:0px;
    padding:20px;
    z-index:999;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
    border: 1px solid rgba(255, 255, 255, 0.34);
    transition:0.3s;
    border-radius:8px;
    z-index:9999;
}

/* Hamburger button */
.hamburger {
  position: fixed;
  top: 29px;
  right: 34px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
  width:40px;

}

.hamburger.open::after {
  position: fixed;
  top: 15px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-color:var(--white);
  content:'';
  display:block;
  z-index: -1;
  border-radius:500px;
  border: 1px solid rgb(var(--line) / var(--100));
}

.bar {
    height: 3px;
    background-color:var(--purple);
    transition: all 0.3s ease;
}

.hamburger.open {width:20px;}
.hamburger.open .bar {background-color:var(--petrol) !important;}




/* Hamburger open state */
.hamburger.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
  background-color:var(--purple);
}

.hamburger.open .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  background-color:var(--purple);
}

/* Mobile menu container */
.mobile-menu {
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.7px);
  -webkit-backdrop-filter: blur(8.7px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  transition:0.3s;
  overflow: hidden;
  max-height: 0;
  height:0;
  z-index: 1000;
  opacity:0;
  padding-top:0px;
  transition-delay:0.3s;
}

.mobile-menu.open {
  max-height: 100vh; /* adjust based on content */
  height:100vh !important;
  opacity:1;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0) !important;
  padding-top:15px !important;
}

.mobile-nav.open {
    border-radius:0px !important;
    top: 0px !important;
    width:calc(100% - 0px) !important;
    margin-left:0px !important;
    top:0px !important;
    background: rgba(255, 255, 255, 1) !important;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(8.7px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0) !important;
    border: 0px solid rgba(255, 255, 255, 1) !important;
}

.mobile-menu ul {
  list-style: none;
  margin: 0 !important;
  padding-left:20px !important;
}

.mobile-menu li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom:2px solid var(--lightergrey);
}

.mobile-menu li a {
  text-decoration: none;
  font-size: 4vw;
  color:var(--petrol);
}

.mobile-menu li a:hover {
  text-decoration: none;
  font-size: 4vw;
  color:var(--purple);
}

.mobile-menu div ul li a::after {
    background-image:url('assets/images/small-arrow-up-blue.svg');
    content:'';
}

.mobile-menu .sub-menu {
  text-decoration: none;
}

.mobile-menu .sub-menu li {
    margin-bottom:0px;
    border-bottom:0px solid var(--lightergrey) !important;
}

.mobile-menu .sub-menu li::after {
    content:'';
    inline-display:block;
    position: absolute;
    right:2vw;
    width:4vw;
    height:4vw;
    background-image:url('assets/images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center center;
}


.mobile-menu .sub-menu {
    padding-left: 10px !important;
}

#menu-top-menu li {
    margin: 0px 10px;
    padding:5px;
}


#menu-top-menu li a {
    text-decoration: none;
    font-size:12px;
    color:var(--black);
}

#menu-top-menu li a:hover {
    color:var(--black);
    text-decoration: underline;
}


#menu-hoofdmenu li {
    margin: 0px 10px;
    padding:10px 15px;
    border-radius:50px;
      -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#menu-hoofdmenu li:last-child {
    margin: 0px 0px 0px 10px;


}

#menu-hoofdmenu li a {
    text-decoration: none;
    font-size:16px;
    color:var(--petrol);
      -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  display:block;

}

#menu-hoofdmenu li a:hover {
    color:var(--purple);
}

#menu-hoofdmenu li.current-menu-item {
    background-color:var(--lightpurple);
    color:var(--purple);
}

#menu-hoofdmenu li.current-menu-item a {
  color:var(--purple);
}




#header {
    position: relative;
    z-index: 0;
    background-color: var(--lightturquoise);
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

#header p {
    color:var(--white);
    font-size:18px;
    font-weight:500;
}




.max-height {
    min-height: 50vh;
}


#header-main span:before {
    content: '"';
    position: absolute;
    left: -10px;
}

#header-main span:after {
    content: '"';
}

@keyframes flow {
  from {transform: rotate(2deg);}
  to {transform: rotate(-2deg);}
}

.handig {width: 80%;}

.leerling-absolute {
    position: absolute;
    bottom: -23vw;
    right: 0px;
    width: 100%;
    animation-name: leerling;
    animation-duration: 6s;
    transition: 3s;
}



.leerling-absolute:hover {
    position: absolute;
    transform: rotate(-10deg);
}

.socials {
    width: 40px;
    z-index: 9;
    position: absolute;
    left: 0px;
    bottom: calc(50% - 90px);
    z-index: 99;
    height: 120px;
    font-size: 10px !important;
    animation-name: fade;
    animation-duration: 0.3s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    opacity: 0;
    text-decoration: none;
}

.socials a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items:  center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
    transform: scale(1);
}

.filter {
  overflow-x: auto;          /* Enable horizontal scroll */
  white-space: nowrap;       /* Prevent wrapping */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scrollbar-width: none; /* Firefox */
}

.filter::-webkit-scrollbar {
  display: none;
}

.social img {width: 40px}

.socials a:hover {transform: scale(1.4); z-index: 2}


.mylinkedin {
    width:20px;
    height:20px;
    position: absolute;
    right:20px;
    bottom:20px;
    z-index:99;
    display:block;
    background-image:url('assets/images/linkedin-lime.svg');
    background-size:contain;
    background-position: center center;
    background-repeat:no-repeat;
}

.min-h-100 {min-height:100%}


@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}


@keyframes leerling {
  from {transform: rotate(-30deg);}
  to {transform: rotate(0deg);}
}

#header-small-block {
    background-color:#ABBFE2;
    z-index: 1;
    height: 300px;
    width: 430px;
    position: absolute;
    left: 60px;
    top: 20px;
    content: "";
}

#waarom {
    background-color:#F5F5F5;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

#waarom li:before {
    content: '>';
    padding-right: 10px;
    margin-left: -20px;
    font-weight: bold;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    color: var(--turquoise);
    font-size: 20px;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 0px;
    font-weight:100;
    width:25px;
    height:25px;
    background-image:url('assets/images/arrow-right.svg');
    backgrouns-size:contain;
}

#waarom li {
    padding-right: 10px;
    margin-left: 30px;
    font-weight: normal;
    list-style-type: none;
    color: var(--darkblue);
    font-size: 16px;
    position: relative;
    margin-bottom:20px;
}



#header-main div {
    color: var(--white);
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
}

.rotate-negative {
 height: 100%;
 margin-left: 7%;
 margin-top: 70px;
}

#soliciteren {
    background-color: #F5F5F5;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

#soliciteren h1 {
    color: var(--white);
}



.blue-box {
    background-color: #004899;
    padding: 40px;
    margin-top: -50px;
    color: var(--white);
    margin-bottom: 150px;
}

.blue-box h2 {
    font-size: 20px;
    line-height: 32px;
    color: var(--white);
}

.blue-box p {
    color: var(--white);
    font-weight: 100;
    line-height: 25px;
}

.blue-box a {
    color: var(--white);
}

#why {
    margin-bottom: 8vh;
    margin-top: 8vh;
    background-image: url('assets/images/header-page.jpg');
    background-size: cover;
    background-position: center center;
}

/* --------------------------- mobile menu ends */



/* --------------------------- gravity forms  */

.gf_step_active span:first-child {
  background-color: #F07308 !important;
  border: none !important;
  color: var(--white) !important;
  opacity: 1 !important;
}

.gf_step_number {
  border: 2px solid #F07308 !important;
  color: #7950F8 !important;
  font-weight: bold !important;
  background-color: #F07308 !important;
  color: var(--white) !important;
  opacity: 0.3;
}

.gf_step_completed span:first-child::before {
  background-color: #7950F8 !important;
  border: none !important;
}

.gf_step_completed span:first-child {
  opacity: 1 !important;
}

.text-left {text-align: left;}



.gform_wrapper {padding:0px;}

.ginput_container_fileupload {
    text-align: center;
    color: var(--white) !important;
}

.ginput_container_fileupload input {
    border: 1px solid #0058ba;
    background-color: #0058ba;
    padding: 20px !important;
}

.gform_fileupload_rules {
    color: var(--white);
}

.gform_fields {
    row-gap: 20px !important;
}

input[type=checkbox] {
  border: 1px solid #000000 !important;
}

input[type=checkbox]:checked {
  background-color:var(--turquoise) !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  border: 1px solid #F9F6F5 !important;
  padding: 15px !important;
  height: 130px !important;
  color: var(--black); 
  transition: 0.3s;
}

select:focus,
textarea:focus,
input[type="select"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: var(--white);
  outline: 0 none;
}

select,
textarea,
input[type="select"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-color: var(--white);
  outline: 0 none;
  border:1px solid #ccc !important;
}



.gf_page_steps {
  border-bottom: 0px solid #000000 !important;
}

.large.gfield_select {border:1px solid #ddd; box-shadow: none;}

.gform_next_button {
    background-color: #F07308;
    padding: 15px 35px 15px 35px !important;
    font-family: "Open Sans", sans-serif; 
    font-weight: normal;
    border-radius: 50px;
    color: var(--white) !important;
    display: inline-block;
    margin-top: 10px;
    -webkit-box-shadow: 5px 5px 35px 5px #F07308; 
    box-shadow: 5px 5px 35px 5px #F07308;
    transition: 0.3s;
    font-size: 16px;
}

input[type=submit] {
    padding:15px 50px 15px 30px !important;
    display: inline-block;
    margin:0px 10px 0px 0px !important;
    background-image:url('assets/images/arrow-petrol-right.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center !important;
    background-color:transparent !important;
    border-radius:59px !important;
    text-decoration:none;
    color:var(--petrol) !important;
    border:1px solid var(--petrol) !important;
    transition:0s !important;
}

input[type=submit]:hover {
    padding:15px 50px 15px 30px !important;
    display: inline-block;
    margin:0px 10px 0px 0px !important;
    background-image:url('assets/images/arrow-petrol-right.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center !important;
    background-color:transparent !important;
    border-radius:59px !important;
    text-decoration:none;
    color:var(--petrol) !important;
    border:1px solid var(--petrol) !important;
    transition:0s !important;
}

.gfield_required_text {color:var(--petrol) !important; font-style:normal !important;}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  border: none !important;
  padding: 0px !important;
  color: var(--purple) !important;
}

.gfield_error label {
    color: var(--purple) !important;
    font-weight:600 !important;
}

.gform_next_button:hover {
  background-color: #77042F;
}

.gform_previous_button {
  color: var(--white) !important;
  transition: all transition-len cubic-bezier(transition-bezier);
  padding: 15px 35px 15px 35px !important;
  text-decoration: none;
  transition: 0.3s;
  background-color: #12015A !important;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  opacity: 0.1 !important; 
}

.gform_validation_errors h2 {
  padding-bottom: 0px  !important;
  color:var(--purple) !important;
}

.gform_validation_errors {
  border: 0px solid !important;
  background-color:var(--lightpurple) !important;
  color:var(--purple) !important;
}

.gform_previous_button:hover {
  opacity: 1 !important; 
}

.gfield_label {
    color: var(--white);
    font-weight: 600 !important;
    font-size: 16px !important;
}
/* --------------------------- gravity forms ends */

.btn-line {
    font-size:16px;
    line-height:24px; 
    display: inline-block;
    margin:0px 10px 0px 0px;
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    border-radius:50px;
    text-decoration:none;
    padding:10px 50px 10px 30px !important;
}

.btn-line:hover {
    line-height:24px;
    padding:15px 50px 15px 30px;
    display: inline-block;
    margin:0px 10px 0px 0px;
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    text-decoration:none;
}

.btn-line.white {
    background-image:url('assets/images/arrow-white-right.svg');
    color:var(--white);
    border:1px solid var(--white) !important;
}

.btn-line.white:hover {
    background-image:url('assets/images/arrow-white-right.svg');
    color:var(--white) !important;
}

.btn-line.petrol {
    background-image:url('assets/images/arrow-petrol-right.svg');
    color:var(--petrol);
    border:1px solid var(--petrol) !important;
}

.btn-line.petrol:hover {
    background-image:url('assets/images/arrow-petrol-right.svg');
    color:var(--petrol) !important;
}

.btn-lime:hover a {
    color:var(--white) !important;
}

.btn-line.black {
    background-image:url('assets/images/arrow-black-right.svg');
    color:var(--black);
    border:1px solid var(--black) !important;
}

.btn-line.black:hover {
    background-image:url('assets/images/arrow-black-right.svg');
    color:var(--black) !important;
}




.btn-darkblue {
    font-size:18px;
    line-height:24px;
    padding:15px 50px 15px 30px;
    display: inline-block;
    margin:0px 10px 0px 0px;
    background-image:url('assets/images/small-arrow-up-white.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    background-color:var(--darkblue);
    border-radius:4px;
    text-decoration:none;
    color:var(--white);
}

.btn-darkblue:hover {
    font-size:18px;
    line-height:24px;
    padding:15px 50px 15px 30px;
    display: inline-block;
    margin:0px 10px 0px 0px;
    background-image:url('assets/images/small-arrow-up-blue.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    background-color:var(--grey);
    border-radius:4px;
    text-decoration:none;
    color:var(--darkblue);
}

.btn-slide-next {
    display:inline-block;
    width:50px;
    height:50px;
    background-image:url('assets/images/arrow-right-slide-white.svg');
    background-size:60%;
    background-position: center center;
    background-color:var(--turquoise);
    border-radius:500px;
    background-repeat:no-repeat;
}


.btn-slide-prev {
    display:inline-block;
    width:50px;
    height:50px;
    background-image:url('assets/images/arrow-right-slide-white.svg');
    background-size:contain;
    background-position: center center;
    background-color:var(--grey);
    border-radius:500px;
    background-size:60%;
    background-repeat:no-repeat;
    transform:rotate(180deg);

}

.max-w-550 {max-width:550px;}


/* - - - - - I D S - - - - - */

#wpadminbar {
  direction: ltr;
  color: #c3c4c7;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.46153846;
  height: 32px;
  position: fixed;
  top: -32px;
  left: 0;
  width: 100%;
  min-width: 600px;
  z-index: 99999;
  background: var(--petrol);
  outline: 1px solid transparent;
  position: absolute;
}

#line {height:2px;}

#langdurige-zorg {
    background-position:center center;
    background-size:cover;
    position: relative;
    transition:0.3s;
}

.object-fit-cover {position: relative;}
.object-fit-cover figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* makes the image fill like background-size: cover */
    position: absolute;
    left:0px;
    top:0px;
}

.object-fit-cover figure {height:100%}

.img-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* makes the image fill like background-size: cover */
    position: absolute;
    left:0px;
    top:0px;
    z-index:0;
    transition:0.3s;
    transform:scale(1.05);
}

date {font-size:12px; }
.single-item {border-bottom:1px solid rgba(0,0,0,0.1);}

#medisch-specialistische-zorg {
    background-position:center center;
    background-size:cover;
    position: relative;
    transition:0.3s;
}

#medisch-specialistische-zorg:hover .img-bg,
#langdurige-zorg:hover .img-bg {
    transform:scale(1);
    transition:0.3s;
    filter:blur(1px);

}

#medisch-specialistische-zorg h4, #langdurige-zorg h4 {
    font-size:14px;
    font-weight:600;
}

.timeline {
  max-width: 900px;
  margin-left:20px;
  position: relative;
}

.timeline-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 3rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  border-right: 2px dotted #8D77A7;
}

.timeline-item {
  display: flex;
  position: relative;
  padding-bottom:2rem;
}

.timeline-item:last-child::before {
  width: 0;
  border-right: 0;
}

.timeline-marker {
  width: 40px;
  position: relative;
  flex-shrink: 0;
}

.timeline-marker::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: var(--white);
  border: 1px solid var(--purple);
  border-radius: 50%;
  z-index: 1;
  transition:0.3s
}

.timeline-marker.current::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -2px;
  width: 26px;
  height: 26px;
  background: #C1B7CC;
  border: 5px solid var(--purple);
  border-radius: 50%;
  z-index: 1;
}

.timeline-content {opacity:0.6; transition:0.3s}
.timeline-content.current {opacity:1;}

.timeline-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--petrol);
  margin-top:-6px;
}

.timeline-content p {
  margin: 0 0 0.75rem;
  font-weight: 500;
}

.timeline-content ul {
  margin: 0;
  padding-left: 1.2rem;
}

.timeline-content li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  list-style-type: disc;
}

.timeline-content ul li::marker {color:var(--petrol);}
.timeline-content ul li ul li::marker {color:var(--petrol);}

.timeline-content ul li ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  list-style-type: circle;
  margin-top:10px;
}



/* Responsive */
@media (max-width: 640px) {
  body {
    padding: 1.25rem;
  }

  .timeline::before {
    left: 14px;
  }

  .timeline-item {
    gap: 1rem;
  }

  .timeline-marker {
    width: 28px;
  }

  .timeline-marker::before {
    left: 6px;
  }
}


#medisch-specialistische-zorg::after, #langdurige-zorg::after {
    content:'';
    background: #2F3355;
    background: linear-gradient(180deg,rgba(47, 51, 85, 0) 0%, rgba(47, 51, 85, 1) 100%);
    height:50%;
    width:100%;
    position: absolute;
    left:0px;
    bottom:0px;
    z-index:0;
    opacity:0.7;
    transition:0.3s;
}

#header::after {
    content:'';
    background: #2F3355;
    background: linear-gradient(180deg,rgba(47, 51, 85, 0) 0%, rgba(47, 51, 85, 1) 100%);
    height:50%;
    width:100%;
    position: absolute;
    left:0px;
    bottom:0px;
    z-index:0;
    opacity:0.7;
    transition:0.3s;
}




#leader h1{
    font-weight: 600;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing: grayscale; 
    font-size: 26px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    color:var(--petrol);
}

#leader h1 strong {color:var(--purple); display:inline;}

@media (min-width: 768px) { #leader h1 strong {display:block;}}



.wp-block-list {padding-left:0px !important;}

.wp-block-list li:before {
    content: '';
    padding-right: 10px;
    margin-left: -20px;
    font-weight: bold;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    color: var(--turquoise);
    font-size: 20px;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 4px;
    font-weight:100;
    width:25px;
    height:25px;
    background-image:url('assets/images/arrow-petrol-right.svg');
    backgrouns-size:contain;
    background-position: center center;
    background-repeat:no-repeat;
}

.wp-block-list li {
    padding-right: 10px;
    margin-left: 30px;
    font-weight: normal;
    list-style-type: none;
    color: var(--darkblue);
    font-size: 16px;
    position: relative;
    margin-bottom:10px;
}


#show {scroll-margin-top: 100px;}

#section-with-background-image {
    background-color:var(--grey);
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
}

.dark-blue-block {
    background: rgba(6, 27, 68, 0.74);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.dark-blue-block h2, .dark-blue-block h3, .dark-blue-block h1 {color:var(--white) !important;}
.dark-blue-block p {color:var(--white);}


#home {
    background-color:var(--grey);
    position: relative;
    background-size:cover;
    overflow:hidden;
    animation-duration: 1s;
    min-height:400px;
}

.img-bg.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  transform: scale(1);
  animation: loading 1s forwards;
  opacity: 0.4 !important;
  filter:grayscale(1) !important;
  mix-blend-mode: multiply !important;
}

@keyframes loading {
    0%   { transform:scale(1.2); opacity:0; filter: brightness(40%); }
    100% { transform:scale(1); opacity:1; filter: brightness(70%);}
}




#content h3, #content h2 {color:var(--petrol);}

#content bold {font-weight:300; color:var(--petrol);}



#home h1, #home p {
    color:var(--white);
}

#news-block-home {
    background-color:var(--lightergrey);
}

#news-block h4 {
    color:var(--darkblue) !important;
}

#project-block-home {
    background-color:var(--lighterblue);
}

#project-info {
    background-color:var(--lime);
    color:var(--white);
    display:;
}

#vacatures {
    background-image: url('assets/images/sri-richtlijnen-vacatures.jpg');
    background-repeat: no-repeat;
    width: 100%;
    min-height:70vh;
    background-size:cover;
    background-position: center 30%
}

#vacatures h1 {color:var(--white);}

.fancybox__backdrop {
    background-color:var(--darkblue);
    background: rgba(6, 27, 68, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.7px);
    -webkit-backdrop-filter: blur(5.7px);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {border-color:var(--lime);}

.select-job {
    transition:0.3s; 
    border-bottom:3px solid rgba(255,255,255, 0.4); 
    color:var(--white); 
    padding:25px 0px 25px 0px; 
    font-weight:bold;
    transition:0.3s !important;
    cursor: pointer !important;
}

.select-job:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(15px);
    padding:35px 0px 35px 0px; 
}

.select-job::after {
    position: absolute;
    bottom:-3px;
    left:0px;
    height:3px;
    width:0px;
    content:'';
    background-color:var(--white);
    transition:0s;
    filter: blur(5px);
}

.select-job:hover::after {
    width:100%;
    filter: blur(0px);
    transition:2s;
}

.job-title {color:var(--white); text-decoration:none; font-size:24px; font-weight:bolder;}
.job-title:hover {color:var(--white);}

.btn-job {
    font-family: "Open Sans", sans-serif; 
    font-weight: normal;
    color: var(--white) !important;
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    padding-top: 12px;
    padding-right: 65px;
    font-weight: bold;
    transition: 0.8s;
    text-decoration:none;
    border-radius:100px;
    background-image:url('assets/images/arrow.svg');
    background-repeat:no-repeat;
    background-position: 90% 50%;
    background-size:30px;
    overflow:hidden;
}


.black-overlay {
    background-color: rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    position: absolute;
    z-index:0;
}



#hero {
    height: 80vh;
    background-size: cover;
    background-position: center center;
    max-width: 1900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero h1 {
    color: var(--white);
    max-width: 600px;
    text-align: center;
    text-shadow: 0px 0px 46px #F07308;
    margin-top: 35vh;
    margin-bottom: 0px;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}





.position-0 {background-position: 50% 0%}
.position-25 {background-position: 50% 25%}
.position-50 {background-position: center center}
.position-75 {background-position: 50% 75%}
.position-100 {background-position: 50% 100%}


#header-large h1, #header-medium h1 {
    color: var(--white);
}




.intro-block{
    margin-top: -10vh;
    background-color: var(--white);
    margin-bottom: 100px;
}

#recensie-block {
    background-color: #000;
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.recensie-block-info {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    z-index: 1;
}




.news-block a {text-decoration:none;}

.thumb {
    display:inline-block;
    aspect-ratio: 16 / 9;
    width:100%;
    height:auto;
    background-position: center center;
    background-size:cover;
    background-color:var(--black);
    border-radius:8px;
}

.member-thumb {
    display:inline-block;
    aspect-ratio: 9 / 12;
    width:100%;
    background-position: center center;
    background-size:cover;
    background-color:var(--black);
    border-radius:8px;
    position: relative;
}

.member-thumb::after {
    position: absolute;
    content:'';
    left:0px;
    bottom:0px;
    height:100px;
    width:100%;
    z-index:2;
}

.member-info {
    height:100%;
    z-index:99;
}

.member-info h4 {
    color:var(--white);
    font-family: "Open Sans", sans-serif;
}

.member-info span {
    color:var(--lime);
    font-family: "Open Sans", sans-serif;
    font-size:13px;
    font-weight:600;

}


.product-thumb::after {
    position: absolute;
    bottom:0px;
    left:0px;
    height:250px;
    content:'';
    width:100%;
    z-index:0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 99%);
}

.product-thumb::after {
    position: absolute;
    bottom:0px;
    left:0px;
    height:250px;
    content:'';
    width:100%;
    z-index:0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 99%);
}


.product-thumb {
    display:inline-block;
    aspect-ratio: 16 / 12;
    width:100%;
    background-position: center center;
    background-size:cover;
    background-color:var(--black);
    overflow:hidden;
    position: relative;
    border-radius:8px;
}

.product-thumb div {
    position: absolute;
    left:30px;
    bottom:0px;
    width:100%;
    display:block;
    z-index:2;
}

.project-thumb::after {
    position: absolute;
    bottom:0px;
    left:0px;
    height:250px;
    content:'';
    width:100%;
    z-index:0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 99%);
}

.project-thumb::after {
    position: absolute;
    bottom:0px;
    left:0px;
    height:250px;
    content:'';
    width:100%;
    z-index:0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 99%);
}


.project-thumb {
    display:inline-block;
    aspect-ratio: 16 / 12;
    width:100%;
    background-position: center center;
    background-size:cover;
    background-color:var(--black);
    overflow:hidden;
    position: relative;
    border-radius:8px;
}

.project-thumb {

}

.project-label {
    border:1px var(--white);
    color:var(--dark);
    font-size:14px;
    border:1px solid var(--white);
    text-decoration:none;
    padding:10px 15px;
    opacity:1;
    font-weight:300;
    border-radius:4px;
}

.product-thumb::after {
    position: absolute;
    bottom:0px;
    left:0px;
    height:250px;
    content:'';
    width:100%;
    z-index:0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 99%);
}

.product-thumb::after {
    position: absolute;
    bottom:0px;
    left:0px;
    height:250px;
    content:'';
    width:100%;
    z-index:0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 99%);
}


.product-thumb {
    display:inline-block;
    aspect-ratio: 16/12;
    width:100%;
    background-position: center center;
    background-size:cover;
    overflow:hidden;
    position: relative;
    border-radius:8px;
    background-color:var(--turquoise);}

    .product-thumb div {
        position: absolute;
        left:0px;
        bottom:0px;
        width:100%;
        display:block;
        z-index:2;
        padding:0px 20px;
    }

    

    .member-slide {
        border-radius:10px;
        overflow:hidden;
    }

    .member-slide h2 {
        font-size:22px;
        color:var(--white);
        margin-bottom:0px;
    }

    .member-slide h3 {
        font-size:13px;
        color:var(--lime);
    }

    .member-thumb {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      overflow: hidden;
  }

  .member-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Zorgt dat de afbeelding de ruimte opvult zonder te vervormen */
      display: block;
  }

  .member-info {
    position: absolute;
    left:0px;
    bottom:0px;
    width:100%;
    padding:20px;
}

.member-thumb::after {
    position: absolute;
    bottom:0px;
    left:0px;
    content:'';
    width:100%;
    z-index:0;
    background: linear-gradient(180deg,rgba(0, 57, 166, 0) 1%, rgba(0, 57, 166, 0.7) 99%);

}





.swiper-scrollbar {
   background-color:rgba(0,0,0,0.1);
   width:100% !important;
   left:0px !important;
   bottom: -30px !important;
   height:8px !important;
}

.swiper-scrollbar-drag {
   background-color:var(--turquoise);
}


.project-slide:hover {
  cursor: url("assets/images/drag.cur") 20 20, grab !important;
}

.certificering-slide img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width:100%;
  opacity:0.5;
} 

.certificering-slide img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity:1;
} 


.swiper-slide.organisatie img {
    opacity:0.5; 
    transition:0.8s; 
    max-height:100px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.swiper-slide-active.organisatie img {opacity:1; scale:1;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);}

    .project-slide {
    }

    .project-slide a {
        position: absolute;
        left:20px;
        bottom:20px;
        font-size:22px;
        color:var(--white);
        text-decoration: none;
        opacity:0;
    }
    
    .richtlijn-block {
        padding:20px 60px 20px 20px;
        position: relative;
        border-radius:5px;
        background-color:var(--lightpurple);
    }

    .richtlijn-block.Gepubliceerd {background-color:var(--lightpurple);}
    .richtlijn-block.Ontwikkelingsfase {background-color:var(--lightpetrol);}
    .richtlijn-block.Knelpuntanalyse {background-color:var(--lightturquoise);}
    .richtlijn-block.Literatuuronderzoek {background-color:#DEECF2;}
    .richtlijn-block.Commentaarfase {background-color:rgba(var(--coral) / var(--200));}
    .richtlijn-block.Afrondingsfase {background-color:rgba(var(--sand) / var(--200));}

    .richtlijn-titel.Gepubliceerd {color:var(--purple);}
    .richtlijn-titel.Ontwikkelingsfase {color:var(--petrol);}
    .richtlijn-titel.Knelpuntanalyse {color:var(--petrol);}
    .richtlijn-titel.Literatuuronderzoek {color:var(--black);}

    .richtlijn-titel.Gepubliceerd::before {background-image:url('assets/images/arrow-purple-right.svg');}
    .richtlijn-titel.Ontwikkelingsfase::before {background-image:url('assets/images/arrow-petrol-right.svg');}
    .richtlijn-titel.Knelpuntanalyse::before {background-image:url('assets/images/arrow-petrol-right.svg');}
    .richtlijn-titel.Literatuuronderzoek::before {background-image:url('assets/images/arrow-black-right.svg');}
    .richtlijn-titel.Commentaarfase::before {background-image:url('assets/images/arrow-black-right.svg');}
    .richtlijn-titel.Afrondingsfase::before {background-image:url('assets/images/arrow-black-right.svg');}

    .fase.Gepubliceerd {color:var(--purple);}
    .fase.Ontwikkelingsfase {color:var(--petrol);}
    .fase.Knelpuntanalyse {color:var(--black);}
    .fase.Literatuuronderzoek {color:var(--black);}

    .fase {opacity:0.8;}

    .richtlijn-block a.arrow-up {
        position: absolute;
        right:20px;
        top:15px;
        background-repeat:no-repeat;
        background-image:url('assets/images/arrow-petrol-right-up.svg');
        backgrouns-size:contain;
        background-position: center center;
        display:block;
        width:40px;
        height:40px;
        content:'';
        background-color:#cee6eb;
        border-radius:50px;
    }

    .richtlijn-block:hover::before{
        opacity:0.05;
    }

    .richtlijn-block::before{
        content:'';
        width:100%;
        height:100%;
        position: absolute;
        left:0px;
        top:0px;
        background-color:var(--petrol);
        z-index:0;
        transition:0.3s;
        opacity:0;
    }

    .richtlijn-block.Gepubliceerd a.arrow-up {
        background-image:url('assets/images/arrow-purple-right-up.svg');
        background-color:#f1e1ef;
    }

        .richtlijn-block.Ontwikkelingsfase a.arrow-up {
        background-image:url('assets/images/arrow-petrol-right-up.svg');
        background-color:#cee6eb;
    }

        .richtlijn-block.Knelpuntanalyse a.arrow-up {
        background-image:url('assets/images/arrow-petrol-right-up.svg');
        background-color:#deefe8;
    }

        .richtlijn-block.Literatuuronderzoek a.arrow-up {
        background-image:url('assets/images/arrow-petrol-right-up.svg');
        background-color:#d0e1e9;
    }

        .richtlijn-block.Commentaarfase a.arrow-up {
        background-image:url('assets/images/arrow-coral-right-up.svg');
        background-color:rgba(var(--coral) / var(--200));
    }

            .richtlijn-block.Afrondingsfase a.arrow-up {
        background-image:url('assets/images/arrow-black-right-up.svg');
        background-color:rgba(var(--sand) / var(--300));
    }




    .richtlijn-titel::before {
        width:28px;
        height:18px;
        content:'';
        background-repeat:no-repeat;
        backgrouns-size:contain;
        background-position: center center;
        display:inline-block;
        background-image:url('assets/images/arrow-petrol-right.svg');

    }


    .project-slide a::after {
        content:'';
        display:inline-block;
        width:22px;
        height:22px;
        margin-left:0px;
        background-repeat:no-repeat;
        background-image:url('assets/images/arrow-right-white.svg');
        backgrouns-size:contain;
        background-position: bottom center;
        opacity:0;
        transition-delay: 0.5s !important;
        transition:0.3s;
    }

    .project-slide.swiper-slide-active a::after {
        opacity:1;
        margin-left:10px;
    }

    .swiper-slide-active.project-slide a {
        opacity: 1;
    }

    .project-slide a {}

    .overflow-x-visible {
        overflow-x:visible !important;
    }


    .swiper-slide:hover {
      cursor: url('assets/images/drag.svg') 16 16, auto;
  }

  .swiper-overflow-hidden {
      overflow: visible !important;
  }

  .swiper-overflow-container {
      overflow-x: hidden;
  }


  .clamp-2-lines {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      text-overflow: ellipsis;
  }



.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax-mirror {
    min-height: 400px;
    background: transparent;
}



#recensie-block h2 {
    color: var(--white);
}

#recensie-block a {
    color: #E9DAD3;
    text-decoration: none;
    font-weight: normal;

}
#header {
    position: relative;
}

#home {
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}


#home span {
    display: block;
}

.text-right {
    text-align: right;
}


.white-block {
    background-color: var(--white);
    padding: 50px;
}

.white {
    color: var(--white);
}

.text-md-right {
    text-align: right;
}



.wp-block-group[style*="background-image"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wp-block-cover .wp-block-cover__background {
    bottom: 0;
    left: 0;
    opacity: 0.4 !important;
    position: absolute;
    right: 0;
    top: 0;
    background-color:#000000 !important;
}

.wp-block-columns {
  margin-bottom: 0px !important;
  padding: 10px;
}

.w-75 {max-width:200px; margin-top:30px; aspect-ratio: 1/1;}

figure {
  margin: 0 0 0 0 !important;
}

.wp-block-image {overflow:hidden;}
.wp-block-image img {border-radius:10px;}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.no-shadow img {
  -webkit-box-shadow: 0px 0px 0px 0px #000000 !important; 
  box-shadow: 0px 0px 0px 0px #000000 !important;  
}

.tarief {
    background-color: var(--white);
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    color: #F07308;
    -webkit-box-shadow: 0px 0px 35px 0px #f3ebe7; 
    box-shadow: -10px -10px 80px 0px #f3ebe7;
}
.tarief p { color: #F07308; }

.tarief h2 {
    font-size: 20px !important; 
}

.social {
    margin-right: 15px;
}

footer::before {
    content:'';
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:30px;
    background-color:var(--lime);
}

footer::after {
    content:'';
    position: absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:30px;
    background-color:var(--turquoise);
}

footer {
    padding: 7vw 0px !important;
    position: relative;
    color: #004899;
    font-size: 16px;
}

footer a {color: var(--black) !important; text-decoration: none};

footer h3 {
    color: var(--white);
    font-size: 18px;
}


.linkedin a {
display:block;
width:22px;
height:22px;
content:'';
background-image:url('assets/images/linkedin.svg');
background-size:contain;
margin-top:8px;
font-size: 0;
}



.footer-box {
    background-color: #f3ebe7;
}

.flower-left {
    top: -50px;
    left: -10px;
    position: absolute;
}

.flower-right {
    bottom: -50px;
    right: -10px;
    position: absolute;
}

.footer-text {
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 130px;
}







/* - - - - - C L A S S E S - - - - - */

.label {
    background-color:var(--purple);
    color:var(--white);
    padding:10px 20px;
    display:inline-block;
    font-weight:500;
    font-size:14px;
    border-radius:10px;
    text-transform:uppercase;
}

.category-links a {
    display:inline-block;
    margin-right:10px;
    padding:5px 10px;
    color:var(--petrol);
    border:1px solid var(--lightturquoise);
    background-color:var(--lightturquoise);
    display:inline-block;
    text-decoration:none;
    border-radius:50px;
}

.category-links a:hover {
    background-color:var(--lightpurple);
    border:1px solid var(--lightpurple);
    color:var(--purple);
}

.category-links .current {
    background-color:var(--lightpurple);
    color:var(--purple);
}

.bg {
    position: absolute;
    left:0px;
    top:0px;
    height:auto;
    width:100%;
    z-index:0;
    filter:grayscale(1);
    mix-blend-mode: multiply;
    opacity:0.3;
}

.row-download a {
    transition:0.3s;
    color:var(--darkblue);
    font-size:18px;
}


.row-download {
    transition:0.3s;
}

.row-download:hover {
    background-color:var(--lightergrey);
    padding-left:15px !important;
}

.row-download:hover .btn-lime {
    background-color:var(--turquoise) !important;
    color:var(--white);
    background-image:url('assets/images/small-arrow-up-white.svg');
}

.list-block {
    background-color:var(--white);
    border-radius:15px;
    padding:30px;
    border:1px solid var(--greyblue);
    display:block;
    margin-top:-80px !important;
    z-index:998;
    position: relative;
}

.list-block ul {
  list-style: none;      /* hides the bullets */
  padding-left: 0;       /* removes default left padding */
  margin-left: 0;        /* optional: removes any default margin */
}

.list-block ul li {
    padding:10px 30px 30px 0px;
    border-bottom:1px solid var(--grey);
    position: relative;
    margin-left:0px !important;
    margin-top:10px;
}

.list-block ul li:before {display:none;}

.list-block ul li:after {
    position: absolute;
    right:0px;
    top:10px;
    font-size:22px;
    font-weight:100;
    content:'   ';
    opacity:0.4;
}

.list-block ul li:last-child {
   border-bottom:0px solid var(--grey);
}

.list-block ul li strong {
    font-size:20px;
}


.social-btn {
    display:inline-block;
    aspect-ratio:1/1;
    width:48px;
    background-size:contain;
    backgroud-repeat:no-repeat;
    background-color:var(--white);
    box-shadow: 0 4px 30px rgba(0, 20, 0, 0.1);
}

.social-btn:hover {background-color:var(--lime);}
.facebook {background-image:url('assets/images/social-facebook.svg');}
.instagram {background-image:url('assets/images/social-instagram.svg');}
.youtube {background-image:url('assets/images/social-youtube.svg');}

.pagination {
  gap: 8px;
}

.pagination .page-item .page-link {
  border: 1px solid #ddd;
  display:block;
  width:60px;
  height:60px;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
  background: var(--white);
  color: var(--petrol);
}

.pagination .page-item .page-link:hover {
  background: var(--white);
  color: var(--purple);
  border-color: var(--purple);
}

.pagination .page-item.active .page-link {
  background: var(--white);
  color: var(--petrol);
  border-color: var(--petrol);
}

.pagination .page-item.disabled .page-link {
  opacity: 0.4;
  pointer-events: none;
}
.permalink {cursor:pointer;}

.btn-nieuwbouw-renovatie {
    background-color:var(--lightergrey);
    font-size:18px;
    color:var(--darkblue);
    padding:10px 40px 10px 15px;
    text-decoration:none;
    background-image:url('assets/images/small-arrow-up-blue.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    border-radius:4px;
    background-size:20px;
    margin-right:10px;
}

.btn-nieuwbouw-renovatie:hover {
    background-color:var(--grey);
    color:var(--dark);
}

.btn-nieuwbouw-renovatie.active {
    background-color:var(--green);
    color:var(--darkblue);
}



.btn-category {
    border:1px var(--dark);
    color:var(--dark);
    font-size:14px;
    border:1px solid var(--dark);
    text-decoration:none;
    padding:10px 15px;
    opacity:0.2;
    font-weight:300;
    border-radius:4px;
}

.btn-category:hover {
    border:1px var(--darkblue);
    color:var(--darkblue);
    border:1px solid var(--darkblue);
    opacity:1;
}

.btn-category.active, .btn-category.active:hover {
    border:1px solid var(--dark);
    color:var(--dark);
    font-size:14px;
    opacity:1;
    padding:10px 15px;
    text-decoration:none;
    font-weight:400;
}

#sidebar {
    border: 1px solid rgb(var(--line) / var(--100));
}

#sidebar ul {
    list-style:none;
    padding: 0;
    margin-top:20px;
    scroll-margin-top: 160px;
}

#sidebar ul li {
    magin-left:-15px;
    display: inline-block;
    list-style: none;
    width:100%;
    margin-bottom:5px;
    transition:0.3s;
    margin-top:10px;
}

#sidebar ul li a {
    text-decoration:none;
    color:var(--black);
    font-weight:600;
} 

#sidebar span {
    font-size:12px; 
    color:#3D5B6F; 
    display:block;
}

#sidebar ul li a {transition:0.3s; font-weight:400;}
#sidebar ul li.active a {
    margin-bottom:5px;
    transition:0.3s;
    font-weight:600 !important;
    color:var(--purple) !important;
}

.sidebar-anchors li {
}


.sidebar-list a { 
    display:block;
}

.wp-block-column.one-third {
  flex-basis: 45% !important;
}

.wp-block-column.two-thirds {
  flex-basis: 55% !important;
}


#pop-up {
  mask-image: url('assets/images/mask.svg');
  -webkit-mask-image:url('assets/images/mask.svg');
  display:block;
  position: absolute;
  right:50px;
  bottom:50px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width:100%;
  max-width:400px;
  height:auto;
  display:block;
  aspect-ratio: 9 / 10;
  transform:scale(1);
  transition:0.3s;
  background: rgba(6, 27, 67, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.7px);
  -webkit-backdrop-filter: blur(8.7px);
  transition:0.3s;
  padding:30px;
}

#pop-up p {font-size:16px; line-height:24px;}


@media (max-width: 599px) {

    #home {padding-top:120px;}
    #header {padding-top:120px;}

    #header h1{
        font-size: 30px;
        line-height:40px;
        color: var(--white);
        font-weight: 900;
    }

    .mask {
      mask-image: url('assets/images/mask-mobile.svg');
      -webkit-mask-image:url('assets/images/mask-mobile.svg');
      display:block;
      position: relative;
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      width:100%;
      max-width:540px;
      height:auto;
      display:block;
      position: relative;
      aspect-ratio: 16 / 9;
      background-color:var(--lightergrey);
      transform:scale(1);
      transition:0.3s;
  }


  .mask img {
      transform:scale(1);
      position: absolute;
      left:0px;
      top:0px;
      transition:0.6s;
      object-fit:cover;
      width:100%; 
      height:100%;
      opacity:0.8;
  }

  .mask img:hover {
      opacity:1;
  }

  .mask::before {
      position: absolute;
      content:'';
      width:12%;
      height:12%;
      left:8%;
      top:8%;
      background-image:url('assets/images/arrow-top.svg');
      background-size:contain;
      background-repeat:no-repeat;
      z-index:9000;
      transition:0.5s;
  }

  .mask:hover::before {
      left:0%;
      top:0%;
  }

  .mask:hover::after {
      right:0%;
      bottom:-1.5%;
  }

  .mask.no-hover:hover::before {
      left:8%;
      top:8%;
  }

  .mask.no-hover:hover::after {
      right:8%;
      bottom:8%;
  }

  .mask-reverse.no-hover:hover::before {
      right:8%;
      top:8%;
  }

  .mask-reverse.no-hover:hover::after {
      left:8%;
      bottom:8%;
  }



  .mask::after {
      position: absolute;
      content:'';
      width:12%;
      height:12%;
      right:8%;
      bottom:8%;
      z-index:9000;
      background-image:url('assets/images/arrow-bottom.svg');
      background-size:contain;
      background-repeat:no-repeat;
      transition:0.5s;
  }

  .mask img:hover {transform:scale(1.1); transition:0.6s;}
  .mask.no-hover img:hover {transform:scale(1) !important; transition:0.6s; opacity:1 !important;}
  .mask.no-hover {opacity:1 !important;}

  .mask-reverse {
      mask-image: url('assets/images/mask-mobile-reverse.svg');
      -webkit-mask-image:url('assets/images/mask-mobile-reverse.svg');
      display:block;
      position: relative;
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      width:100%;
      max-width:540px;
      height:auto;
      display:block;
      position: relative;
      aspect-ratio: 16 / 9;
      background-color:var(--lightergrey);
      transform:scale(1);
      transition:0.3s;
  }


  .mask-reverse img {
      transform:scale(1);
      position: absolute;
      left:0px;
      top:0px;
      transition:0.6s;
      object-fit:cover;
      width:100%; 
      height:100%;
      opacity:0.8;
  }

  .mask-reverse img:hover {
      opacity:1;
  }

  .mask-reverse::before {
      position: absolute;
      content:'';
      width:12%;
      height:12%;
      right:8%;
      top:8%;
      background-image:url('assets/images/arrow-top.svg');
      background-size:contain;
      background-repeat:no-repeat;
      z-index:9000;
      transition:0.5s;
      transform:rotate(90deg);
  }

  .mask-reverse:hover::before {
      right:0%;
      top:0%;
  }

  .mask-reverse:hover::after {
      left:0%;
      bottom:-1.5%;
  }


  .mask-reverse::after {
      position: absolute;
      content:'';
      width:12%;
      height:12%;
      left:8%;
      bottom:8%;
      z-index:9000;
      background-image:url('assets/images/arrow-bottom.svg');
      background-size:contain;
      background-repeat:no-repeat;
      transition:0.5s;
      transform:rotate(90deg);
  }

  .mask-reverse img:hover {transform:scale(1.1); transition:0.6s;}
}




@media (min-width: 600px) {



    .mask {
      mask-image: url('assets/images/mask.svg') ;
      -webkit-mask-image:url('assets/images/mask.svg') ;
      display:block;
      position: relative;
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      width:100%;
      max-width:540px;
      height:auto;
      display:block;
      position: relative;
      aspect-ratio: 9 / 10 ;
      background-color:var(--lightergrey);
      transform:scale(1);
      transition:0.3s;
  }


  .mask img {
      transform:scale(1);
      position: absolute;
      left:0px;
      top:0px;
      transition:0.6s;
      object-fit:cover;
      width:100%; 
      height:100%;
      opacity:0.8;
  }

  .mask img:hover {
      opacity:1;
  }

  .mask::before {
      position: absolute;
      content:'';
      width:12%;
      height:12%;
      left:8%;
      top:8%;
      background-image:url('assets/images/arrow-top.svg');
      background-size:contain;
      background-repeat:no-repeat;
      z-index:9000;
      transition:0.5s;
  }

  .mask:hover::before {
      left:0%;
      top:0%;
  }

  .mask:hover::after {
      right:0%;
      bottom:-1.5%;
  }


  .mask::after {
      position: absolute;
      content:'';
      width:12%;
      height:12%;
      right:8%;
      bottom:8%;
      z-index:9000;
      background-image:url('assets/images/arrow-bottom.svg');
      background-size:contain;
      background-repeat:no-repeat;
      transition:0.5s;
  }

  .mask img:hover {transform:scale(1.1); transition:0.6s;}
  .no-hover img:hover {transform:scale(1) !important; transition:0.6s;}

  .mask.no-hover:hover::before {
      left:8%;
      top:8%;
  }

  .mask.no-hover:hover::after {
      right:8%;
      bottom:8%;
  }

  .mask-reverse.no-hover:hover::before {
      right:8%;
      top:8%;
  }

  .mask-reverse.no-hover:hover::after {
      left:8%;
      bottom:8%;
  }



  .mask-reverse {
      mask-image: url('assets/images/mask-reverse.svg') !important;
      -webkit-mask-image:url('assets/images/mask-reverse.svg') !important;
      display:block;
      position: relative;
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      width:100%;
      max-width:540px;
      height:auto;
      display:block;
      position: relative;
      aspect-ratio: 9 / 10 !important;
      background-color:var(--lightergrey);
      transform:scale(1);
      transition:0.3s;
  }


  .mask-reverse img {
      transform:scale(1);
      position: absolute;
      left:0px;
      top:0px;
      transition:0.6s;
      object-fit:cover;
      width:100%; 
      height:100%;
      opacity:0.8;
  }

  .mask-reverse img:hover {
      opacity:1;
  }

  .mask-reverse::before {
      position: absolute;
      content:'';
      width:12%;
      height:12%;
      right:8%;
      top:8%;
      background-image:url('assets/images/arrow-top.svg');
      background-size:contain;
      background-repeat:no-repeat;
      z-index:9000;
      transition:0.5s;
      transform:rotate(90deg);
  }

  .mask-reverse:hover::before {
      right:0%;
      top:0%;
  }

  .mask-reverse:hover::after {
      left:0%;
      bottom:-1.5%;
  }


  .mask-reverse::after {
      position: absolute;
      content:'';
      width:12%;
      height:12%;
      left:8%;
      bottom:8%;
      z-index:9000;
      background-image:url('assets/images/arrow-bottom.svg');
      background-size:contain;
      background-repeat:no-repeat;
      transition:0.5s;
      transform:rotate(90deg);
  }

  .mask-reverse img:hover {transform:scale(1.1); transition:0.6s;}
}
}


.quote {
    background-color:#f5f5f5;
    position: relative;
    margin-left: -65%;
    margin-right:45%;
    margin-top:50px;
}




.video-thumb {
    position: relative;
    min-height:500px;
    transition:0.8s;
    overflow:hidden;
    border-radius:8px;

}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-thumb h3 {
    position: absolute;
    bottom:10px;
    left:20px;
    color:var(--white);
}

.video-thumb::before {
    position: absolute;
    display:block;
    left:20px;
    top:20px;
    height:30px;
    width:30px;
    content:'';
    background-image: url('assets/images/border-left-top.svg');
    background-size:cover;
    transition:0.3s;
    transition-delay:0.2s;
    z-index:2;
}

.border-bottom {border-bottom:1px solid #ccc;}

.video-thumb::after {
    position: absolute;
    display:block;
    right:20px;
    bottom:20px;
    height:30px;
    width:30px;
    content:'';
    background-image: url('assets/images/border-right-bottom.svg');
    background-size:cover;
    transition:0.3s;
    transition-delay:0.2s;
    z-index:2;
}

.video-thumb:hover::before {
    left:-20px;
    top:-20px;
    filter: blur(20px);
}

.video-thumb:hover::after {
    right:-20px;
    bottom:-20px;
    filter: blur(20px);
}

.play {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%; 
    background-image: url('assets/images/play.svg');
    background-size:contain;
    zoom: 1;
    opacity:1;
    transition:0.5s;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:33%;
    z-index: 3;
}

.swiper-slide-active .enlarge {
    position: absolute;
    right:20px;
    bottom:20px;
    width:30px;
    height:30px;
    background-image: url('assets/images/enlarge.svg');
    background-size:contain;
}

.play:hover {background-size:36%; opacity:0; filter:blur(2px);}

.video-thumb-image {
    position: absolute;
    width:100%;
    height:auto;
    left:0px;
    top:0px;
    transition:0.8s;
    z-index:0;
    scale: 1;
    transform: translateZ(0px);
    transition-timing-function: cubic-bezier(.38,0,.2,1);
}

.zoom {
   transform-origin: 100% 100%;
   transform: scale(1.1);
}




.background-settings {
    background-size: cover;
    background-position: center center;
}


html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.2px;
  opacity: 0;
  filter: blur(10px); 
  animation: fadeIn 0.7s ease forwards;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  will-change: opacity, filter;
}
@keyframes fadeIn {
  from { opacity: 0; filter: blur(10px);}
  to   { opacity: 1; filter: blur(0px);}
}




section {overflow:hidden;}

body {
  background-color:var(--white);
}



.darken {
    mix-blend-mode: soft-light;
}

.name {
    text-transform: uppercase !important;
    line-height: 16px;
}

.wp-block-button__link {
    font-size:16px;
    line-height:24px; 
    display: inline-block;
    margin:0px 10px 0px 0px;
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    border-radius:50px;
    text-decoration:none;
    padding:10px 50px 10px 30px !important;
    background-color:transparent !important;
    border:1px solid var(--purple);
    opacity:1;
    color:var(--purple);
    background-image:url('assets/images/arrow-purple-right.svg');color:var(--purple); border:1px solid var(--purple) !important;
}

.wp-block-button__link:hover {
    font-size:16px;
    line-height:24px; 
    display: inline-block;
    margin:0px 10px 0px 0px;
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    border-radius:50px;
    text-decoration:none;
    padding:10px 50px 10px 30px !important;
}

.wp-block-column p {
    padding-right:15%;
}




.wp-block-quote p {
    text-align: center;
    max-width: 100%;
    margin: auto;
    font-style: italic;
    font-size: 22px;
    line-height: 30px;
    padding:30px;
    background-color:var(--lightergrey);
}
.wp-block-quote p::before {
    content: '"';
}

.wp-block-quote p::after {
    content: '"';
}

.wp-block-quote {
    text-align: center;
    font-size: 20px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 990px) {

    .flower-left {
        top: -50px;
        left: -10px;
        position: absolute;
        width: 160px;
    }

    .flower-right {
        bottom: -50px;
        right: -10px;
        position: absolute;
        width: 160px;
    }
}



@media only screen and (max-width: 600px) {



    #header-main div {
        color: var(--white);
        font-size: 34px;
        line-height: 40px;
        font-weight: bold;
    }

    #header-main span:before {
        left: -5px;
    }

    .gfield.gfield--width-half  {
        grid-column: 1/-1 !important;
    }

    .rotate-negative {
        transform: rotate(0deg);
    }

    #header-main {
        transform: rotate(0deg);
        animation-name: flow2;
    }
    .blue-box {
        background-color: #004899;
        padding: 40px;
        margin-top: 0px;
        color: var(--white);
        margin-bottom: 0px;
    }



    #why {
        margin-bottom: 5vh;
        margin-top: 5vh;
        background-image: none;
    }

    .video-thumb {
        position: relative;
        min-height:250px;
        transition:0.8s;
        overflow:hidden;
    }

    .play {

        background-size:23%;
    }

    .liefst {margin-left:0px; width:250px; padding-bottom:20px;}


    .quote {
        background-color:#f5f5f5;
        padding:8%;
        position: relative;
        margin-left: 0%;
        margin-right:0%;
        margin-top:50px;
    }

    .product-thumb p {font-size:15px; line-height:20px;}


}





