/* Allgemeines */
h3 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 2rem;
}

/* Formular */
.formular  {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    gap: 2rem;
}

.kontakt_links {
    max-width: 30rem;
}

.kontakt_rechts p {
    margin: 0.5rem 0;
    vertical-align: top;
}

.kontakt_rechts label {
    width: 9em;
    display: inline-block;
    vertical-align: top;
}

.kontakt_rechts label::after {
    content: ": *";
}

.kontakt_rechts p:last-child label::after {
    content: none;
}

.formular textarea {
    height: 10rem;
}

/* Nachricht */
.nachricht p {
    margin-top: 0.5rem;
}

.nachricht p:nth-last-child(2 of p) {
    margin-top: 0.1rem;
    font-size: 0.8em;
}

.nachricht p:nth-last-child(2 of p)::before {
    content: "("
}

.nachricht p:nth-last-child(2 of p)::after {
    content: ")"
}

.nachricht pre
{
    margin: 1rem;
}

.nachricht p:last-child {
    font-size: 0.7rem;
}