﻿body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
.logo-container {
    position: absolute;
    top: 100px;
    left: 36px;
    z-index: 100;
    background: transparent;
}
.snippet-blok {
    background: #fdf8f3;
    border-left: 5px solid #ff8800;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
}

    .snippet-blok:hover {
        box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.1);
    }

    .snippet-blok h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        font-weight: 700;
        color: #ff6600;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .snippet-blok h2 i {
            color: #ff9900;
            font-size: 1.2rem;
        }


.hero-logo {
    height: 100px;
    max-width: 42vw;
    width: auto;
    display: block;
}
.floating-call-btn {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #ff5c1c;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    z-index: 1050;
    transition: background-color 0.3s ease;
    animation: pulse 5.5s infinite;
}
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.65);
    }

    50% {
        box-shadow: 0 0 0 18px rgba(255,255,255,0);
    }
}

.offerte-floating-btn {
    position: fixed;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #009688;
    color: #fff;
    border-radius: 50%;
    font-size: 3.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    transition: background 0.2s, box-shadow 0.2s;
    cursor: pointer;
    bottom: 80px;
    right: 60px;
}
  
    .offerte-floating-btn:hover {
        background: #00796b;
        box-shadow: 0 8px 16px rgba(0,0,0,0.22);
    }
.contentbeheer-fototitel-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contentbeheer-fototitel {
    font-size: 1.7rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.intro-blok {
    background: linear-gradient(to bottom, #faf6f0, #f2ebe3);
    font-family: 'Inter', sans-serif;
    padding: 4rem 1rem;
}

    .intro-blok h2 {
        font-size: 2rem;
        font-weight: 800;
        color: #1e1e1e;
    }

    .intro-blok .lead {
        font-size: 1.25rem;
        line-height: 1.8;
        color: #444;
    }

.highlight-box {
    background-color: #fff8e7;
    border-left: 6px solid #d97706;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.highlight-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #b45309;
}

.highlight-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
}

.rating {
    font-weight: 600;
    font-size: 1rem;
    color: #111;
}

.laser-banner {
    position: absolute;
    top: 70px;
    left: 50%;
    width: min(92vw, 820px);
    height: auto;
    z-index: 100;
    display: block;
    overflow: hidden;
    background: radial-gradient(900px 240px at 18% 0%, rgba(255,255,255,.08), rgba(255,255,255,0) 60%), linear-gradient(180deg, #1f1f1f 0%, #171717 55%, #141414 100%);
    border-radius: 0 0 25px 25px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 40px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06), inset 0 -1px 0 rgba(0,0,0,.35);
    transform: translateX(-50%) translateY(-100%);
    animation: slideDown 1s ease-out 2s forwards, fadeOut 3s ease-out 10s forwards;
    isolation: isolate;
}

    .laser-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 3;
        border-radius: inherit;
        background: linear-gradient(#ff8800,#ff8800) left top / 2px 100% no-repeat, linear-gradient( to right, #ff8800 0%, #ff8800 40%, rgba(255,136,0,.6) 55%, rgba(255,136,0,.25) 68%, rgba(255,136,0,0) 80% ) left bottom / calc(100% - 18px) 2px no-repeat, radial-gradient(circle at left bottom, #ff8800 0 6px, transparent 7px);
        filter: drop-shadow(0 0 4px rgba(255,136,0,.35));
    }


    .laser-banner::after {
        content: "";
        position: absolute;
        inset: -40%;
        pointer-events: none;
        z-index: 0;
        background: radial-gradient(800px 240px at 14% 25%, rgba(255,255,255,.10), rgba(255,255,255,0) 62%), radial-gradient(900px 260px at 86% 78%, rgba(255,136,0,.12), rgba(255,136,0,0) 64%), linear-gradient(120deg, rgba(255,255,255,0) 44%, rgba(255,255,255,.10) 50%, rgba(255,255,255,0) 56%);
        mix-blend-mode: screen;
        opacity: .48;
        animation: bannerSheen 8s linear infinite, bannerPulse 12s ease-in-out infinite;
    }

.laser-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 26px 30px 28px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: radial-gradient(700px 220px at 22% 0%, rgba(255,255,255,.06), rgba(255,255,255,0) 70%), linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    border-radius: 0 0 22px 22px;
}

.laser-label {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;

}

.laser-text {
    font-size: 1.15rem;
    font-weight: 500;
    color: rgba(255,255,255,.82);
    line-height: 1.35;
    white-space: normal;
    max-width: 60ch;
 }

@keyframes slideDown {
    to {
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-40px);
    }
}

@keyframes bannerSheen {
    from {
        transform: translateX(-14%) translateY(0);
    }

    to {
        transform: translateX(14%) translateY(0);
    }
}

@keyframes bannerPulse {
    0%,100% {
        opacity: .44;
        filter: blur(0px);
    }

    50% {
        opacity: .58;
        filter: blur(.35px);
    }
}






.main-content-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden;
}

.hero-header {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    padding: 2rem;
    align-items: center;
}

    .hero-content h1 {
        font-size: 9rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .hero-content p {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

.hero-button {
    background-color: #e8752d;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .hero-button:hover {
        background-color: #cc6526;
    }

.hero-subline {
    text-align: center;
    color: rgba(255,255,255,.95);
    margin-top: .6rem;
    margin-bottom: .9rem;
    line-height: 1.4;
}

.hero-subline {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 400;
}

    .hero-subline h2 {
        font-size: clamp(1.4rem, 2.8vw, 2.1rem);
        font-weight: 500;
        line-height: 1.35;
        margin: .25em 0;
    }

    .hero-subline h1,
    .hero-subline h3,
    .hero-subline p,
    .hero-subline div {
        display: block;
        margin: .2em 0;
        font-size: inherit;
        font-weight: inherit;
    }

.waarom-wolf-nordic {
    background-color: #2d2d2d; 
}

.waarom-box {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .waarom-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

.text-accent {
    color: #d2aa6d; 
}

.waarom-box h5 {
    margin-bottom: 10px;
}

.waarom-box p {
    font-size: 0.95rem;
}

h1, h2, h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

    a:hover {
        color: #555;
    }
.hero-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

    .hero-overlay h1 {
        font-size: 10rem;
        margin-bottom: 15px;
    }

    .hero-overlay p {
        font-size: 1.3rem;
        margin-bottom: 20px;
    } 

.diensten-blokken {
    background-color: #ffffff;
}

.dienst-blok {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dienst-blok:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .dienst-blok img {
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .dienst-blok h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .dienst-blok a {
        font-weight: bold;
        color: #333;
    }

        .dienst-blok a::after {
            content: ' →';
        }

.waarom-wolf {
    background-color: #e9e9e9;
    padding: 60px 20px;
    margin-bottom: 0;
}

    .waarom-wolf h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .waarom-wolf p {
        font-size: 1.1rem;
        padding: 10px;
    }

.slider-breed {
    background-color: #111;
    padding: 0;
    margin: 60px 0;
    margin-top: 0;
}

.foto-rij {
    background-color: #ffffff;
}

    .foto-rij img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: auto;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }


.slider-container {
    margin-top: 0px;
    width: 100vw;
    aspect-ratio: 16 / 6;
    overflow: hidden;
    position: relative;
    background-color: #000;
}


.photo-slider {
    position: relative;
    width: 100%;
    height: 95%;
}

.slider-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

    .slider-image-wrapper.active {
        opacity: 1;
        z-index: 1;
    }

.slider-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px) brightness(0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.slider-fg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    padding-top: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

    .slider-image.active {
        opacity: 1;
        z-index: 1;
    }

.project-slider-wrapper {
    background-color: #ffffff;
}

.project-slider-container {
    overflow: hidden;
    position: relative;
    padding: 0 3rem 2rem 3rem; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

    .project-slider-container::-webkit-scrollbar {
        display: none;
    }


.project-slider {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 2rem;
}

.project-item {
    flex: 0 0 auto;
    width: 300px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.project-title {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}

.project-images {
    position: relative;
    width: 100%;
    height: 200px;
}

.project-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

    .project-slide.active {
        opacity: 1;
        z-index: 1;
    }

.project-slider {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; 
}

.project-item {
    scroll-snap-align: start;
}

@media (max-width: 1024px) {
    .hero-wrapper h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {

    .hero-wrapper {
        height: 60vh;
    }

    .logo-container {
        top: 100px;
        left: 40px;
    }

    .hero-logo {
        height: 70px;
    }

    .hero-wrapper h1 {
        font-size: 2rem;
        padding: 15px 25px;
    }

    .hero-wrapper p {
        font-size: 1.1rem;
    }

    .hero-content p {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .hero-subline h2 {
        font-size: clamp(0.9rem, 3.4vw, 1.1rem);
        line-height: 1.3;
        font-weight: 400;
        margin-top: .3rem;
        margin-bottom: 0;
    }

    .laser-banner {
        top: 80px;
        left: 50%;
        width: 92vw;
        max-width: 92vw;
        height: auto;
        transform: translateX(-50%) translateY(-100%);
    }
    .laser-label {       
        text-align: center;
        width: 100%;
    }
.laser-banner-content {
    padding: 20px 22px 22px 22px;
    text-align: left;
}

.laser-text {
    white-space: normal;
    font-size: 1.05rem;
    line-height: 1.4;
}

    .dienst-blok {
        margin-bottom: 20px;
    }

    .foto-rij img {
        margin-bottom: 15px;
    }
    .hero-content h1 {
        font-size: 5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .slider-container {
        aspect-ratio: 16 / 6;
        width: 90vw;
        margin: 0 auto;
        height: 500px!important;
    }

    .slider-fg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .slider-bg {
        object-fit: cover;
        filter: blur(16px) brightness(0.6);
    }
}

@media (max-width: 480px) {
    .laser-text {
        font-size: 0.95rem; 
        white-space: normal;  
        padding-left: 12px;
        padding-right: 12px;
    }
    .slider-container {
        height: 70vw;
    }

    .laser-banner-content {
        padding: 18px 18px 20px 18px;
    }

    .laser-label {
        font-size: 1rem;
        letter-spacing: .12em;
    }

    .hero-wrapper h1 {
        font-size: 1.6rem;
    }

    .hero-wrapper p {
        font-size: 1rem;
    }

    .waarom-wolf h2 {
        font-size: 1.4rem;
    }

    .dienst-blok h3 {
        font-size: 1.1rem;
    }

    .dienst-blok a {
        font-size: 0.9rem;
    }
    .hero-content h1 {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
}
 
@media (max-width: 991px) {
    .offerte-floating-btn {
        position: fixed;
        z-index: 1050;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background: #009688;
        color: #fff;
        border-radius: 50%;
        font-size: 2rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.18);
        transition: background 0.2s, box-shadow 0.2s;
        cursor: pointer;
        bottom: 120px;
        right: 20px;
    }

    .floating-call-btn {
        display: block;
        bottom: 50px;
        right: 20px;
    }
    .slider-container {
        aspect-ratio: unset;
        height: 500px;
    }

    .slider-fg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.project-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.project-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    z-index: 1;
}

.project-modal-content {
    position: relative;
    max-width: 96vw;
    max-height: 88vh;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#modalProjectImg {
    display: block;
    max-width: 95vw;
    max-height: 70vh;
    border-radius: 8px;
    margin: 0 auto;
    background: #222;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    color: #fff;
    font-size: 2.2rem;
    border: none;
    cursor: pointer;
    z-index: 3;
}

.modal-arrow {
    position: fixed; /* <--- belangrijk! */
    top: 50%;
    transform: translateY(-50%);
    background: rgba(30,30,30,0.5);
    color: #fff;
    font-size: 2.4rem;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .modal-arrow.left {
        left: 24vw; 
    }

    .modal-arrow.right {
        right: 24vw;
    }

#modalProjectCaption {
    margin-top: 18px;
    color: #fff;
    text-align: center;
    font-size: 1.05rem;
}

@media (max-width: 600px) {
    .project-modal img {
        max-width: 99vw;
        max-height: 55vh;
    }

    .modal-arrow {
        width: 38px;
        height: 38px;
        font-size: 2rem;
    }

        .modal-arrow.left {
            left: 2vw;
        }

        .modal-arrow.right {
            right: 2vw;
        }
}
@media (max-width: 768px) {
    .hero-subline-title,
    .hero-subline-title * {
        font-size: 18px !important;
        line-height: 1.28 !important;
        font-weight: 400 !important;
    }

        .hero-subline-title h1,
        .hero-subline-title h2,
        .hero-subline-title h3,
        .hero-subline-title p {
            margin: .25rem 0 0 !important;
            font-size: inherit !important;
            line-height: inherit !important;
            font-weight: inherit !important;
        }
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 430px) {
        .hero-subline-title,
        .hero-subline-title * {
            font-size: 18px !important;
        }
    }
}

