.placeholderDiv{
    width: 85%;
    min-width: 200px;
    height: 250px;
    background-color: white;
}



body{
    background: linear-gradient(150deg,  #FFE1D6, #FAF0EB)
}


.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1{
    margin-top: 6rem;
    margin-bottom: 0.9rem;
    text-align: center;
}

.contactP{
    text-align: center;
    margin-bottom: 1.9rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;

}


.nav__afspraak a:hover, .open a:hover{
    background-color: #ffd3c0;
}

/*  */

.contact__info{
    max-width: 85%;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.icon_text{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
    border-top: 1px solid black;
}

.icon_text a{
    color: black;
    text-decoration: none;
    font-size: 16px;
}
.icon_text a:hover, .icon_text a:active{
    color: rgb(151, 151, 151);
}

.icon_text img{
    max-width: 10%;
}

.icon_text:nth-last-child(1){
    border-bottom: 1px solid black;
}

form button:hover{
    cursor: pointer;
    background-color: #d7696d;
}

/* form */

form input, form textarea{
    background-color: transparent;
}

form{
    background-color: white;
    max-width: 100%;
    padding: 1rem
}

form button{
    margin-bottom: 1rem;
}

footer form{
    margin: auto;
    max-width: 80%;
}



@media (min-width:500px){
    .contactP{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 700px){
    h1{
        max-width: 100%;
    }

    form input, form textarea{
        width: 100%;
    }
    .contact__form{
        min-width: 280px
    }
}

@media (min-width: 1024px){
    .contact{
        flex-direction: row;
        justify-content: center;
        gap: 5rem;
        padding-bottom: 1.9rem;
    }
    
    .contact__info{
        max-width: 500px;
    }

    .icon_text a{
        font-size: 24px;
    }


}






















