@import"https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap";
a {
color: #5299A6;
}
body {
font-family: "Prompt", sans-serif;
font-size: 1.1rem;
font-weight: 200;
background: #ffffff;
color: #252525;
overflow-x: hidden
}
body p {
margin-bottom: 2rem
}
body.light {
background: #fff;
color: #002730
}
body.light a.nav-link {
color: #002730
}
body.light.full a.nav-link {
color: #fff
}
body.light .scroll a.nav-link {
color: #fff
}
body.light button.menuToggle {
border: 1px solid #002730
}
body.light button.menuToggle span {
background: #002730
}
body.light button.menuToggle.fs {
border: 1px solid #fff
}
body.light button.menuToggle.fs span {
background: #fff
}
body.light h1.entry-title {
color: #003642
}
body.light .hero-inner.full h1.entry-title {
color: #fff
}
body.light svg.logo .st9 {
fill: #003642
}
body.light .scroll svg.logo .st9,
body.light.full svg.logo .st9 {
fill: #fff
}
body.light.full button.menuToggle {
border: 1px solid rgba(255, 255, 255, .874)
}
body.light.full button.menuToggle span {
background: #fff
}
svg.logo {
height: 50px
}
svg.logo .st0 {
fill: #edede3
}
svg.logo .st1 {
fill: #ded9c7
}
svg.logo .st2 {
fill: #cfc9b0
}
svg.logo .st3 {
fill: #618a94
}
svg.logo .st4 {
fill: #598085
}
svg.logo .st5 {
fill: #5299a6
}
svg.logo .st6 {
fill: #4d8c94
}
svg.logo .st7 {
fill: #478282
}
svg.logo .st8 {
fill: #21596e
}
svg.logo .st9 {
fill: #fff
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
input,
select,
span,
small {
transition: all .5s ease 0s
}
@keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
img {
animation: fadeIn 1s
}
h2.sub {
font-size: 1.5rem;
color: #5199a6;
position: relative
}
.box-wrapper.medium h2 {
color: #fff
}
.breadcrumbs {
float: right;
margin: 0px 50px 0 0;
top: 170px;
position: relative;
font-size: 12px;
font-weight: 200;
border: solid 1px #55817f;
border-radius: 20px;
padding: 10px 40px
}
nav#header {
padding: 0;
background: none
}
.navbar>.container-fluid {
padding: 30px 50px
}
nav.navbar {
background: rgba(12, 38, 47, 0) !important;
border-radius: 0;
transition: .4s
}
nav.navbar.scroll {
top: -120px
}
nav.navbar.scroll.up {
background: rgba(12, 38, 47, .9) !important;
top: 0
}
.navbar-expand-md .navbar-collapse {
display: inline-block !important;
flex-basis: unset;
flex-grow: unset;
margin-right: 50px
}
.navbar-brand img {
height: 50px
}
a.nav-link {
color: #fff;
font-size: clamp(13px, 1vw, 1.2rem);
font-weight: 500;
margin-right: 30px
}
a:hover.nav-link {
color: #5199a6
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
body.light.full a.nav-link.active {
color: #5199a6
}
.sedond-menu {
display: block;
position: absolute;
z-index: 1059
}
.menu,
.menu-bg {
position: fixed;
width: 500px;
height: 100vh;
font-size: 30px;
text-align: center;
right: 0px;
top: 0px
}
.menu-bg {
background: rgba(65, 105, 115, .8);
pointer-events: none;
transition: .4s;
right: -500px;
top: 0px;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
transform-origin: center center
}
.menu-bg.fs {
right: 0px;
width: 500px;
height: 100vh;
z-index: 1059;
position: fixed
}
.menu-wrapper {
width: 100vw;
height: 100vh;
position: fixed;
z-index: 1050;
background: rgba(0, 0, 0, 0);
top: 0;
left: 0;
visibility: hidden;
transition: .4s
}
.menu-wrapper.fs {
background: rgba(0, 0, 0, .2);
backdrop-filter: blur(10px);
visibility: visible
}
button.menuToggle {
position: relative;
background: rgba(0, 0, 0, 0);
border: 1px solid #fff;
filter: contrast(0.5);
border-radius: 50%;
cursor: pointer;
width: 49px;
height: 49px;
padding: 0;
margin: 0;
color: #fff;
right: 50px;
top: 35px;
position: fixed;
z-index: 1060
}
button.menuToggle.scroll.up {
border: 1px solid rgba(255, 255, 255, .4)
}
button.menuToggle span {
display: block;
height: 1px;
width: 30px;
background: #fff;
transition: all .15s ease;
position: absolute;
right: 8px;
transform: rotate(0deg)
}
button.menuToggle.scroll.up span {
background: #fff
}
button.menuToggle span:first-child {
width: 30px;
top: 18px
}
button.menuToggle span:last-child {
width: 30px;
top: 27px
}
button.menuToggle.fs span {
top: 23px
}
button.menuToggle.fs span:first-child {
transform: rotate(45deg)
}
button.menuToggle.fs span:last-child {
transform: rotate(-45deg);
width: 30px
}
.menu-items {
position: absolute;
font-weight: 400;
font-size: clamp(15px, 1.5vw, 1.5rem);
letter-spacing: 1px;
color: #fff;
width: 450px;
opacity: 0;
transition: .6s;
margin-top: 100px;
right: -450px;
pointer-events: none
}
.menu-items ul {
float: left;
margin-left: 0;
list-style: none;
position: relative;
text-align: left
}
.menu-items li {
transition: 1s;
opacity: 0;
margin-bottom: 10px
}
.menu-items li a {
color: #fff
}
.menu-items.fs {
pointer-events: auto;
opacity: 1;
right: 0px
}
.menu-items.fs li {
opacity: 1
}
#main {
margin-top: 0;
}
video#bgvid {
height: 95vh;
width: 100%;
-o-object-fit: cover;
object-fit: cover
}
.hero-inner {
overflow: hidden;
height: 75vh;
background-image:linear-gradient(to bottom, #000, transparent);
position: relative;
}
.hero-inner .take-action {
min-width: 750px
}
.page_div.intro_footer {
padding: 0px;
}
.intro_footer {
background: #fff;
color: #002730;
}
.intro_footer .afbeelding:after {
background: #fff;
}
.modal.intro {
width: 100%
}
.modal.intro .modal-body {
padding: 0;
position: relative
}
.modal.intro .modal-content {
border-radius: unset
}
button.btn-close.hole-detail {
z-index: 2;
position: absolute;
right: 20px;
top: 20px
}
video#introvid {
width: 100%;
margin-bottom: -10px
}
.hero-inner.center {
background: none;
margin-bottom: 0px;
height: 75vh
}
.hero-inner.center .hero-image {
width: 40vw;
height: 28vw;
overflow: hidden;
border-radius: 50px;
margin: 170px 0 0 100px
}
.hero-inner.center .hero-image img {
opacity: 1
}
.hero-inner.center .hero-text {
margin-left: 50vw;
max-width: 45vw
}
.hero-inner.center .hero-text:before {
margin-top: -6vw;
margin-left: -14vw
}
.hero-inner.center .dark-fading {
display: none
}
.hero-image::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
}
.dark-fading {
width: 100%;
height: 75vh;
position: absolute;
}
.hero-image img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100% !important;  } .hero-inner.center .hero-image img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: calc(100% + 17px) !important;
opacity: 1;
animation: fadeInFull ease 3s;
-webkit-animation: fadeInFull ease 3s;
-moz-animation: fadeInFull ease 3s;
-o-animation: fadeInFull ease 3s;
-ms-animation: fadeInFull ease 3s
}
img.parallax-image.top {
-o-object-position: 50% -110px;
object-position: 50% -110px
}
@keyframes fadeInFull {
from {
opacity: 0
}
to {
opacity: 1
}
}
.parallax-image-wrapper {
height: 75vh;
}
.hero-text {
max-width: 50vw;
color: #fff;
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-left: 15vw;
z-index: 1;
opacity: 1;
transition: opacity 1s ease
}
.hero-text h1.entry-title {
margin-bottom: 10px;
position: relative
}
.hero-text button.btn {
float: right
} .hero-inner.center .hero-text {
top: 40%;
}
.cv-content-mobile {
display: none
}
.category-archive-meta-mobile {
display: none
}
.kol-box-wrapper span {
color: unset !important
}
.col-md-12.content dl,
.col-md-12.content ol,
.col-md-12.content ul {
margin-bottom: 3rem;
margin-top: 1rem
}
.filled .col-md-4 .kol-box-wrapper {
background: #252525;
color: #fff;
padding: 30px;
border-radius: 100px 100px 100px 0px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.filled .col-md-4 .kol-box-wrapper.mid {
border-radius: 0px 100px 100px 100px;
}
.filled .col-md-4 .kol-box-wrapper a {
color: #fff;
}
.filled .col-md-4 .kol-box-wrapper p {
margin-bottom: 0px;
}
.filled .col-md-6 .kol-box-wrapper {
background: #252525;
color: #fff;
height: 100%;
border-radius: 100px 100px 100px 0px;
overflow: hidden;
margin: auto;
padding: 40px 40px 40px 60px;
margin: 0px 15px
}
.filled.dark-bg .col-md-6 .kol-box-wrapper {
background: #002730;
color: #fff
}
.kol-box-wrapper iframe {
margin: -40px 0 -125px -60px;
width: calc(100% + 100px);
height: 735px
}
.socialmedia-box {
text-align: center
}
.socialmedia-box img {
width: 18%;
margin: 15px 0px 15px 15px
}
.btn {
background: #fff;
border-radius: 25px;
padding: 10px 50px;
font-size: 1.1rem
}
.btn.yellow {
background: #5199a6
}
.btn:hover {
background: rgba(0, 0, 0, .58);
border: solid 1px
}
.col-md-6.content {
display: grid;
height: 100%;
margin: 0 auto;
padding: 0
}
.col-md-6.content .kol-box-wrapper {
padding: 0 45px 0 15px
}
.filled .col-md-6.content .kol-box-wrapper {
padding: 30px 45px 30px 45px;
font-weight: 300
}
a.cta-btn,
a.cx2_vacancydetails-apply {
font-weight: 500;
font-size: 1.1rem;
max-width: 340px;
border-radius: 25px;
text-align: center;
line-height: 1.3rem;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 10px 50px;
margin: 10px 20px 0 0;
background: #5199a6;
position: relative;
overflow: hidden;
cursor: pointer
}
a.cta-btn.beige,
a.cx2_vacancydetails-apply.beige {
background: #478282;
color: #FFFFFF;
}
a.cta-btn.beige:hover,
a.cx2_vacancydetails-apply.beige:hover {
background: #e49b14
}
a.cta-btn.aquamarijn,
a.cx2_vacancydetails-apply.aquamarijn {
background: #2b9ba8
}
a.cta-btn.aquamarijn:hover,
a.cx2_vacancydetails-apply.aquamarijn:hover {
background: #1d7d87
}
a.cta-btn.whatsapp,
a.cx2_vacancydetails-apply.whatsapp {
background: #80bf71;
padding: 10px 15px;
}
a.cta-btn.whatsapp:hover,
a.cx2_vacancydetails-apply.whatsapp:hover {
background: #5d9550
}
a.cta-btn.whatsapp img,
a.cx2_vacancydetails-apply.whatsapp img {
margin-right: 10px;
margin-top: -3px
}
a.cta-btn span,
a.cx2_vacancydetails-apply span {
z-index: 2;
position: relative
}
.intro-front {
max-width: 1020px;
width: 100%;
margin: 130px auto 130px auto;
text-align: center
}
.intro-front h3 {
font-size: 1.2rem;
color: #5199a6;
margin-bottom: 30px;
font-weight: 500;
}
.intro-front strong {
font-size: 2.3rem;
font-weight: 500;
line-height: 2.8rem;
display: block;
margin-bottom: 40px
}
.intro-front a.cta-btn {
margin: 20px 0
}
.container.text-veld.anchorwrapper {
max-width: 100%
}
.box-wrapper.anchormenu {
padding: 30px 0 20px 0;
position: sticky;
top: 15px;
z-index: 10
}
a.anchor-btn {
font-weight: 500;
color: #005a6f;
line-height: 0;
margin: 18px 25px 18px 0;
text-decoration: none;
display: inline-block
}
.anchormenu .take-action {
width: 100%;
text-align: center
}
.druppel-down {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 10px;
float: left;
border-radius: 50%;
background-color: #5199a6;
border-bottom-left-radius: 0;
margin-top: -10px
}
.druppel-down img {
margin: 7px 0 0 0px
}
.contactform {
background: #fbfaf5;
color: #003642;
max-width: 980px;
margin: 100px auto;
padding: 40px 40px 40px 60px;
border-radius: 30px 30px 0px 30px;
z-index: 2;
position: relative
}
.contactform h1 {
color: #005a6f;
margin-top: 10px
}
.hs-button {
background: #5199a6;
color: #002730;
padding: 20px;
border-radius: 20px
}
.swiper-box {
width: 100vw;
margin: 0px auto 50px auto;
position: relative
} .swiper {
width: 100%;
padding-top: 50px;
padding-bottom: 50px
}
.swiper-slide {
width: 50vw !important;
height: 450px !important;
margin: 20px;
transition: all .5s ease 0s
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 40px;
}
.swiper-slide-prev,
.swiper-slide-next {
transition: all .5s ease 0s
}
.swiper-pagination-bullet-active {
background: #5199a6 !important
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: -25px !important;
position: absolute;
z-index: 99
}
.wpcf7 {
margin-top: 50px
}
input.input100,
input.input50 {
height: 62px;
padding: 0 20px 0 23px;
margin-bottom: 30px
}
.wpcf7-form-control-wrap {
position: unset !important
}
.input100 input,
.input100 textarea,
.input50 {
display: block;
width: 100%;
font-size: 16px;
line-height: 1.2;
border: none;
background: #fff;
border: solid 1px #005a6f;
border-radius: 10px 10px 0px 10px
}
.input100 input,
.input100 textarea,
.input50 input {
padding: 15px;
background: #fff;
border-radius: 10px 10px 0px 10px
}
.input100 {
width: calc(100% - 30px);
margin-bottom: 20px;
float: left
}
.input50 {
width: calc(50% - 30px);
margin-bottom: 20px;
float: left;
margin-right: 30px
}
input.input100 {
width: calc(100% - 30px)
}
input.input50 {
width: calc(50% - 30px)
}
.input100 label,
.input50 label {
display: inline-block;
background: #fff;
margin-left: 10px;
margin-top: -15px;
padding: 0 10px;
position: absolute;
color: #005a6f;
font-weight: normal
}
.input50 p {
padding: 0;
margin: 0
}
input {
outline: none;
border: none;
width: 100%;
background: none
}
input.wpcf7-submit {
display: inline-block;
width: auto;
border: 0px;
padding: 10px 30px;
color: #fff;
font-weight: normal;
background: #2b9ba8;
text-decoration: none;
margin-top: 0px;
float: right;
margin-right: 30px;
border-radius: 25px
}
span.wpcf7-not-valid-tip {
display: none
}
.wpcf7 br {
display: none
}
.wpcf7-form-control-wrap {
width: 100%;
position: relative;
background-color: #fff;
border-radius: 20px;
margin-bottom: 30px
}
input.wpcf7-not-valid {
border: solid 1px red;
background: #ffeded
}
.wpcf7-response-output {
display: none
}
.wpcf7-form-control-wrap.upload-file-32 {
display: inline-block;
margin: 0 30px 0 0;
width: calc(100% - 30px)
}
.codedropz-upload-inner h3 {
font-size: 23px !important;
line-height: 21px !important
}
.hero-inner.cv {
height: auto;
margin-bottom: 70px
}
.hero-inner.center .hero-image.cv {
width: 40vw;
height: 60vw;
overflow: hidden;
border-radius: 50px;
margin: 170px 0 0 100px
}
.cv-content {
margin: 70px 0 0 0;
position: relative;
z-index: 1
}
.cv-content h3 {
font-size: 1.5rem;
color: #5199a6 !important;
position: relative
}
.career_path {
padding: 50px 0px !important;
background: #edede3 !important;
color: #252525;
position: relative;
}
.career-path h2 {
color: #25596c;
}
.career_path .career_nav {
display: flex;
gap: 25px;
list-style-type: none;
padding: 10px;
width: max-content;
margin: 0 !important;
background: #25596d;
border-radius: 100px;
}
.career_path .career_nav .nav-link {
color: #fff;
border-radius: 100px;
padding: 5px 10px;
display: flex;
align-items: center;
gap: 5px;
}
.career_path .career_nav .nav-link.active {
color: #252525;
background: #edede3;
}
.career_path .career_nav .nav-link h6 {
margin: 0;
}
.career_path .career_nav .nav-link i {
font-size: 24px;
}
.career_path_content h3 {
font-size: 1.2rem;
}
.career_path_content h4 {
font-size: 1rem;
color: #25596d;
margin-bottom: .25rem;
}
.career_path_content .salarisindicatie,
.career_path_content .werkzaamheden,
.career_path_content .vereisten {
font-size: 1rem;
color: #25596d;
margin-bottom: 1rem;
}
.career_path_content {
padding: 30px;
}
.career_path .inner_afbeelding {
width: 100%;
aspect-ratio: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50px;
}
.skill-tab-group {
border: solid 3px #5199a6;
border-radius: 30px;
margin-top: 150px;
}
.skill-tab-group .skill-tabs {
text-align: center;
margin-top: -63px;
position: relative;
z-index: 7
}
.career_path_item .tab-content-1,
.career_path_item .tab-content-2,
.career_path_item .tab-content-3 {
padding: 25px;
color: #252525;
}
.skill-tab {
display: inline-block;
width: 280px;
text-align: center;
cursor: pointer
}
.skill-tab h3 {
color: #50676f
}
.skill-tab.active h3 {
color: #fff
}
.skill-tab img {
width: 120px
}
#app {
padding: 50px 0
}
.timeline {
margin: 0px 0;
list-style-type: none;
display: flex;
padding: 0;
text-align: center
}
.timeline li {
transition: all 200ms ease-in
}
.timestamp {
width: 200px;
margin-bottom: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-items: center;
font-weight: 100
}
.swiper-slide.tl {
border-radius: unset;
width: 380px !important;
text-align: center;
font-size: 18px;
height: auto !important;
margin: 40px 0;
counter-increment: myCounter
}
.swiper-slide.tl.swiper-slide-prev,
.swiper-slide.tl.swiper-slide-next {
opacity: 1 !important
}
.sollicitatieprocedure {
color: #000;
padding: 100px 0px 0px 0px !important;
}
.sollicitatieprocedure h3 {
color: #20596d;
}
.sollicitatieprocedure h2 {
color: #5298a6;
}
.status {
padding-left: 38px;
background: #a7ccd2;
border-radius: 100px 100px 0px 100px;
display: flex;
justify-content: center;
position: relative;
transition: all 200ms ease-in;
}
.status span {
padding: 20px 48px;
}
.status span:before {
content: counter(myCounter);
color: #fff;
background: #000;
width: 38px;
height: 38px;
font-weight: 500;
border-radius: 25px;
position: absolute;
top: 50%;
left: 0%;
transform: translate(100%, -50%);
transition: all 200ms ease-in;
display: flex;
align-items: center;
justify-content: center;
}
.swiper-control {
text-align: right
}
.swiper-container {
width: 100%;
height: 250px;
margin: 50px 0;
overflow: hidden;
padding: 0 20px 30px 20px
}
.swiper-pointer-events {
position: relative
}
.timeline-line {
width: 100%;
height: 2px;
background: #fff;
top: -180px;
position: relative
}
.tekstveld_1_kol.green {
background: #20596d;
color: #ffffff;
}
.tekstveld_1_kol.wit {
background: #ffffff;
color: #252525;
}
.tekstveld_1_kol.beige {
background: #EDEDE3;
color: #252525;
}
.tekstveld_1_kol p {
margin-bottom: 1rem;
}
.tekstveld_1_kol .beige {
color: #252525 !important;
}
.tekstveld_2_kol.wit {
padding: 50px 0px !important;
background: #ffffff;
color: #252525;
}
.tekstveld_2_kol.blauw {
padding: 50px 0px !important;
background: #E5F1F4;
color: #252525;
}
.tekstveld_2_kol.blauw h2 {
color: #21596E;
}
.tekstveld_2_kol.aquamarijn h2 {
color: #252525;
}
.tekstveld_2_kol.aquamarijn {
padding: 50px 0px !important;
background: #e4f1f4;
color: #252525;
}
.tekstveld_2_kol.aquamarijn h2 {
color: #20596d;
}
.tekstveld_2_kol p {
margin-bottom: 1rem;
}
.tekstveld_2_kol ul {
list-style-type: none;
}
.tekstveld_2_kol ul li {
position: relative;
transform: translateX(30px);
margin-bottom: 1rem;
}
.tekstveld_2_kol ul li::after {
content: '';
position: absolute;
top: 50%;
left: -30px;
transform: translateY(-50%);
width: 20px;
height: 20px;
background-image: url(//interimfinancegroup.nl/wp-content/uploads/2025/01/check_circle.png);
background-size: contain; 
}
.tekstveld_1_kol ul li {
position: relative;
transform: translateX(30px);
margin-bottom: 1rem;
}
.tekstveld_1_kol ul li::after {
content: '';
position: absolute;
top: 0%;
left: -30px;
transform: translateY(25%);
width: 20px;
height: 20px;
background-image: url(//interimfinancegroup.nl/wp-content/uploads/2025/01/check_circle.png);
background-size: contain; 
}
.tekstveld_1_kol ul li::marker {
content: ''; 
}
.container-fluid.blog {
padding: 80px 50px 0
}
.masonry-column {
padding: 0 1px
}
.masonry-grid>div .thumbnail {
margin: 5px 1px
}
.post_intro_img {
width: 100%;
aspect-ratio: 1;
object-fit: cover;
border-radius: 0px 500px 500px 500px;
}
.nieuwste_post .post-container {
display: flex;
flex-direction: row;
align-items: center;
}
.nieuwste_post .post-container img {
height: 350px;
}
.nieuwste_post .post-container .text .post-date {
color: #252525
}
.post-container {
display: flex;
height: 100%;
flex-direction: column;
background: #edede3;
color: #252525;
border-radius: 30px;
overflow: hidden
}
.post-container img {
width: 100%;
height: 250px;
opacity: 1;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 0 35%;
object-position: 0 35%;
border-radius: 30px;
}
.post-container .text {
padding: 30px 30px;
margin-top: 0px;
font-size: 15px;
font-weight: 200
}
.post-container .text .btn {
border-radius: 30px;
font-size: 16px;
padding: 5px 25px;
background: #1b5c6b;
color: #fff
}
.post-container .text h2 a {
font-size: 25px;
color: #252525;
}
.post-navigation {
padding: 10px 50px 0
}
.post-navigation .btn {
font-size: 14px;
border: none;
border-radius: 30px;
background: #edede4;
color: #133541
}
#nav-below {
margin: auto;
padding: 0 50px
}
a.btn.btn-secondary.btn-lg {
font-size: 14px;
border: none;
border-radius: 30px;
background: #edede4;
color: #133541
}
.main-blog .intro-front {
margin: 130px auto 50px auto
}
.project-tabs {
margin: 50px 0 80px 0
}
.project-tab {
padding: 0px 0px 0 0px;
margin-right: 60px;
border-radius: 0;
cursor: pointer
}
.project-tab h2,
.tab-pane h2 {
font-size: 24px
}
.project-tab.active {
border-bottom: solid 3px #5199a6
}
.tab-content>.active {
display: flex;
height: 100%;
padding: 0px 0px 0px 0px
}
.fade {
transition: opacity .3s linear
}
.tab-content-1,
.tab-content-2 {
padding: 50px;
-webkit-border-radius: 30px;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-bottomright: 0;
border-radius: 30px;
border-bottom-right-radius: 0;
color: #002730;
background: #fff;
width: calc(50% - 30px);
margin-top: 40px;
float: left;
flex: 1
}
.tab-content-1 h2,
.tab-content-2 h2 {
color: #005a6f
}
.tab-content-1 {
margin-right: 15px;
background-color: #fff
}
.tab-content-2 {
margin-left: 15px
}
.page_div {
padding: 100px 0px;
}
.page_div_np {
padding: 0px;
} .aantal_werknemers {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
padding: 30px 50px 22px;
border-radius: 48px 48px 0px 48px;
background: #21596E;
color: #FFFFFF;
}
.aantal_werknemers p,
.aantal_werknemers h2 {
margin: 0;
}
.quotes-wrapper {
display: flex;
gap: 20px;
}
.quote {
cursor: pointer;
display: flex;
border-radius: 48px 48px 0px 48px;
background: #E5F1F4;
width: 10%;
transition: all .3s ease-in;
}
.quote.active {
border-radius: 48px 96px 0px 48px;
width: 100%;
}
.quote .afbeelding img {
border-radius: 48px 48px 0px 48px !important;
border: none !important;
aspect-ratio: unset;
height: 375px;
width: 100%;
transition: all .3s ease-in;
}
.quote.active .afbeelding img {
width: 300px;
}
.quote .content {
display: none;
flex-direction: column;
justify-content: center;
padding: 45px 24px;
color: #252525;
transition: all .3s ease-in;
}
.quote.active .content {
display: flex;
}
.quote .content .aantal_jaar {
color: #6397A4;
margin-bottom: 24px;
}
.quote .content .cta-btn {
background: #21596E;
color: #FFFFFF;
padding: 8px 16px;
display: inline-block;
margin: 0;
}
.quote .content i {
color: #21596E;
font-size: 30px;
}
span.naam {
display: block;
color: #22596e;
font-weight: 300;
text-align: right;
} .flex-row-reverse .afbeelding {
width: 100%;
margin-left: unset;
aspect-ratio: 3/2;
position: unset;
}
.flex-row-reverse .afbeelding:after {
content: unset;
}
.flex-row-reverse .afbeelding img {
border-radius: unset;
border: unset;
}
.afbeelding_tekst .afbeelding:after {
content: unset;
}
.afbeelding_tekst h3 {
margin-bottom: 1rem;
}
.afbeelding_tekst {
color: #252525;
}
.afbeelding_tekst .light_color {
color: #ffffff;
}
.afbeelding_tekst .light_color h3 {
color: #ffffff;
}
.afbeelding_tekst .light_color img {
max-height: 600px;
border-radius: 50px 0px 0px 50px;
object-position: top;
}
.afbeelding img {
width: 100%;
aspect-ratio: 1;
border-radius: 500px 500px 0px 500px;
border: 1px solid #5199a6;
-o-object-fit: cover;
object-fit: cover
}
.afbeelding_tekst ul {
list-style-type: none;
padding-left: 30px;
}
.afbeelding_tekst ul li {
position: relative;
margin-bottom: 1rem;
}
.afbeelding_tekst .dark_color ul li::after {
content: '';
position: absolute;
top: 50%;
left: -30px;
transform: translateY(-50%);
width: 20px;
height: 20px;
background-image: url(//interimfinancegroup.nl/wp-content/uploads/2025/01/check_circle_light.png);
background-size: contain; 
}
.afbeelding_tekst ul li::after {
content: '';
position: absolute;
top: 50%;
left: -30px;
transform: translateY(-50%);
width: 20px;
height: 20px;
background-image: url(//interimfinancegroup.nl/wp-content/uploads/2025/01/check_circle.png);
background-size: contain; 
}
.swiper-slide.quote-item {
width: 100% !important;
}
.pagination-quotes {
text-align: center;
margin-top: 40px;
bottom: -50px !important
}
.vac_poi {
margin-bottom: 30px;
position: relative
}
.vac_poi span {
margin-right: 20px
}
.vac_poi img.vac_icon {
width: 24px;
height: 24px;
margin-right: 2px
}
.team {
background: #fff;
}
.container.teamarea {
padding: 0 40px
}
.col-md-4.col-team {
float: left;
padding: 1rem;
}
.team h2 {
color: #252525;
}
.vcard {
height: 350px;
background-size: cover;
background-position: center;
border-radius: 30px 30px 0px 30px;
overflow: hidden;
transition: all .5s ease-in;
margin-bottom: .5rem;
}
.vcard .info-druppel {
display: none
}
.vcard-info {
display: none
}
.team-info {
background: #edede3;
width: 100%;
padding: 15px 15px 10px 15px;
border-radius: 20px 0px 20px 20px;
}
.team-info h3 {
font-size: clamp(1.1rem, 1.2vw, 22px);
color: #002730;
line-height: 1.4rem;
margin-bottom: 2px
}
.team-info span {
color: #252525;
font-size: clamp(.6rem, 1vw, 1.1rem);
line-height: normal !important
}
span.swipe-info {
display: none
}
.my-intro {
height: 0px;
opacity: 0;
overflow: hidden;
color: #002730;
font-size: .9rem;
background: rgba(255, 255, 255, .3215686275);
padding: 20px;
border-radius: 15px;
margin: 20px 15px -60px 0px;
transition: height .3s ease, margin-bottom .3s ease, opacity .3s ease
}
a.cv-icon {
float: right;
top: 0px;
position: relative
}
a.cv-icon img {
width: 40px
}
span.contact {
float: right
}
span.contact img.mail {
width: 20px
}
span.contact img.linkedin {
width: 22px
}
.center-text {
text-align: center
}
.container.text-veld.medium {
max-width: 980px
}
.box-wrapper {
display: block;
padding: 60px 0 30px 0;
overflow: hidden;
background: #edede3;
color: #252525;
}
.box-wrapper.medium {
background-color: #04414f
}
.box-wrapper.light {
color: #252525;
text-align: left;
background: #fff;
margin: 0 35px 0 35px
}
.col12.box-wrapper.light {
color: #252525;
text-align: left;
background: #ffffff;
margin: 0 auto 0 auto;
}
.box-wrapper.light a {
color: #252525;
text-decoration: underline;
}
.col12.box-wrapper.light a {
color: #252525;
text-decoration: underline;
}
.career_path {
padding: 0px 0px 100px 0px;
background-color: #fff;
}
.cta-photo {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
width: 100%;
margin: auto;
}
.cta-photo h2 {
color: #478182;
}
.cta-photo .left {
padding: 60px 50px 60px 10%;
width: 40%;
flex-direction: column
}
.cta-photo .left.order-2 {
padding: 60px 10% 60px 50px;
width: 40%;
flex-direction: column
}
.cta-photo .left.no_padding {
padding: 60px 0px;
width: 40%;
flex-direction: column
}
.cta-photo .left.size6040 {
width: 60%
}
.cta-photo .left.size4060 {
width: 40%
}
.cta-photo .left.even {
width: 50%
}
.cta-photo .right {
width: 60%;
flex-direction: column
}
.cta-photo .right.size6040 {
width: 40%
}
.cta-photo .right.size4060 {
width: 60%
}
.cta-photo .right.even {
width: 50%
}
.cta-photo .right img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%
}
.cta-photo.cv-page {
max-height: 500px
}
.cta-photo .photo-bg {
height: 100%;
background-size: cover
}
.content-photo-tiles {
position: relative;
display: flex
}
.content-photo-tiles .left {
width: calc(50% - 50px);
margin: auto 50px auto 0px;
float: left
}
.content-photo-tiles .right {
width: 50%;
float: left
}
.content-photo-tiles .tile {
width: calc(50% - 50px);
height: 300px;
overflow: hidden;
border-radius: 30px 30px 0px 30px;
float: right;
margin: 25px
}
.content-photo-tiles .tile img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.content-photo-tiles .tile.n02 {
margin-top: 125px;
float: left;
height: 450px
}
.content.talent-cyclus {
background: #002730;
border-radius: 50px;
padding: 50px
}
.content.talent-cyclus h2 {
font-size: 2rem;
margin-bottom: 2rem;
color: #5199a6
}
.content.talent-cyclus img {
max-width: 470px;
float: right;
margin: -100px 0 -130px 30px
}
.anchor {
display: block;
width: 10px;
height: 10px;
position: absolute;
margin-top: -180px
}
.row.projects {
margin: 50px 0 20px -15px
}
.opdracht-1,
.opdracht-2,
.opdracht-3,
.uitgelicht {
color: #f6f5f0;
padding: 40px 40px 50px 40px;
overflow: hidden;
-webkit-border-radius: 20px;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-bottomright: 0;
border-radius: 20px;
border-bottom-right-radius: 0;
min-height: 330px;
height: 100%;
background-image: url(//interimfinancegroup.nl/wp-content/themes/vbase/temp/simon-maage-tXiMrX3Gc-g-unsplash.jpg);
background-size: 100%;
background-size: cover
}
.opdracht-2 {
margin-top: 40px;
transition: margin-top .5s ease
}
.opdracht-1 {
margin-top: -20px;
transform: translateY(0);
transition: margin-top .5s ease
}
.opdracht-1:after,
.opdracht-2:after,
.opdracht-3:after {
content: "";
background: rgba(0, 0, 0, .65);
width: calc(100% + 80px);
margin-left: -40px;
margin-top: -100%;
height: 200%;
position: relative;
right: 0px;
bottom: 0;
left: 0px;
display: block;
transition: all .5s ease 0s
}
.opdracht-1:hover:after,
.opdracht-2:hover:after,
.opdracht-3:hover:after {
background: #002730
}
.box-content {
height: calc(100% - 20px);
position: relative;
z-index: 2
}
a.link-projecten {
float: right;
z-index: 2;
position: relative
}
.druppel-line {
width: 400px;
height: 400px;
margin: 100px auto 100px
}
.druppel-line.cta {
width: 400px;
height: 400px;
margin: -150px 50px 0px 0px;
right: 0;
z-index: 1;
position: absolute
}
.druppel-line.left {
right: unset;
left: 0
}
.druppel-img {
border-radius: 500px 500px 0px 500px;
aspect-ratio: 1;
object-fit: cover;
overflow: hidden;
margin: 0 80px 0 0;
width: 35%;
}
.druppel-img img {
-o-object-fit: cover;
object-fit: cover;
height: 100%;
width: 100%
}
.only_opdrachtgever_carousel {
padding: 0px;
background: #fff;
}
.opdrachtgever_carousel {
padding: 50px 0px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.opdrachtgever_carousel:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
}
.opdrachtgever_carousel .container,
.opdrachtgever_carousel .container-fluid {
position: relative;
z-index: 10;
}
.container-fluid.client-carousel {
margin-top: 40px;
transition: all .5s ease 0s
}
.opdrachtgever-carousel h2 {
margin-bottom: 50px;
color: #FFFFFF;
}
.opdrachtgever_carousel p {
color: #FFFFFF;
}
@keyframes slide {
from {
transform: translateX(0)
}
to {
transform: translateX(-100%)
}
}
.col-md-12.content.opdrachtgever-carousel {
text-align: center
}
.only_opdrachtgever_carousel .logos {
border-radius: 0px;
width: 100%;
margin: 0px;
}
.logos {
overflow: hidden;
padding: 30px 0;
height: 130px;
background: #fff;
white-space: nowrap;
position: relative;
width: calc(100% - 70px);
margin: 0px 35px 0 35px;
border-radius: 30px
}
.logos.open {
padding: 60px 0;
height: 180px
}
.logos-slide {
display: inline-block;
animation: 180s slide infinite linear
}
.logos-slide img {
height: 70px;
max-width: 170px;
-o-object-fit: contain;
object-fit: contain;
margin: 0 40px
}
.koffie_form {
background: #fff;
color: #003642;
}
.koffie_form .row {
background: #A8CCD3;
border-radius: 0px 50px 50px 50px;
padding: 50px;
}
.koffie_form .wpcf7 {
margin: 0;
}
.formulier_grid p {
margin: 0;
display: flex;
gap: 10px;
}
.wpcf7-form-control-wrap {
padding: 10px;
border-radius: 10px;
display: inline-block;
margin-bottom: 10px;
text-align: start;
}
.wpcf7-form-control-wrap textarea {
border: none;
width: 100%;
padding: 0px;
height: 100px;
}
input.wpcf7-submit {
float: unset;
font-weight: 500;
font-size: 1.1rem;
max-width: 340px;
border-radius: 25px;
text-align: center;
line-height: 1.3rem;
text-decoration: none;
display: inline-block;
margin: 10px 20px 0 0;
position: relative;
overflow: hidden;
cursor: pointer;
background: #21596E;
color: #fff;
}
input::placeholder,
textarea::placeholder {
color: #002730;
font-weight: 200;
font-size: 16px;
}
.wpcf7-spinner {
display: none;
}
.formulier_footer p {
display: flex;
margin: 0;
}
.formulier_footer p .cta-btn {
padding: 10px 30px;
}
.breadcrumbs-footer {
text-align: right;
font-size: 12px;
top: 106px;
position: relative
}
#footer {
background-color: #252525;
color: #fff;
padding: 60px 50px 20px 50px;
font-weight: 200;
position: relative;
}
#footer:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background-image: linear-gradient(to right, #7dbac6, #214f6e);
}
#footer img.footer-logo {
width: 125px;
margin: 0 0 20px 0
}
#footer img.footer-pointer {
margin: 3px 15px 30px 0;
float: left
}
#footer img.footer-phone {
margin: 3px 15px 15px 0;
float: left
}
#footer img.footer-whatsapp {
margin: 3px 15px 0px 0;
float: left
}
#footer img.footer-mail {
margin: 7px 15px 10px 0;
float: left
}
#footer img.footer-linkedin {
margin: 4px 15px 15px 0;
float: left;
width: 20px
}
#footer a {
color: #fff;
font-size: 14px;
}
#footer .nen {
display: inline-block;
margin-top: 13px
}
#footer .nen img {
width: 145px
}
#footer .footer-box h5 {
color: #AFCBD2;
}
.social {
margin-top: 25px;
margin-bottom: 35px;
}
.social .item i {
font-size: 24px;
color: #AFCBD2;
margin-right: 10px;
}
.footer_tekst p {
font-size: 10px;
margin-bottom: 0;
margin-top: 20px !important;
}
.footer_tekst p a {
text-decoration: underline;
font-size: 10px !important;
}
.footer-logo-search {
width: 80px;
}
.footer_links_menu {
list-style-type: none;
padding: 0;
margin: 0;
}
.footer-box i {
color: #AFCBD2;
}
.footer_middle, .footer_bottom {
font-size: 14px;
}
a.solliciteer-direct {
display: inline-block;
overflow: hidden;
width: 135px;
height: 135px;
-webkit-border-radius: 50%;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 50%;
-moz-border-radius-bottomright: 0;
border-radius: 50%;
border-bottom-right-radius: 0;
bottom: 20px;
right: 15px;
position: fixed;
background: #80bf71;
color: #fff;
text-decoration: none;
font-weight: normal;
font-size: 21px;
line-height: 20px;
text-align: right;
padding: 54px 20px 0 0;
opacity: 0;
z-index: 1000
}
a.solliciteer-direct.toon {
opacity: 1
}
#menu-footermenu-1,
#menu-footermenu-2 {
list-style-type: none;
padding: 0; 
}
#menu-footermenu-1 a,
#menu-footermenu-2 a {
list-style-type: none;
padding: 0; 
}
#footer .menu-item a[aria-current=page] {
color: #AFCBD2;
}
@media only screen and (max-width: 768px) {
#wrapper {
position: relative
}
ul#menu-visible-menu {
display: none
}
button.navbar-toggler {
display: none
}
.navbar>.container-fluid {
padding: 25px 30px
}
.hero-inner,
.parallax-image-wrapper,
.dark-fading {
height: 85vh;
margin-bottom: 80px
}
.hero-inner {
position: relative
}
.hero-inner.center {
overflow: hidden;
height: 65vh;
background: #000;
border-radius: 0 0 60px 60px;
margin-bottom: 80px
}
.hero-inner.center .hero-text {
margin-left: 15vw;
max-width: 70vw;
z-index: 2;
position: absolute;
bottom: 20px;
top: inherit
}
.hero-inner.center .hero-image {
width: 100%;
height: 65vh;
overflow: hidden;
border-radius: 0;
margin: 0
}
.hero-inner.center .dark-fading {
display: block;
z-index: 1;
height: 65vh
}
img.parallax-image.top {
-o-object-position: center;
object-position: center
}
.frontpage .hero-image img {
-o-object-position: right;
object-position: right
}
.hero-inner.center .hero-text:before {
display: none
}
.hero-text:before {
display: none
}
.hero-text {
max-width: 80vw;
margin-left: 10vw;
top: 170px;
top: unset;
bottom: 30px
}
.hero-inner .take-action {
min-width: 100%;
margin-top: 40px
}
.hero-inner.center .hero-image.cv {
width: 100%;
height: 65vh;
overflow: hidden;
border-radius: 50px;
margin: 0
}
.hero-inner.cv .hero-text {
top: 40vh
}
.cv-content,
.category-archive-meta {
display: none
}
.category-archive-meta-mobile {
display: block;
padding: 0 30px
}
button.menuToggle {
right: 30px;
top: 30px
}
.menu-bg.fs {
right: 0px;
width: 100%
}
.menu-items {
font-size: 23px
}
.menu-items.fs {
pointer-events: auto;
opacity: 1;
right: 0px;
width: 100%;
font-size: 23px
}
.breadcrumbs {
display: none
}
.intro-front {
margin: 90px auto 90px auto
}
.col-md-6.content {
padding: 20px
}
a.cta-btn,
a.cx2_vacancydetails-apply {
max-width: 100%;
padding: 14px 40px;
margin: 0;
width: 100%
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
padding-left: 20px;
padding-right: 20px
}
.col12.box-wrapper.light {
border-radius: 30px;
margin: 20px 20px 20px 20px;
padding: 40px 20px
}
.col-md-4.content {
margin-bottom: 20px
}
.box-wrapper {
padding: 30px 0 30px 0
}
.box-spacer {
height: 30px !important
}
.cta-photo {
display: grid;
margin: 0 0 40px 0;
border-radius: 30px
}
.cta-photo .left {
width: 100% !important;
padding: 40px;
order: 2;
min-height: 200px
}
.cta-photo .right {
width: 100% !important;
order: 1;
min-height: 200px
}
.cta-photo.cv-page {
max-height: unset
}
.cv-body {
top: 0px;
position: relative
}
.cv-content-mobile {
margin: -30px 30px 30px;
display: block
}
.druppel-img {
margin: 0 0px 0 0
}
.content-photo-tiles {
position: relative;
display: flex;
flex-direction: column-reverse
}
.content-photo-tiles .left {
width: calc(100% - 40px);
margin: 0px 0px 0 20px
}
.content-photo-tiles .right {
width: calc(100% - 0px);
margin-bottom: 40px
}
.content-photo-tiles .tile {
width: calc(50% - 30px);
height: 170px;
margin: 15px
}
.content-photo-tiles .tile.n02 {
height: 220px
}
.container-fluid.blog {
padding: 30px 20px 0
}
.main-blog .intro-front {
margin: 30px auto 50px auto
}
.druppel-line.cta {
display: none
}
.timeline-container {
position: relative;
width: 100%;
overflow: hidden
}
.swiper-control {
text-align: center
}
.swiper-control button.btn {
float: left;
padding: 6px 17px;
margin-right: 10px
}
.box-wrapper.anchormenu {
padding: 30px 0 20px 0;
position: relative;
top: 0;
width: 100%;
margin: 0 0 0 0 !important;
border-radius: 0 !important
}
.box-wrapper.anchormenu .take-action {
width: 100%;
text-align: left;
padding-left: 12px
}
.box-wrapper.anchormenu .druppel-down img {
margin: 7px 0 0 5px
}
.content.talent-cyclus img {
max-width: 100%;
float: right;
margin: -70px 0 30px 30px
}
.box-wrapper.light {
border-radius: 0;
margin: 0 0 0 0
}
.logos {
overflow: hidden;
padding: 30px 0;
height: 120px;
white-space: nowrap;
position: relative;
width: calc(100% - 0px);
margin: 0;
border-radius: 0
}
.vac_poi span {
margin-right: 0px;
display: block;
margin-bottom: 10px
}
.filled .col-md-6 .kol-box-wrapper {
padding: 40px 20px 40px 20px;
margin: 20px 0px
}
.input50,
.input100 {
width: calc(100% - 10px)
}
.swiper-box::before {
width: 50px
}
.swiper-box::after {
width: 50px
}
.swiper-slide {
width: 80vw !important;
height: 60vw !important
}
.team-wrapper {
position: relative;
max-width: 100%
}
.team-inner-wrapper {
scroll-snap-type: x mandatory;
overflow-x: scroll;
overflow-y: hidden;
display: flex;
align-items: center;
height: 550px
}
span.swipe-info {
float: right;
margin-top: -2px;
font-size: 12px;
margin-left: 10px;
display: block
}
.col-md-3.col-team {
scroll-snap-align: center;
margin: 10px;
position: relative;
height: 550px;
flex: 0 0 100%
}
.vcard {
height: 530px;
width: 100%;
background-size: cover;
border-radius: 30px;
margin: 0;
overflow: hidden;
position: relative;
transition: all .5s ease-in
}
.quote-container {
display: block;
height: 100%;
text-align: center;
margin: 60px 0
}
.swiper-wrapper.quotes {
margin-top: 60px
}
.quote-item {
flex-direction: column-reverse
}
.quote-item .quote {
padding: 100px 20px 20px 20px;
text-align: center;
min-height: 400px
}
.quote-item .afbeelding {
display: block;
width: 150px;
height: 150px;
border-radius: 20px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
margin-bottom: -100px;
z-index: 2
}
span.naam {
font-size: 15px;
display: block;
text-align: center;
margin: 20px 0 10px 0
}
.swiper-slide.quote-item {
width: 100% !important;
height: auto !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: -10px !important;
}
.contactform {
width: 90% !important;
margin: 100px auto auto auto !important;
position: relative !important;
top: unset !important;
left: unset !important;
transform: unset !important;
padding: 25px !important;
z-index: 1;
}
.post-navigation {
padding: 10px 20px 0;
display: block !important
}
.post-navigation .btn {
width: 100%;
margin-bottom: 20px
}
#footer {
padding: 100px 20px 20px 20px;
position: absolute;
z-index: 10
}
#footer .nen img {
width: 105px
}
#footer .col-md-4.footer3 {
padding: 30px 0
}
.breadcrumbs-footer {
text-align: left;
font-size: 12px;
top: 311px;
left: -8px;
position: relative
}
.row.footer_bottom .col-sm-6.right {
text-align: left
}
}
@media(min-width: 992px) {
.col-lg-4 {
display: flex
}
}
@media(max-width: breakpoint-max(sm)) {
#sidebar {
margin-top: 60px
}
}