:root {
    --stahl-red: #e90536;
}

#contact-message-kontakt-form .js-filter-guidelines,
#contact-message-kontakt-form #edit-preview,
#contact-message-kontakt-form label:first-child,
#edit-field-telefon-0-format-help {
    display: none;
}

.form-item-name, .form-item-mail {
    float: left;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
}

.form-item-name {
    padding-right: 7px;
}

.form-item-mail {
    padding-left: 7px;
}

#contact-message-kontakt-form textarea,
#contact-message-kontakt-form input[type=email],
#contact-message-kontakt-form input[type=text] {
    width: 100%;
    box-sizing: border-box;
}

#contact-message-kontakt-form input[type=submit],
.menu li:last-child a {
    background-color: var(--stahl-red);
    color: white;
    border-style: none;
    border-radius: 5px;
    transition-duration: .25s;
}

#contact-message-kontakt-form input[type=submit]:hover,
.menu li:last-child a:hover {
    cursor: pointer;
    background-color: #cc0530;
}

input:not([type="checkbox"]), textarea {
    padding: 10px;
    font-family: 'PTSans', sans-serif;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
}

#edit-actions {
    padding-top: 20px;
}
