body.path-contact #section_3{
    padding-bottom: 0;
}

body.path-contact #block-uberfoveablockkontaktuberschrift{
    width: 100%;
    max-width: 1200px;
}

body.path-contact #block-uberfoveablockkontaktuberschrift div.content{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

body.path-contact #block-uberfoveablockkontaktuberschrift h2{
    width: 100%;
    text-align: center;
}

body.path-contact #block-uberfoveablockkontaktuberschrift div.section_trennstrich{
    margin: auto;
}


body.path-contact form{
    width: 100%;
    max-width: 610px;
    margin: auto;
}

body.path-contact form label{
    display: inline-block;
    font-size: 17px;
}

body.path-contact form input.form-text, body.path-contact form input.form-email{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 3px;
    height: 24px;
    margin-bottom: 10px;
    max-width: 595px;
    width: 100%;
}

body.path-contact form div.field--type-string-long{
    margin-top: 15px;
    width: 100%;
    max-width: 595px;
    width: 100%;
}

body.path-contact form textarea{
    max-width: 595px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 3px;
}

body.path-contact form #edit-submit{
    box-sizing: border-box;
    margin: auto;
    vertical-align: baseline;
    color: black;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    font-weight: normal;
    transition: all 0.3s ease;
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    outline: none;
    padding: 15px 38px;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 25px;
    cursor: pointer;
    -webkit-appearance: button;
    display: block;
    margin-left: 0px;
    font-weight: bold;
}

body.path-contact form #edit-submit:hover{
    background: #1d5400;
    border-color: #1d5400;
    color: white;
}

body.path-contact form #edit-preview{
    display: none;
}
