/*---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------Hauptseiteninhalt-------------------------------------------------
-----------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------*/
body.path-newsletter input.form-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-newsletter input.form-submit:hover{
    background: #1d5400;
    border-color: #1d5400;
    color: white;
}

body.path-newsletter #edit-cancel{
    display: none;
}