/*
 Theme Name:  Lieftink
 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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




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

:root {
  --green: #C6D300;
  --white: #ffffff;
  --blue: #0039A6;
  --black: #000000;
  --dark: #061B44;
  --darkblue: #061B44;
  --grey:#CFD2D4;
  --lime:#C6D300;
  --lightergrey:#f7f7f8;
  --lighterblue:#e4eaef;
  --greyblue:#C8D5DE;
}

.green {color:var(--green);}
.white {color:var(--white);}
.blue {color:var(--blue);}
.darkblue {color:var(--darkblue);}
.grey {color:var(--grey);}
.lime {color:var(--lime);}

.bg-green {background-color:var(--green);}
.bg-white {background-color:var(--white);}
.bg-blue {background-color:var(--blue);}
.bg-darkblue {background-color:var(--darkblue);}
.bg-grey {background-color:var(--grey);}
.bg-lime {background-color:var(--lime);}
.bg-greyblue {background-color:var(--greyblue)}
.bg-darkgreyblue {background-color:#acc3d2;}

.has-grey-background-color {background-color:var(--grey);}
.has-lime-background-color {background-color:var(--lime);}
.has-blue-background-color {background-color:var(--blue);}
.has-darkblue-background-color {background-color:var(--darkblue);}
.has-lightergrey-background-color {background-color:var(--lightergrey);}
.has-greyblue-background-color {background-color:var(--greyblue);}



@font-face {
  font-family: 'GeneralSans-Regular';
  src: url('assets/fonts/GeneralSans-Regular.woff2') format('woff2'),
  url('assets/fonts/GeneralSans-Regular.woff') format('woff'),
  url('assets/fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Italic';
  src: url('assets/fonts/GeneralSans-Italic.woff2') format('woff2'),
  url('assets/fonts/GeneralSans-Italic.woff') format('woff'),
  url('assets/fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url('assets/fonts/GeneralSans-Medium.woff2') format('woff2'),
  url('assets/fonts/GeneralSans-Medium.woff') format('woff'),
  url('assets/fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url('assets/fonts/GeneralSans-MediumItalic.woff2') format('woff2'),
  url('assets/fonts/GeneralSans-MediumItalic.woff') format('woff'),
  url('assets/fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url('assets/fonts/GeneralSans-Semibold.woff2') format('woff2'),
  url('assets/fonts/GeneralSans-Semibold.woff') format('woff'),
  url('assets/fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url('assets/fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'),
  url('assets/fonts/GeneralSans-SemiboldItalic.woff') format('woff'),
  url('assets/fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'GeneralSans-Bold';
  src: url('assets/fonts/GeneralSans-Bold.woff2') format('woff2'),
  url('assets/fonts/GeneralSans-Bold.woff') format('woff'),
  url('assets/fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url('assets/fonts/GeneralSans-BoldItalic.woff2') format('woff2'),
  url('assets/fonts/GeneralSans-BoldItalic.woff') format('woff'),
  url('assets/fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('assets/fonts/GalanoGrotesque-Bold.eot');
    src: url('assets/fonts/GalanoGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/GalanoGrotesque-Bold.woff2') format('woff2'),
    url('assets/fonts/GalanoGrotesque-Bold.woff') format('woff'),
    url('assets/fonts/GalanoGrotesque-Bold.ttf') format('truetype'),
    url('assets/fonts/GalanoGrotesque-Bold.svg#GalanoGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 800px) {

  .min-h-10 {min-height:10vh !important;}
  .min-h-20 {min-height:20vh !important;}
  .min-h-30 {min-height:30vh !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;}
}

.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;}







/* - - - - - A O S - - - - - */
[data-aos=liefst] {
    width:0px
}
[data-aos=liefst].aos-animate {
    width:180px;
}



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

h1{
    font-weight: 900;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing: grayscale; 
    font-size: 45px;
    line-height: 48px;
    color:var(--blue);
    font-family: 'GalanoGrotesque';
}

h2{
    font-family: 'GalanoGrotesque';
    font-weight: bold;
    line-height: 40px;
    font-size: 40px;
    margin-bottom:20px;
    color:var(--blue); 
}

h3{
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color:var(--blue);
    letter-spacing:0.5px;
}

h4{
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height:30px; 
    color:var(--darkblue);
    letter-spacing:0.5px;
}

h5{
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform:uppercase;
    color:var(--blue); 
}

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

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

a {
    color: var(--blue); font-weight:600;
}

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

ul {
    list-style: none;
}


.loon {
    width: 100%;
}

.highlight {
    background-color: #F4F5F7;
}




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



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

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

.gradient-overlay {
    width:100%;
    position: absolute;
    left:0px;
    top:0px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(14,59,99,0.48501407398897056) 45%, rgba(14,59,99,0) 100%); 
    z-index:-1;
    content:'';
    height:100%;
}

.purple {
    color: #F07308;
}

.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:18px !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: Montserrat, 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:calc(100% - 24px);
    left:0px;
    margin-left:12px;
    top:15px;
    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;
}

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

}

.hamburger::after {
  position: fixed;
  top: 9px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color:var(--white);
  content:'';
  display:block;
  z-index: -1;
  border-radius:500px;
  border:1px solid var(--greyblue);
}

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

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

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

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

/* 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(--darkblue);
}

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

.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;
}



#desktop-nav {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top:50px;
    width:100%;
    z-index:999;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    border: 1px solid rgba(255, 255, 255, 0.34);
    transition:0.3s;
}

#desktop-nav:hover {
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid rgba(255, 255, 255, 1);
    transition:0.3s;
}



.scroll {top:-3px !important; max-width:1296px !important; 
    background: rgba(255, 255, 255, 1) !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 1) !important;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(0px) !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

#desktop-nav ul {
    list-style: none;
    display:flex;
    margin-bottom:0px !important;
}

#desktop-nav li {
    display:inline-block;
    padding:15px 0px 15px 0px;

} 

#desktop-nav li a {
    text-decoration:none;
    font-size:18px;
    color:var(--darkblue);
    font-family: 'GeneralSans-Medium';

}  

#desktop-nav li a:hover {
    color:var(--blue);
}

#desktop-nav li.menu-item-has-children > a::after {
    content: "";
    display:inline-block;
    width:15px;
    height:15px;
    margin-left:10px;
    background-image:url('assets/images/arrow-dropdown.svg');
    background-size:contain;
    background-position: center center;
    transition:0.3s;
}

#desktop-nav li.menu-item-has-children > a:hover::after {
  background-image:url('assets/images/arrow-dropdown-hover.svg');
}


#desktop-nav li {
    position: relative;
}

#desktop-nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -12px;
    padding: 0px 0 !important;
    border-radius: 4px;
    min-width: 270px;
    z-index: 999;
    flex-direction: column;
    transition:0.3s;
    opacity:0;
}

#desktop-nav ul.sub-menu li {
    display: block;
    padding:0px !important;
    border-bottom: 1px solid var(--lighterblue);
    background-color:var(--white);
}



#desktop-nav ul.sub-menu li:first-child {
    margin-top:22px;
}

#desktop-nav ul.sub-menu li a {
    padding: 20px 16px !important;
    display: block;
    white-space: nowrap;
    color: var(--darkblue);
    transition:0.3s;
}

#desktop-nav ul.sub-menu li a:hover {
    padding: 20px 16px 20px 25px !important;
    display: block;
    white-space: nowrap;
    color: var(--darkblue);
}

#desktop-nav ul.sub-menu li a:hover {
    color: var(--blue);
    background: rgba(0,0,0,0.05);
}

#desktop-nav li:hover > ul.sub-menu {
    display: flex;
    transition:3s;
    opacity:1;
}




#header {
    position: relative;
    z-index: 0;
    min-height:200px !important;
    background-color: var(--darkblue);
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

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

#header span {
    color:var(--white);
    font-size:14px;
    font-weight:normal;
    display:inline-block;
}

#header span strong {
    color:var(--white);
    font-size:14px;
    font-weight:bold;
}

#header-minimal {
    position: relative;
    z-index: 0;
    min-height:200px !important;
    width:100%;
    background-color: var(--greyblue);
}

#header-project {
    position: relative;
    z-index: 0;
    min-height:200px !important;
    background-color: var(--darkblue);
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

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

#header-main {
    overflow: hidden;
    position: relative;
    z-index: 9;
    animation-duration: 2s;
    transition: 0.3s;
    width: 100%;
    margin: auto;
    background-image: url('assets/images/header.png');
    background-size: cover;
    background-position: top center;
}

#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}

.twitter{ background-color:#0EA1EA; }
.facebook{ background-color:#334D8C; }
.linkedin{ background-color:#1570AA; }

.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: '';
    font-family: fontawesome;
    padding-right: 10px;
    margin-left: -20px;
    font-weight: bold;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    color: var(--blue);
    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;
}

#about {
    background-color: #F4F5F7;
    padding-bottom: 8vh;
    padding-top: 8vh;
}






/* --------------------------- 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;}

input {
  background-color: var(--white) !important;
  padding:25px 15px !important;
  transition: 0.3s;
  font-size: 16px !important;
  border-radius: 0px;
  border: 1px solid #000;
}

input[type=text], input[type=textarea], input[type=email], input[type=tel]  {
  border: 1px solid #eee !important;
  background-color: var(--white) !important;
  color: var(--darkblue);
  border-radius: 0px;
  box-shadow:none !important;
}

textarea {
  border: 1px solid #eee !important;
  background-color: var(--white) !important;
  border-radius: 0px;
}

.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(--blue) !important;
}

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

textarea: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)
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

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

.gform_next_button {
    background-color: #F07308;
    padding: 15px 35px 15px 35px !important;
    font-family: Montserrat, 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] {
    font-size:18px !important;
    line-height:24px !important;
    padding:15px 50px 15px 30px !important;
    display: inline-block;
    margin:0px 10px 0px 0px !important;
    background-image:url('assets/images/small-arrow-up-blue.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center !important;
    background-color:var(--green) !important;
    border-radius:4px !important;
    text-decoration:none;
    color:var(--darkblue) !important;
    border-bottom:0px solid var(--blue) !important;
    transition:0s !important;
}

input[type=submit]: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-white.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    background-color:var(--blue);
    border-radius:4px;
    text-decoration:none;
    color:var(--white) !important;
}

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

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  border: none !important;
  padding: 0px !important;
  color: #c02b0a !important;
}

.gfield_error label {
    color: #c02b0a !important;
    font-family: Montserrat, serif;
    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;
}

.gform_validation_errors {
  border: 0px solid !important;
}

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

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

.btn-lime {
    font-size:18px;
    line-height:24px; 
    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(--green);
    border-radius:4px;
    text-decoration:none;
    color:var(--darkblue);
    border-bottom:0px solid var(--blue) !important;
    padding:15px 50px 15px 30px !important;
}

.btn-lime: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-white.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    background-color:var(--blue);
    border-radius:4px;
    text-decoration:none;
    color:var(--white) !important;
}

.btn-lime:hover a {
    color:var(--white) !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(--blue);
    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 - - - - - */

#content h2 {font-size:25px; line-height:32px;}

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

.wp-block-list li:before {
    content: '';
    font-family: fontawesome;
    padding-right: 10px;
    margin-left: -20px;
    font-weight: bold;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    color: var(--blue);
    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;
}

.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:20px;
}


#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;
}

#home .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  transform: scale(1.1);
  animation: loading 1s forwards;
}

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






#home::before, #header::before {
    content:'';
    height:20vh;
    width:calc(100% + 120px);
    position: absolute;
    left:-60px;
    top:-60px;
    z-index:0;
    filter:blur(30px);
    background: linear-gradient(0deg,rgba(0, 16, 46, 0) 1%, rgba(0, 16, 46, 0.7) 99%);
}

#home::after, #header::after {
    content:'';
    height:70%;
    width:calc(100% + 120px);
    position: absolute;
    left:-60px;
    bottom:-60px;
    z-index:0;
    background: linear-gradient(180deg,rgba(0, 57, 166, 0) 1%, rgba(0, 57, 166, 0.7) 99%);
    filter:blur(30px);
}



#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/lieftink-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: Montserrat, 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;
}

#wpadminbar {
    bottom: 0 !important;
}

#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
}


#header-small {
    min-height: 50vh;
    background-color: #f3ebe7;
    min-height: 400px;
}

#header-medium {
    min-height: 40vh;
    background-color: #f3ebe7;
    background-size: cover;
}

#header-large {
    min-height: 70vh;
    background-color: #f3ebe7;
    background-size: cover;
}

#header-werkenbij {
    position: relative;
    margin-bottom: 50px;
    padding-top:200px;
    z-index: 0;
    min-height:200px !important;
    background-color: var(--darkblue);
    color:var(--white);
    background-image:url('assets/images/header-bg.jpg');
    background-size:cover;
    background-position: left center;
    background-repeat:no-repeat;
}

#header-werkenbij p {
    color:var(--white);
    font-size:18px;
    font-weight:bold;
    line-height:25px;
}

#header-werkenbij span {
    color:var(--white);
    font-size:14px;
    font-weight:normal;
    display:inline-block;
}

#header-werkenbij span strong {
    color:var(--white);
    font-size:14px;
    font-weight:bold;
}


.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;
}


.gradient-top {
    height: 300px;
    top: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgb(249,246,245);
    background: -moz-linear-gradient(180deg, rgba(249,246,245,1) 0%, rgba(249,246,245,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(249,246,245,1) 0%, rgba(249,246,245,0) 100%);
    background: linear-gradient(180deg, rgba(249,246,245,1) 0%, rgba(249,246,245,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f6f5",endColorstr="#f9f6f5",GradientType=1);
}

.gradient-bottom {
    height: 50%;
    bottom: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

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

.news-thumb {
    display:inline-block;
    aspect-ratio: 16 / 9;
    width:100%;
    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: 'GalanoGrotesque';
}

.member-info span {
    color:var(--lime);
    font-family: 'GalanoGrotesque';
    font-family: 'General 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 / 9;
    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/9;
    width:100%;
    background-position: center center;
    background-size:cover;
    overflow:hidden;
    position: relative;
    border-radius:8px;
    background-color:var(--blue);}

    .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(--blue);
}


.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;
} 

.product-thumb div p {opacity:0; transition: 0.3s;}
.product-thumb div:hover p {opacity:1; transition:0.3s;}

.product-thumb p { max-height:0px; display:block; transition: max-height 1s;}
.product-thumb:hover p {max-height:100px; opacity:1; transition: max-height 1s;}

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

.product-thumb:hover div {bottom:20px !important;}
.project-thumb:hover div {bottom:0px !important;}


.product-thumb {
    background-color:var(--blue); 
    display: flex;
    flex-direction: row;
    position: relative;
}
.product-thumb img {object-fit: cover; overflow: hidden; flex: 1; scale:1.2; transition:1s;}
.product-thumb:hover img {object-fit: cover; overflow: hidden; flex: 1; scale:1; filter:brightness(30%);}


.project-thumb {
    background-color:var(--darkblue); 
    display: flex;
    flex-direction: row;
    position: relative;
}
.project-thumb img {object-fit: cover;   overflow: hidden; flex: 1;}
.project-thumb a {
    color:var(--white); 
    font-family:'montserrat';
    text-decoration:none;
    font-size:14px;
    font-weight:400;
    z-index:2;
    opacity:0;
    transition:0.2s;
}
.project-thumb:hover a {opacity:1;}

.project-thumb img {object-fit: cover; overflow: hidden; flex: 1; scale:1.2; transition:4s;}
.project-thumb:hover img {object-fit: cover; overflow: hidden; flex: 1; scale:1; filter:brightness(80%);}

.swiper-slide .project-thumb img {opacity:0.2; transition:0.8s; scale:1.2;}
.swiper-slide-active .project-thumb img {opacity:1; scale:1;}

.project-slide {
}

.project-slide a {
    position: absolute;
    left:20px;
    bottom:20px;
    font-size:22px;
    color:var(--white);
    text-decoration: none;
    opacity:0;
}

.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;
}

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

.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-column {
    padding: 2vw 0px 2vw 0px;
}

.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;
}

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

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

.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(--blue);
}

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

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

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

#menu-footer-menu {
    padding-left:0px !important;
}

#menu-footer-menu li a {
    margin-top:3px;
    display:block;
}

.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 - - - - - */

.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(--blue) !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');}
.linkedin {background-image:url('assets/images/social-linkedin.svg');}
.instagram {background-image:url('assets/images/social-instagram.svg');}
.youtube {background-image:url('assets/images/social-youtube.svg');}

.pagination {
    margin:auto;
    display:flex;
    justify-content:center;
    align-items: center;
}

.pagination-next {
    background-image:url('assets/images/arrow-right-grey.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:20px;
}

.pagination-prev {
    background-image:url('assets/images/arrow-left-grey.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:20px;
}

.pagination a, .pagination span {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.55);
    text-decoration: none;
    border-radius: 500px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    outline: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.pagination a {opacity:0.5;}
.pagination a:hover {opacity:1;}

.pagination .current-page {
    font-weight: bold;
    background: var(--lime);
    border-color:var(--lime) !important;
    color: white;
}

.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;
}

#news-sidebar {
    background-color:#e7edf1;
    padding:50px;
}

#news-sidebar ul {
    list-style:none;
    padding: 0;
    margin: 0;
}

#news-sidebar ul li {
    magin-left:-15px;
    border-bottom:1px solid rgba(0,0,0,0.2);
    display: inline-block;
    list-style: none;
    width:100%;
    padding-bottom:20px;
}
.sidebar-list span {
    font-size:12px; 
    color:#3D5B6F; 
    display:block;
}

.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 h2 {font-size: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;
        font-family:'GalanoGrotesque';
    }

    .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;}

  .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;
}

.quote h2 {font-size:25px; line-height:35px; padding:20px 0px 20px 20px;}

.quote::before {
    content:'';
    width:30px;
    height:30px;
    background-image: url('assets/images/border-blue-left-top.svg');
    left:0px;
    top:0px;
    background-size:contain;
    z-index:2;
    position: absolute;
}

.quote::after {
    content:'';
    width:30px;
    height:30px;
    background-image: url('assets/images/border-blue-right-bottom.svg');
    right:0px;
    bottom:0px;
    background-size:contain;
    position: absolute;
}


.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);
}




.h-100 {
    min-height: 100vh;
    height: 100vh;

}

.h-70 {
    min-height: 70vh;
    height: 70vh;
}

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

.h-40 {
    min-height: 40vh;
    height: 40vh;
}

.h-30 {
    min-height: 30vh;
    height: 30vh;
}

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


html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

}

section {overflow:hidden;}

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

.date {text-transform:uppercase; opacity:0.5; font-size:14px;}

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

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

.wp-block-button__link {
    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(--green);
    border-radius:4px;
    text-decoration:none;
    color:var(--darkblue);
    border-bottom:0px solid var(--blue) !important;
}

.wp-block-button__link: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-white.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 15px) center;
    background-color:var(--blue);
    border-radius:4px;
    text-decoration:none;
    color:var(--white);
}

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




.wp-block-quote p {
    font-family: 'General Sans', serif;
    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-family: Montserrat, serif;
    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;
    }

    #header-small-block {
        background-color:#ABBFE2;
        z-index: 1;
        height: 20vw;
        width: 80%;
        position: absolute;
        left: 10%;
        top: -30px;
        content: "";
    }
}



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

    h1{

        font-size: calc(30px + 2vw);
    }
    h2{
        line-height: 35px;
        font-size: 30px;
    }

    h3{
        font-size: 30px; 
    }

    #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;
    }




}





