:root{
    --headerHeight:100px;
}

.header_menu {
    border-bottom:0;
    background-color:transparent;
}

.homeSliderHolder{
    max-height: 65dvh;
    aspect-ratio: 16/7;
    overflow: hidden;
    padding-bottom: 1.5rem;
    position: relative;
}
.homeSliderHolder::after{
    content:'';
    position:absolute;
    bottom: 0;
    left:0;
    width:100%;
    height:1.5rem;
    background-image: linear-gradient(180deg, #fff, var(--themeGreyLight));
    z-index: 2;
}
.homeSlider *{
    color:white;
}
.homeSlider h1{
    font-weight:800;
}
.homeSlider{
    background-image:url(/images/home-slider-background.webp);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    border-radius:var(--themeBorderRadius);
    height: 100%;
    width: 100%;
    position:relative;
}
.homeSlider::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 0;
    backdrop-filter: blur(9px);
    border-radius: var(--themeBorderRadius);
    background:rgba(0,0,0,0.7);
}
.homeSlider > .container{
    z-index:1;
    position: relative;
    height:100%;
}
.homeSlider > .container > .row{
    height:100%;
    display:flex;
    align-items: center;
}
.homeSlider .sliderHolder{}

.homeSlider .sliderScreens{
    position:relative;
    width: 100%;
    height: var(--sliderHeight);
}
.homeSlider .sliderScreens img{
    position:absolute;
    border-radius:15px;
    box-shadow: 0px 0px 20px #00000040;
}
.homeSlider .sliderScreens img.dashboard{right: -50%;top: 0;z-index: 1;width: 100%;}
.homeSlider .sliderScreens img.planning{left: 0;bottom: 1rem;z-index: 0;width: 100%;}

.homeSlider .sliderScreens .floatingInfo{
    --bs-btn-border-radius: 0.8rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.675rem;
    /* --bs-btn-font-weight: 300; */
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    border-radius:var(--bs-btn-border-radius);
    color:black;
    z-index:5;
    position: absolute;
    box-shadow: 0px 0px 20px #00000040;
    animation: float 3s ease-in-out infinite;
}
.homeSlider .sliderScreens .floatingInfo.financieel{top: 50%;left: 0;}
.homeSlider .sliderScreens .floatingInfo.klanten{bottom: 30%;right: 0%;}
.homeSlider .sliderScreens .floatingInfo.werkplaats{
    color:white;
    top: 10%;
    right: 30%;
}


.sliderScreens .floatingInfo:nth-of-type(1) {animation-delay: 0s;}
.sliderScreens .floatingInfo:nth-of-type(2) {animation-delay: 0.3s;}
.sliderScreens .floatingInfo:nth-of-type(3) {animation-delay: 0.6s;}

/* .toepassingSection::after{
    content:'';
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height: 4.5rem;
    background-image: linear-gradient(0deg, #ffffff00, var(--themeGreyLight));
    z-index: 2;
} */


.planningSection .planningImage{
    max-width:calc(100% - 100px);
    padding: 10px;
    box-shadow: -20px 13px 110px 0 #0000001f;
    border-radius: 1rem;
}
.planningSection .imageCol{
    position:relative;
}
.planningSection .imageCol::after{
    content:'';
    background-image:url('/images/gear.svg');
    background-position:top;
    background-size:contain;
    position:Absolute;
    left:100%;
    top:50%;
    transform:translateY(-50%);
}

.voorbeeldenSection .voorbeeldBox {
    width:100%;
    height:100%;
    padding: 10px;
    /* box-shadow: 0 0 23px 0 #00000012; */
    border-radius: 1rem;
    min-height:300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.voorbeeldenSection .voorbeeldBox h2{
    font-size: calc(0.9 * var(--headerSizeH3));
    font-weight: 600;
    color: var(--themePrimary);
    text-transform: none;
    margin-top:0;
    margin-bottom: 0.8em;
}
.voorbeeldenSection .voorbeeldBox p{
    /* font-size: 0.9em; */
    color: rgb(98 98 98 / 73%);
}
.voorbeeldenSection .voorbeeldBox p:last-of-type{
    margin-bottom:0;
}
.voorbeeldenSection .voorbeeldBox img{
    --margin: 10px;
    width: calc(100% + (2*var(--margin)));
    margin: calc(-1 * var(--margin));
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px) translateX(5px);
    }
    100% {
        transform: translateY(0px);
    }
}


/* -- toepassingen slider -- */
.toepassingCarouselFader .carouselHolder{
    height: 45dvh !important;
    overflow: visible !important;!i;!;
}
.toepassingCarouselFader.carouselFaderHolder{
    padding:0;
    overflow: visible;
}
.toepassingCarouselFader .carousel .carouselSlide{
    overflow: visible;
}

.toepassingCarouselFader div.imageHolder{
    height:100%;
    width: 50%;
}

.toepassingCarouselFader .toepassinglideContent{
	padding: 2rem 2rem;
	height: auto;
	margin-top: 4dvh;
}
.toepassingCarouselFader .toepassinglideContent *{
	color: var(--themeBg);
}
.toepassingCarouselFader .toepassinglideContent h3 small{
    font-weight: 600 !important;
}
.toepassingCarouselFader .toepassinglideContent p{
    font-size:21px;
}

.toepassingCarouselFader .toepassinglideContent *::after{
    background-color:var(--themeBg);
}

.toepassingCarouselFader .toepassinglideLogo{
    display: inline-flex;
    border-radius: 60px;
    background-color: #fff;
    padding: 19px 20px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}
.toepassingCarouselFader .toepassinglideLogo img{
    height: 45px;
    filter:grayscale(1) invert(1);
}
.toepassingCarouselFader .carouselSlideControls{
    padding:2rem;
}
.toepassingCarouselFader .carouselSlideControls .carouselButtonBar{
    display:flex;
    gap: 1rem;
    align-items: center;
}

.toepassingCarouselFader .carouselSlideControls .slideButtonHolder{
    display:flex;
    gap:10px;
    align-items: center;
}
.toepassingCarouselFader .carouselSlideControls .slideLogoHolder{
    display:flex;
    gap:10px;
    align-items: center;
    flex: none;
}
.toepassingCarouselFader .carouselSlideControls .toepassinglideLogo{
    margin: 0;
    width:80px;
    min-width:80px;
}
.toepassingCarouselFader .carouselSlideControls .toepassinglideLogo img{
    height:20px;
}
.toepassingCarouselFader .circle{
    --buttonCircleHeight: 40px;
    --borderColor: #fff;
    color:white;
}
.toepassingCarouselFader .circle:hover{    
    --bgColor: #fff;
    color:var(--themePrimary);
}
.toepassingCarouselFader .carouselSlide .row{
    height:100%;
}
.toepassingCarouselFader .carouselSlideHolder img{
    max-width: calc(100% - 100px);
    padding: 10px;
    box-shadow: -20px 13px 110px 0 #0000001f;
    border-radius: 1rem;
    width: min-content;
    margin-left: auto;
}

#Referenties [html-tag='referentie-text'] h2{
    text-align:center;
}

.referentiesCarouselSlider .carousel .carouselSlideHolder {
    padding-right:0;
}

[html-tag='home-demo-tekst'] h2{
    text-align:center;
}

.toepassingSection{
    --heightPerSlide: max(700px, 60dvh);
    --nrOfSlides: 3;
    position:relative;
    /* padding-top:5rem; */
    background-color: #f2c1d1;
    background-image: url(/images/logo-background.svg);
    background-size: cover;
}

.toepassingSection .slideContentHolder{
    position:relative;
    min-height:100%;
    background-color: #ffffff75;
    height: calc(var(--heightPerSlide) * var(--nrOfSlides));
}
.toepassingSection .slideContentHolder::after{
    --width: 40dvw;
    content:'';
    position:absolute;
    top:0;
    right: calc(-1 * var(--width));
    width: var(--width);
    height:100%;
    background: linear-gradient(90deg, #ffffff75, #ffffff00);
    z-index: 0;
}

.toepassingSection .slideRow{
    height: calc(var(--heightPerSlide));
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}
.toepassingSection .slideContent{
    position:sticky;
    top: 0;
    left: 0;
    height: var(--heightPerSlide);
}

.toepassingSection h2,
.toepassingSection h3{
    margin:0;
}
.toepassingSection .textContent{
    opacity:0.0;
    /* transform:translateY(-50%); */
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--heightPerSlide);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}
.toepassingSection .textContent *{
    color: var(--themePrimaryDark);
}

.toepassingSection .textContent h2 {
    font-weight: 600;
    color: var(--themePrimary);
    display: inline-block;
    position: relative;
}

.toepassingSection .textContent h2 > span {
    font-size: 0.7em;
    font-weight: 200;
    color: var(--themePrimary);
    /* position: absolute; */
    width: 100%;
    display: inline-block;
    margin-bottom: 19px;
}
.toepassingSection .textContent.active{
    opacity:1.0;
    /* transform:translateX(0%); */
}
.toepassingSection .textContent h3 {
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 0.3em;
    margin-top: 0.8em;
}
.toepassingSection .textContent ul {
    padding-left:20px;
}
.toepassingSection .textContent li {
    font-size: 16px;
    /* color: rgb(255 255 255 / 72%); */
    color: var(--themePrimaryDark);
    text-transform:none;
}

.toepassingSection .imgHolder{
    width: 100%;
    max-width: min(670px, 100%);
    padding: 0;
    box-shadow: -20px 13px 110px 0 #00000017;
    border-radius: 1rem;
    width: max-content;
    margin-left: auto;
    float: right;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.toepassingSection img{
    float:left;
    width: 100%;
}
.toepassingSection .imgHolder{    
    transition: transform .2s ease-in-out;
}
.toepassingSection .slideRow.active .imgHolder{
    transform: translateX(-5%) scale(1.1);
}

@media screen and (max-width:1024px){
    .homeSlider h1 {
        font-weight: 800;
        font-size: 30px;
        line-height: 1.1em;
    }
    .homeSliderHolder{
        padding: 4.5rem 0.5rem 1.5rem !important;
        /* border-radius: 0 !important; */
        aspect-ratio: inherit;
        max-height: inherit;
    }
    .homeSlider{
        padding-top:40px;
        overflow: hidden;
    }
}
@media screen and (max-width:769px){
    .homeSlider .sliderScreens img.planning {
        left: 0;
        bottom: 1rem;
        z-index: 0;
        width: 100%;
    }
}