:root {
    font-size: 100%;
}

body {
    background: white;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

h4 {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

header {
    padding-top: 15px;
}

main, footer {
    padding-top: 35px;
}

footer {
    padding-bottom: 15px;
    margin-top: 15px;
}

details {
    margin-bottom: 15px;
}

summary {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

label {
    margin-bottom: 2px;
}

.form-group {
    margin-bottom: 15px;
}

form .form-group:last-of-type {
    margin-top: 45px;
}

.alert {
    font-size: 0.8em;
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 1.2em;
    }
}

.text-justify {
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto; /* iOS 4.2+ */
    -moz-hyphens: auto; /* Firefox 5+ */
    -ms-hyphens: auto; /* IE 10+ */
}

.antwort details {
    margin-bottom: 0;
}

.antwort summary {
    background-color: white;
    font-weight: bold;
    color: #17356C
}

.antwort p {
    margin-bottom: 15px;
}

.frage {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 110%;
    padding-left: 15px;
}

details[open] .marker::after {
    content: '-';
}

summary::-webkit-details-marker {
    display: none !important;
}

.content {
    background-color: white;
}

.anschrift {
    line-height: 150%;
}

.ml-3 {
    margin-left: 1rem !important;
}

.btn-lg {
    border-radius: .3rem;
}

.logo-wrap {
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
}

.header-zeile {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 1300px) {
    .container {
        max-width: none;
    }
}

.text-left {
    text-align: left !important;
}

.show-always {
    display: block !important;
}

.passwort-richtlinie {
    width: 100%;
}

.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(1.5rem + 14px);
}

.tabelle-mit-rand th, .tabelle-mit-rand td {
    border: 1px solid black;
    padding: 5px;
    text-align: left;
}

@media (prefers-color-scheme: dark) {
    .tabelle-mit-rand th, .tabelle-mit-rand td {
        border: 1px solid white;
    }
}
