.contact.content
{
/*    text-align: center;*/
}

.contact.form
{
    display: inline-block;
    vertical-align: bottom;
    padding: 8px;
    text-align: left;
    color: #000;
    background-color: #fff;
}

.contact.input_wrapper
{
    display: inline-block;
    padding: 8px;
}

.contact.input
{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    background-color: #ddf;
}

.contact.input_wrapper.message
{
    display: block;
}

.contact.input.message
{
    resize: none;
    height: 256px;
    font-size: 12px;
    line-height: 16px;
}

.contact.input_wrapper.submit
{
    display: block;
}

/*.contact.button
{
    display: inline-block;
    text-align: center;
    padding: 4px 16px 4px 16px;
    color: #eee;
    background-color: #228;
}*/

.contact.button
{
    padding: 4px 20px 4px 20px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 4px;
    background: linear-gradient(to bottom,#247,#222);
    box-shadow: 0 0 4px 0 #777 inset;
    text-decoration: none;
    text-align: center;
    cursor: default;
    color: #ddd;
    vertical-align: bottom;
}

.contact.button:hover
{
    text-shadow: 0 0 .5vmin white;
}

.contact.button.active
{
    color: #777;
    background: linear-gradient(to bottom,#333,#222);
    box-shadow: .2vmin .2vmin .4vmin 0 #111 inset;
    text-shadow: none;
}

.contact.status
{
    margin-top: 16px;
}

.contact.imprint
{
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    color: #fff;
}

.contact.imprint p:not(:last-child)
{
    margin-bottom: 8px;
}
