@media only screen and (max-width : 1200px) {
    .header-groot {
        height: 800px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        padding-bottom: 60px;
    }

    .intro-afbeelding {
        aspect-ratio: 16 / 9;
    }

    .zutphen img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
}

@media only screen and (max-width : 979px) {
    .introgedeelte h1 {
    font-size: 30px;
    }

    .current-menu-item a {
    font-weight: 600 !important;
    color: #000 !important;
}

    .padding-right {
    padding-right: 0;
    margin-bottom: 60px;
}

    .download-button {
    width: 100%;
    }

    .paddding-rechts {
        padding-right: 0;
    }

    img.logo {
        width: 140px;
        position: absolute;
        top: 10px;
        z-index: 20;
    }

    .menubalk {
        padding-top: 20px;
        padding-bottom: 55px;
    }

    .menu-fixed.visible {
        padding-top: 60px;
    }

    .interesse h2 {
        font-size: 45px;
        text-align: center;
    }

    p.interesse-tekst {
        font-size: 17px;
        line-height: 27px;
        text-align: center;
    }
    p.titel-footer {
        font-weight: 800;
        font-size: 18px;
        font-family: "myriad-pro-black", sans-serif;
        margin-bottom: 30px;
        border-bottom: 0;
        padding-bottom: 10px;
    }

    .paddding-rechts p {
        column-count: 1;
        column-gap: 25px;
    }

    img.onder-logo {
        width: 175px;
        margin-bottom: 50px;
    }

    .linksonder {
        display: flex;
        gap: 14px;
        justify-content: center;
    }

    p.tekst-wonen {
        padding-right: 0;
    }

    .intro-kleur {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header-groot {
        height: 450px;
        padding-bottom: 50px;
        background-size: cover;
        background-position: center;
    }

    .header-groot h2 {
        font-size: 45px;
        text-align: center;
    }

    .inner-intro {
        padding-left: 0;
        padding-top: 40px;
    }

    h2.title-small {
        font-size: 55px;
        padding-right: 40px;
        margin-top: 50px;
    }

    .innerplanning {
        margin-bottom: 30px;
    }

    p.planning-title {
        font-size: 25px;
        margin-top: 30px;
    }

    .planning h2 {
        color: #709454;
        font-size: 50px;
        text-align: center;
    }

    .introgedeelte {
        padding-top: 30px;
    }

    .intro-afbeelding {
        margin-top: 50px;
    }

    .menu-btn {
        display: flex;
    }

    .menu-hoofdmenu-container {
        display: none;
    }

    .hero .map-image {
        display: none;
    }
    .text-col {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-image {
        display: block;
    }

    section.hero {
        padding: 3rem 0;
    }

    section.hero h1 {
        font-size: 45px;
    }

}

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

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