/* Seitenbezogene Gestaltung; wird mit Dateiversion nach dem CDN-Stylesheet geladen. */

.contact-antispam {
    background: #f7f9fb;
    border: 1px solid #d5e0e9;
    border-radius: 4px;
    box-sizing: border-box;
    clear: both;
    margin: 22px 0;
    max-width: 720px;
    padding: 18px 20px;
}

.contact-antispam-label {
    display: block;
    float: none;
    font-size: 1.05em;
    font-weight: bold;
    margin: 0 0 10px;
}

.contact-antispam-question {
    background: #fff;
    border-left: 4px solid #054e8c;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 14px;
    padding: 10px 12px;
}

.contact-antispam .form-group {
    float: none;
    margin: 0;
    max-width: 420px;
}

.contact-antispam input[type="text"] {
    border: 1px solid #777;
    border-radius: 3px;
    box-sizing: border-box;
    float: none;
    font: inherit;
    margin: 0;
    max-width: 420px;
    padding: 9px 10px;
    width: 100%;
}

.contact-antispam input[type="text"]:focus {
    border-color: #054e8c;
    box-shadow: 0 0 0 2px rgba(5, 78, 140, .25);
    outline: 2px solid transparent;
}

.contact-antispam-help {
    color: #555;
    font-size: .92em;
    line-height: 1.4;
    margin: 8px 0 0;
}

.contact-submit {
    padding-top: 10px;
}

@media only screen and (max-width: 600px) {
    .contact-antispam {
        margin: 18px 0;
        padding: 15px;
    }
}
