@media only screen and (max-width : 1200px) {
       .header {
        height: 500px;
        padding-bottom: 100px;
    }
}

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

    .split-background {
    background: linear-gradient(to bottom, #4a4543 1000%, #ffffff 100%);
    padding: 80px 0;
}

    .innerheader h2 {
        font-size: 40px;
        text-wrap-style: balance;
    }

    span.ondertitel {
        display: flex;
        font-weight: 100;
        font-size: 30px;
        text-wrap-style: balance;
    }

    .menu-btn {
        display: flex;
    }

    ul.navigatie {
        display: none;
    }

    .header {
        height: 450px;
        padding-bottom: 100px;
    }

        .innertekst {
        padding-left: 10px;
        margin-top: 50px;
        padding-right: 10px;
    }

    .content-wit {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .card-inner {
        padding: 30px 25px;
    }

    a.button-onder {
        margin-top:15px;
        margin-bottom: 50px;
    }

    .planning h2 {
        font-weight: 700;
        margin-bottom: 40px;
        color: #000000;
        text-align: center;
    }
        
        .logo-partij {
        width: 150px;
    }

    .partijen {
        padding-top: 50px;
        padding-bottom: 40px;
    }

}

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

    .innertekst h2 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #fff;
        font-size: 25px;
    }
    
        .innerplannig strong {
            font-size: 15px;
        }

        span.ondertitel {
        justify-content: center;
    }

      .header {
        height: 270px;
        padding-bottom: 0;
        text-align: center;
    }
}

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