
#contact
{
    position: relative;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    color: whitesmoke;

    background-attachment: fixed;
    /* background-image:url("/img/FRONT_Module/amsterdam-bicycle.jpg");*/
    display: block;
    background-position: 50% -25px;
    clear: both;
    width: 100%;
}

#contact h1
{
    color: white;
}

#contact #overlay
{
    background-color: rgba(0,0,0, 0.70);
}

#contact #map_toggle
{
    cursor: pointer;
    text-align: center;
    position: relative;
    width: inherit;
    display: block;
    background: #121212;
    color: #fff;
    /*font-size: 22px;*/
    text-transform: uppercase;
    padding: 15px;

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#contact #map_toggle:hover
{
    background-color: white;
    color: black;
}

#contact_info h3
{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 800;
}

#contact #submitContact
{
    padding: 11px 20px;
    float: right;
    cursor: pointer;
    margin: 0;
    text-shadow: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    border: none;
    resize: none;
    vertical-align: bottom;
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;

    background: #323232;
    color: #fff;
}

#contact #submitContact:hover
{
    color: #fff;
    background: #222;
}

#contact .container
{
    padding-top: 100px;
    padding-bottom: 100px;
}

#contact_info
{
    text-align: left;
}

.contact-info
{
    padding: 0;
}

.contact-info a
{
    color: orangered;
    -webkit-transition: color 1s;
    transition: color 1s;
}

.contact-info a:hover
{
    color: whitesmoke;
    text-decoration:none ;
}

.contact-info i
{
    color: #323232;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 15px;
}

.contact-info li
{
    margin-bottom: 25px;
    text-align: left;
}

.contact-info .fa
{
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#contact input, #contact textarea
{
    font-size:  15px;
    border: .20px solid whitesmoke;
    background-color: inherit;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    max-height: 500px;

    -webkit-transition: box-shadow 0.30s ease-in-out, border 0.30s ease-in-out;
    -moz-transition: box-shadow 0.30s ease-in-out, border 0.30s ease-in-out;
    -ms-transition: box-shadow 0.30s ease-in-out, border 0.30s ease-in-out;
    -o-transition: box-shadow 0.30s ease-in-out, border 0.30s ease-in-out;
    outline: none;
}

#contact ::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

#contact  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

#contact ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

#contact input:focus, #contact textarea:focus
{
    box-shadow: 0 0 3px rgba(254,126,23, 1);
    border: 1px solid rgba(254,126,23, 1);
}

#google-map
{
    display: none;
    height: 550px;
    max-height: 1000px;
    background-color: grey;
    width: 100%;
}