/* PermanentNet - Rechtsseiten - schlichter Stil, Arial */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #28251D;
    background: #F7F6F2;
    padding: 40px 20px;
}

.container {
    max-width: 720px;
    margin: 0 auto;
    background: #FBFBF9;
    padding: 48px 56px;
    border: 1px solid #D4D1CA;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid #01696F;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #01696F;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
}

p {
    margin-bottom: 12px;
}

.platzhalter {
    background: #FFF4CC;
    padding: 2px 6px;
    border-radius: 2px;
    font-weight: bold;
    color: #964219;
}

.hinweis {
    background: #F0F8F8;
    border-left: 4px solid #01696F;
    padding: 12px 16px;
    margin: 20px 0;
    font-size: 14px;
}

a {
    color: #01696F;
    text-decoration: underline;
}

a:hover {
    color: #0C4E54;
}

nav {
    max-width: 720px;
    margin: 0 auto 24px;
    padding: 12px 16px;
    background: #FBFBF9;
    border: 1px solid #D4D1CA;
    font-size: 14px;
    text-align: center;
}

nav a {
    margin: 0 12px;
}

footer {
    max-width: 720px;
    margin: 32px auto 0;
    padding: 16px;
    text-align: center;
    font-size: 13px;
    color: #7A7974;
}

/* Kontaktformular */
form {
    margin-top: 24px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 16px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #D4D1CA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #FFFFFF;
}

textarea {
    min-height: 160px;
    resize: vertical;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #01696F;
}

.checkbox-zeile {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
}

.checkbox-zeile input {
    margin-top: 4px;
}

button {
    margin-top: 24px;
    padding: 12px 32px;
    background: #01696F;
    color: #FFFFFF;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    background: #0C4E54;
}

.pflicht {
    color: #A12C7B;
}

table.datentabelle {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}

table.datentabelle th,
table.datentabelle td {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid #D4D1CA;
    vertical-align: top;
}

table.datentabelle th {
    background: #F0F8F8;
    font-weight: bold;
}
