        :root {
            --groen: #169b2b;
            --donker: #142025;
            --max-breedte: 1440px;
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        body {
            color: var(--donker);
            background: #ffffff;
            font-family: Arial, Helvetica, sans-serif;
        }

        img {
            display: block;
            max-width: 100%;
        }

        .wrapper {
            width: min(var(--max-breedte), 100%);
            margin: 0 auto;
        }

        main {
            display: grid;
            grid-template-columns: 57% 43%;
            min-height: 1250px;
        }

        .intro {
            display: flex;
            flex-direction: column;
            padding: 65px 6.7vw 90px;
            border-right: 1px solid var(--groen);
        }

        .logo {
            width: 225px;
            height: auto;
            object-fit: contain;
        }

        .content {
            max-width: 500px;
            margin-top: 220px;
        }

        h1 {
            margin: 0;
            font-size: clamp(64px, 5.2vw, 88px);
            font-weight: 300;
            line-height: 1.05;
            letter-spacing: -0.055em;
        }

        h1 span {
            display: block;
            color: var(--groen);
        }

        .lijn {
            width: 72px;
            height: 1px;
            margin: 54px 0 42px;
            background: var(--groen);
        }

       .content > p {
    max-width: 390px;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
}

.contact {
    display: grid;
    gap: 25px;
    margin-top: 30px;
}

        .contactregel {
            display: grid;
            grid-template-columns: 62px 1px auto;
            align-items: center;
            gap: 26px;
            width: fit-content;
            color: var(--donker);
            font-size: 20px;
            text-decoration: none;
        }

        .contactregel::before {
            content: "";
            grid-column: 2;
            grid-row: 1;
            width: 1px;
            height: 60px;
            background: var(--groen);
        }

        .icoon {
            display: grid;
            grid-column: 1;
            grid-row: 1;
            place-items: center;
            width: 62px;
            height: 62px;
            color: var(--groen);
            border: 1px solid var(--groen);
            border-radius: 50%;
            font-size: 22px;
        }

        .contactregel > span:last-child {
            grid-column: 3;
            grid-row: 1;
        }

        .contactregel:hover {
            color: var(--groen);
        }

        .fotos {
            display: grid;
            grid-template-rows: repeat(3, 1fr);
            gap: 8px;
            min-width: 0;
            padding: 50px 14px;
        }

        .fotos img {
            width: 100%;
            height: 100%;
            min-height: 390px;
            object-fit: cover;
            background: #ededed;
        }

        footer {
            width: 100%;
            color: #ffffff;
            background: var(--donker);
        }

        .footer-container {
    position: relative;
    display: grid;
    grid-template-columns: 57% 43%;

    width: min(var(--max-breedte), 100%);
    min-height: 275px;
    margin: 0 auto;
    padding: 35px 0;
}

        .tekening {
            position: relative;
            width: 340px;
            height: 180px;
            border-bottom: 1px solid var(--groen);
        }

        .tekening span {
            position: absolute;
            bottom: 0;
            border: 1px solid var(--groen);
            border-bottom: 0;
        }

        .tekening span:nth-child(1) {
            left: 30px;
            width: 100px;
            height: 140px;
        }

        .tekening span:nth-child(2) {
            left: 130px;
            width: 120px;
            height: 95px;
        }

        .tekening span:nth-child(3) {
            left: 225px;
            width: 80px;
            height: 55px;
        }

        .footerlijn {
    position: absolute;
    left: 57%;
    top: 35px;

    width: 1px;
    height: 220px;
    background: var(--groen);
}

        .footertekst {
            text-transform: uppercase;
            letter-spacing: 5px;
        }
.footertekst {
    padding-left: 70px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

        .footertekst p {
            margin: 0;
            color: var(--groen);
            font-size: 18px;
            line-height: 1.7;
        }

        .footertekst small {
            display: block;
            margin-top: 50px;
            font-size: 15px;
            line-height: 1.9;
        }

        @media (max-width: 750px) {
            main {
                display: block;
                min-height: auto;
            }

            .intro {
                padding: 40px 28px 80px;
                border-right: 0;
                border-bottom: 1px solid var(--groen);
            }

            .logo {
                width: 185px;
            }

            .content {
                margin-top: 110px;
            }

            h1 {
                font-size: 58px;
            }

            .content > p {
                font-size: 17px;
            }

            .contact {
                margin-top: 70px;
            }

            .contactregel {
                grid-template-columns: 52px 1px auto;
                gap: 18px;
                font-size: 17px;
            }

            .icoon {
                width: 52px;
                height: 52px;
            }

            .contactregel::before {
                height: 50px;
            }

            .fotos {
                grid-template-rows: none;
                padding: 8px;
            }

            .fotos img {
                height: 300px;
                min-height: 0;
            }

            .footer-container {
                grid-template-columns: 1fr;
                gap: 35px;
                padding: 55px 28px;
            }

            .footerlijn {
                width: 100%;
                height: 1px;
            }
        }.bovenkant {
    height: 190px;
    display: flex;
    align-items: center;
    background: #fff;
}

.logo {
    position: static;
    display: block;
    width: 245px;
    height: auto;
    margin: 0 0 60px 0;
}
.contactnaam {
    margin: 55px 0 25px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--donker);
}