body, html {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}
a:hover {
    color: #C7AC10;
}
.article_voorstellen {
    padding-bottom: 2rem;
}
h2 {
   font-family: 'Arial', sans-serif;
   color: #666666;
}
.p_header {
    line-height: 1.8;
}
.a_voorstellen {
    color: #FBBD34;
}
footer {
   background-color: #252525;
   color: #FFFFFF;
   padding: 1.5rem;
   margin-bottom: 0;
}
.div_footer_container_contact_voorwaarden {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid lightgrey;
}
.a_tel_footer {
    color: #FBBD34;
}
.p_contact_adres_etc {
    line-height: 1.6;
}
.footer_div_a_email, .footer_a_copyright_design {
    color: #FBBD34;
}
.footer_p_copyright_design {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media screen and (max-width: 580px) {
    .div_contact_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        padding: 0.5rem;
        background-color: #444444;
    }
    .a_contact_header {
        color: white;
        margin-left: 1rem;
        font-size: 3vw;
    }
    .div_logo_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .img_logo_header {
        width: 80px;
        height: auto;
        margin: 0.5rem;
    }
    .intro_tekst_welkom_header {
        margin-left: auto;
        margin-right: 2rem;
        transform: translateY(25%);
    }
    .div_h1_p_header {
        box-sizing: border-box;
        width: 100%;
        min-height: 450px;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fbbd34;
        text-align: center;
    }
    h1 {
        font-size: 3.5rem;
    }
    .p_header {
        font-size: 1.5rem;
    }
    .article_voorstellen {
        box-sizing: border-box;
        width: 100%;
    }
    h2 {
        text-align: center;
    }
    .img_voorstellen {
        display: block;
        width: 75%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .div_voorstellen {
        box-sizing: border-box;
        padding: 2rem;
        width: 98%;
    }
    .p_voorstellen {
        font-size: 0.9rem;
        line-height: 1.4;
        margin: 1.5rem;
    }
}

@media screen and (min-width: 581px) and (max-width: 980px) {
    .div_contact_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        padding: 0.5rem;
        background-color: #444444;
    }
    .a_contact_header {
        color: white;
        margin-left: 1rem;
    }
    .div_logo_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .img_logo_header {
        width: 110px;
        height: auto;
        margin: 0.5rem;
    }
    .intro_tekst_welkom_header {
        margin-left: auto;
        margin-right: 2rem;
        transform: translateY(25%);
        font-size: 1.25rem;
    }
    .div_h1_p_header {
        box-sizing: border-box;
        width: 100%;
        height: 300px;
        padding: 2rem;
        background-color: #fbbd34;
        text-align: center;
    }
    h1 {
        font-size: 3.5rem;
    }
    .p_header {
        font-size: 1.5rem;
    }
    .article_voorstellen {
        box-sizing: border-box;
        width: 100%;
    }
    h2 {
        text-align: center;
    }
    .img_voorstellen {
        display: block;
        width: 75%;
        max-width: 400px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .div_voorstellen {
        box-sizing: border-box;
        padding: 2rem;
        width: 80%;
    }
    .p_voorstellen {
        font-size: 0.9rem;
        line-height: 1.4;
        margin: 2.5rem;
    }
}

@media screen and (min-width: 981px) and (max-width: 1280px) {
    .div_contact_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0.5rem;
        background-color: #444444;
        margin-right: auto;
    }
    .a_contact_header {
        color: white;
        font-size: 0.9rem;
        margin-left: 1rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        transform: translateX(60vw);
    }
    .div_logo_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .img_logo_header {
        width: 110px;
        height: auto;
        margin: 0.5rem;
    }
    .intro_tekst_welkom_header {
        margin-left: auto;
        margin-right: 2rem;
        transform: translateY(25%);
        font-size: 1.25rem;
    }
    .div_h1_p_header {
        box-sizing: border-box;
        width: 100%;
        height: 350px;
        padding: 2rem;
        background-color: #fbbd34;
        text-align: center;
    }
    h1 {
        font-size: 4.25rem;
    }
    .p_header {
        font-size: 2.25rem;
    }
    .article_voorstellen {
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 2rem;
    }
    .h2_img_florence_kadogo_nyawade {
        box-sizing: border-box;
        width: 30%;
        min-width: 350px;
        margin-left: 10%;
    }
    .img_voorstellen {
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    .div_voorstellen {
        box-sizing: border-box;
        padding: 2rem;
        width: 50%;
        margin-right: 10%;
    }
    .p_voorstellen {
        font-size: 1rem;
        line-height: 1.4;
        margin: 2.5rem;
    }
    .div_footer_container_contact_voorwaarden {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .footer_p_copyright_design {
        text-align: center;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1580px) {
    .div_contact_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0.5rem;
        background-color: #444444;
    }
    .a_contact_header {
        color: white;
        font-size: 0.9rem;
        margin-left: 1rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        transform: translateX(60vw);
    }
    .div_logo_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .img_logo_header {
        width: 110px;
        height: auto;
        margin: 0.5rem;
    }
    .intro_tekst_welkom_header {
        margin-left: auto;
        margin-right: 2rem;
        transform: translateY(25%);
        font-size: 1.25rem;
    }
    .div_h1_p_header {
        box-sizing: border-box;
        width: 100%;
        height: 350px;
        padding: 2rem;
        background-color: #fbbd34;
        text-align: center;
    }
    h1 {
        font-size: 4.25rem;
    }
    .p_header {
        font-size: 2.25rem;
    }
    .article_voorstellen {
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 2rem;
    }
    .h2_img_florence_kadogo_nyawade {
        box-sizing: border-box;
        width: 25%;
        margin-left: 10%;
    }
    .img_voorstellen {
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    .div_voorstellen {
        box-sizing: border-box;
        padding: 2rem;
        width: 50%;
        max-width: 650px;
        margin-right: 10%;
    }
    .p_voorstellen {
        font-size: 1rem;
        line-height: 1.4;
        margin: 2.5rem;
    }
    .div_footer_container_contact_voorwaarden {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .footer_p_copyright_design {
        text-align: center;
    }
}

@media screen and (min-width: 1581px) {
    .div_contact_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0.5rem;
        background-color: #444444;
    }
    .a_contact_header {
        color: white;
        font-size: 0.9rem;
        margin-left: 1rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        transform: translateX(60vw);
    }
    .div_logo_header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .img_logo_header {
        width: 110px;
        height: auto;
        margin: 0.5rem;
    }
    .intro_tekst_welkom_header {
        margin-left: auto;
        margin-right: 2rem;
        transform: translateY(25%);
        font-size: 1.25rem;
    }
    .div_h1_p_header {
        box-sizing: border-box;
        width: 100%;
        height: 350px;
        padding: 2rem;
        background-color: #fbbd34;
        text-align: center;
    }
    h1 {
        font-size: 4.25rem;
    }
    .p_header {
        font-size: 2.25rem;
    }
    .article_voorstellen {
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 2rem;
    }
    .h2_img_florence_kadogo_nyawade {
        box-sizing: border-box;
        width: 25%;
        margin-left: 10%;
    }
    .img_voorstellen {
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    .div_voorstellen {
        box-sizing: border-box;
        padding: 2rem;
        width: 50%;
        max-width: 650px;
        margin-right: 10%;
    }
    .p_voorstellen {
        font-size: 1rem;
        line-height: 1.4;
        margin: 2.5rem;
    }
    .div_footer_container_contact_voorwaarden {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .footer_p_copyright_design {
        text-align: center;
    }
}